On Wed, 2008-03-26 at 07:41 +0800, chennanbang wrote: > > > On Tue, Mar 25, 2008 at 7:32 PM, Paul Davis > <[EMAIL PROTECTED]> wrote: > > > > no, it means that the widget has been realized .... that is, a > low level > window owned by the windowing system in use (X Window, GDI on > windows, > Quartz on OS X) has been created and the widget has been > "attached" to > it so that it will draw into that window. > > So, be drawed is the "been realized", right?
More precisely, a GtkWidget has been realized when the realized signal has been emitted, after which get_window() will return a non-null RefPtr. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
