Connecting to Configure signal event
- From: a <vis 314 15 gmail com>
- To: gtkmm-list gnome org
- Subject: Connecting to Configure signal event
- Date: Mon, 25 Nov 2013 23:09:36 -0500
Hi,
I'm trying to connect to the configure signal
event(signal_configure_event()), in the documentation I read that you
have to enable Gdk::STRUCTURE_MASK, and I think that is the problem I am
having. I tried do it several different ways, like this:
this->add_events(Gdk::STRUCTURE_MASK);
Gtk::Window::add_events(Gdk::STRUCTURE_MASK);
MainWindow::add_events(Gdk::STRUCTURE_MASK); //I think they are all
synonyms, but just in case they weren't
and I tried using set_events() function too. Is this the correct way to
enable STRUCTURE_MASK?
Thank you.
Tim O.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]