Re: grab event further fields
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: grab event further fields
- Date: Sun, 01 Jun 2008 14:43:06 +0200
Kevin Ryde wrote:
I noticed GdkEventGrabBroken has "implicit" and "grab_window" fields
without accessor methods.
Looks good. Some comments:
- if (items == 2 && newvalue != RETVAL)
+ if (items == 2)
What's your motivation for that change? The check isn't all that
meaningful, but that's what all other accessors do.
+=for apidoc Gtk2::Gdk::Event::GrabBroken::grab_window
+...
+=cut
If you attach the POD paragraphs directly to an xsub (no blank line
between "=cut" and the start of the xsub), then the doc generator
automatically associates this paragraph with the xsub. Thus, you can
just use "=for apidoc".
Committed. Thanks!
--
Bye,
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]