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
Hi John,
Hope you don't mind me jumping in. I'm curious why you want to do your
own memory management: Gtk::manage takes all the work out of your hands
safely, and stops you deleting widgets in an inappropriate order. If
you want to make a program that you have to do all your memory
managem
Hi Kjell,
Many thanks for sending me your versions of those files. The good news
is that with only the exception of some commented sections, your
versions are identical to mine. Both versions exhibit the same
behaviour (and unfortunately, the same problems).
I'm wondering now if I've been
2013-10-08 09:03, Murray Cumming skrev:
So, here's one last call, please, for criticism of the API before it
becomes stable API in a couple of days.
Murray
Murray, in commit
https://git.gnome.org/browse/gtkmm/commit/?id=caf1165105d078a2cdc92caa14a1ebfc6724e6ef
you undeprecated Gtk::ActionGrou
2013-11-24 18:44, John Emmas skrev:
On 23/11/2013 10:23, John Emmas wrote:
It would be very interesting if you could apply those patches and see
if they change the calling order for you (like they did for me).
Hi Kjell, I've just had a new idea (a variation on the above theme).
When you