Gtk2::Dialog docs on delete-event

2007-11-19 Thread Kevin Ryde
I think a typo from the Gtk reference manual has propagated into the Gtk2::Dialog docs. Where it says If a dialog receives a delete event, the "response" signal will be emitted with a response ID of 'GTK_RESPONSE_NONE' I believe it's actually GTK_RESPONSE_DELETE_EVENT (simple program bel

Re: setting Gtk2::Gdk::Color pixel

2007-11-19 Thread Kevin Ryde
muppet <[EMAIL PROTECTED]> writes: > > In my experience, you don't try to take that kind of knowledge of the > background; either do the plain XOR or expect to clear and redraw the > background. I suppose it's a bit old school, but in the right circumstances it's portable and fast. At any rat

Re: Subclasses, tied hashes, {get,set}_property, undefined values

2007-11-19 Thread Giuliano
> Here's a patch that adds the new function gperl_sv_defined, derived from > perl's pp_defined, and uses it in place of SvOK everywhere in Glib. It I applied it against the vanilla Glib-1.162, everything is fine. Thanks Torsten and muppet for the usual, great, support! ciao, -- Giuliano ___