Ok I get your problem... If you use glade you might be lost... or not.
What you can do is: make a window and embed your "root" widget. Tell glade to make a seperate class and then export all to code. At this point you throw away your root window and only use the widget by instanciating as many objects as you want. I personally build my widgets by hand... It isen't that hard and you can fine tune it quite well. But on the other hand, I am in a situation where I can't use glade anyway. I am writing a few small visualisation apps that use gtkglextmm and that dosen't play with glade. Sean "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> schrieb am 11.01.06 09:22:28: > > On 1/11/06, Sean Farrell <[EMAIL PROTECTED]> wrote: > > Why do you want to control the positions of the windows. If they are > > root windows I would leave it to the window manager, who should be quite > > clever about the positioning. It you want to nest the "windows" then use > > any positioning scheme that Gtk offers you. > > > I want a main window with menu, with "inside" her, some widget (or > window) that change according to some condition... But I don't want to > view more than one window... I don't know if I explain myself... This is > also my notion of MDI, but maybe is wrong. > > > Maybe I am getting your notion of MDI wrong. When I think of MDI, I > > think of something like Gimp, a few root windows or gedit, a few > > documents tabbed (same with firefox). > > > > I am currently not seeing your point. > > > > I would actually more worry about the windows and application lifetime, > > ie. exiting the application when really no window is open anymore or > > running forever or attaching new windows to a running application after > > invocation of a new one. > > > > Sean > > -- > Ciao da > [EMAIL PROTECTED] (ICQ# 266220356; MSN Messenger: [EMAIL PROTECTED]) > "Le battaglie si vincono con gli uomini che si hanno, non con quelli che > si vorrebbero" (Napoleone Bonaparte) > "Le cose che possiedi prima o poi ti possiedono..." (Fight Club) > "Le donne possono avere bambini...gli uomini computers" (Anonimo) ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
