On Friday 25 January 2008 10:47:42 Lassi Väätämöinen wrote: > On Friday 25 January 2008 09:15:37 Murray Cumming wrote:
> > When are you calling this? I believe that get_window() only returns a > > window after the widget has been realized. So you should probably be > > doing it in an on_realize() or a signal_realize handler. > > I call this on_realize(). And as I mentioned, it works on PC platform. > However, maemomm does not emit the signal_realize() (or something similar) > so I do not know what I should connect on_realize() to. I tried connecting > to signal_realize() but that does not work. > > Solved. SVN merge decided to delete something crucial, which included the code where this widget is built into the underlying window... Naturally signal_realize() was not emitted. -Lassi _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
