Realize event problem
John Coppens <[email protected]> Thu, 4 Oct 2012 01:18:30 -0300
| Newsgroups | gmane.comp.gnome.glade.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all. A newbie question (I don't use C++ too often, so this may be a lack of experience). Composed with Glade (3.12, I believe): - I have a window with a notebook. - A (different) ScrolledWindow with a TextView in each page. - Connected a function to the ...realize event of each, before calling the .run() method of the main program. Page 1 and 2 receive the realize event. Page 0 doesn't. I suppose this is because the textview is rendered on startup, and the events to page 1 and 2 only appear on changing pages. But how can I get the realize event from page 0? Does Gtk::Builder::create_from_file actually show() all the widgets too? And even so, are the widgets realized before the kit.run() call? Thanks John PS: I'm re-sending this to the devel-list, as it seems it didn't get published on the -users. _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel