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



Silviu D Minut schrieb:
correct me if I'm wrong ... doesn't show() imply realize()? And show
might get called in your ctor (or in window1_glade's ctor).


Ooh, you're right, show() does get called in the constructor. That must be
it. And there's no way to tell glade to call show() outside the
constructors, e.g. in main(), just before the main loop, is there?

simply mark the window as non visible. Then call show outside the ctor.

  Christof




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