Re: [gtkmm] on_realize()!=signal_realize() ? , was: glade-2 + on_realize()



On Mon, 2003-09-29 at 10:50, Christof Petig wrote:
> Silviu D Minut schrieb:
> > I know how to override Gtk::Window::on_realize(), and it works.
> 
> > I define a "realize" signal

I guess he means "signal handler".

>  for this window, with the handler
> > on_window1_realize().
> 
> To me this sounds like signal_realize() signal is somewhat different 
> from on_realize(). But that is beyond my knowledge of gtkmm internals.

It's wrapped like every other signal. Because this is an X event signal
http://www.gtkmm.org/gtkmm2/docs/tutorial/html/apbs06.html
he's probably just using the wrong return value, or needs to use
connect_notify() instead.

> This looks like a gtkmm problem, not a glademm related problem.

Yes, it's nothing to do with glademm.

-- 
Murray Cumming
murrayc usa net
www.murrayc.com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]