on_show signal
- From: zion-gtkmm openaether org
- To: gtkmm-list gnome org
- Subject: on_show signal
- Date: Wed, 03 Aug 2005 21:27:01 -0400
I am just starting with gtkmm so please forgive my newb questions.
I want to call a function once a window is
create/shown/displayed. Things I have tried:
* I have tried using the Gtk::Widget::on_show()/on_realize() im my
derived window class as protected member functions.
* connecting a member function to the signal_show/signal_realize in
the class's ctor
* connecting a member function to the signal_show/signal_realize in
the main code before I pass the derived window object to
Gtk::Main::run
none of these call the function at any point.
To make sure I wasn't being completely stupid I attached the function
to a button click signal and it works fine.
So how can I get a function called once the window is shown?
thnx,
Justin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]