On Thu, 2010-11-04 at 13:52 -0500, Michael Sierks wrote: > Hello All, > > I am still learning how to use gtkmm but have created a main window. The > problem is I need to create child windows for the applications > configuration, connection, etc. I am unsure if these windows should > inherit Gtk::Window or Gtk::Dialog. What is the difference and does it > matter ? > > Regards, >
Please read Programming with gtkmm. [1] There is a chapter about dialogs. [2] This should be helpful. Krzesimir [1] http://library.gnome.org/devel/gtkmm-tutorial/stable/ [2] http://library.gnome.org/devel/gtkmm-tutorial/stable/chapter-dialogs.html.en _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
