Felipe Noguez wrote: > I have a gtk::window that i want to on load executes a method, but i´m > not found any signal or tip about how make it. Every example that i > found on web always have a button that executes some function. > > What is needed to a gtk::window execute a method automaticaly? > > I´m new with gtkmm development so maybe there´s a thing that i'm letting > escape.
What do you mean by "on load". Maybe you could just use on_show()/signal_show() ? -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
