Greetings, I'm new to gtk and have a design question. I'm creating an application which will always be run in full screen mode. The application will have a main menu will contain large buttons where each button will take the user to a new screen (window?). Each of the new screens will have a totally different layout from the other.
My question is this... How do I change the layout manager of a window? It appears that I can add a container type (i.e. HBox, VBox) to a window, but I can't remove it or switch to a new layout. Do I need multiple windows? Should I have a window within a window? Please help. Thanks, joeProgrammer -- View this message in context: http://www.nabble.com/window-design-question-tp17638431p17638431.html Sent from the Gtkmm mailing list archive at Nabble.com. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
