[maemo-developers] hide tool bar
From: Luo Cheng richard.luocheng at gmail.comDate: Tue Apr 7 17:16:04 EEST 2009
- Previous message: hide tool bar
- Next message: [pymaemo] PyMaemo (Python for maemo) alpha release for Fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hah, Thanks Till, I do have a gtk_wiget_show_all() in main.c, so the problem solved. :) Regards Cheng On Tue, Apr 7, 2009 at 2:15 PM, Till Harbaum / Lists <lists at harbaum.org>wrote: > Hi, > > you don't have another "gtk_widget_show_all()" function call later in > your program, do you? > > I once made that trivial mistake ... > > Till > > Am Dienstag 07 April 2009 schrieb Luo Cheng: > > Hi all, > > > > I am using the following code to create the tool bar but hide it for the > > view. But unfortunately the tool bar still shown. Anyone has any clue? > > > > > > hildon_window_add_toolbar ( main_view->data->window , GTK_TOOLBAR ( > > main_view->upnp_toolbar )); > > gtk_widget_hide(GTK_WIDGET(main_view->upnp_toolbar)); > > > > > > regards > > Cheng > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20090407/5dd1425f/attachment.htm
- Previous message: hide tool bar
- Next message: [pymaemo] PyMaemo (Python for maemo) alpha release for Fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]