show/hide widget within other widget

2006-04-04 Thread Andreas Kotowicz
I have a main.c file like this: int main(int argc, char **argv) { GnomeProgram *program; program = gnome_program_init(bla, bla, ..) create_mainwindow(); gtk_main(); return 0; } where create_mainwindow reads like following: void create_mainwindow (void) { GnomeApp *window; window

show/hide widget within other widget

2006-04-04 Thread Fernando ApesteguĂ­a
.. but if you planned to show only one at a time, it is quite inefficient. -- Forwarded message -- From: Andreas Kotowicz [EMAIL PROTECTED] Date: 04-abr-2006 19:36 Subject: show/hide widget within other widget To: gtk-app-devel-list@gnome.org I have a main.c file like this: int main(int