GTK - Multiple Windows (Toplevel)



I just had a question on creating a Gtk Program with multiple windows. I want the user to be able to go through different window selection based on which buttons they click/options they select. I currently have it set up to just create two top level windows and then hide/show them as necessary because I can't get gtk_widget_destroy to work like I want it to. Is there a way to create/destroy toplevels without having the destroy() function close the application?

Thanks in advance for any help!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]