perl-Gtk2 r2081 - in trunk: . xs



Author: tsch
Date: Sat Nov  1 14:12:28 2008
New Revision: 2081
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2081&view=rev

Log:
Mention in the POD that chaining up to the parent does not work yet for custom
Gtk2::Buildable implementations.  Patch by Kevin Ryde.


Modified:
   trunk/ChangeLog
   trunk/xs/GtkBuildable.xs

Modified: trunk/xs/GtkBuildable.xs
==============================================================================
--- trunk/xs/GtkBuildable.xs	(original)
+++ trunk/xs/GtkBuildable.xs	Sat Nov  1 14:12:28 2008
@@ -868,6 +868,14 @@
 interface to your object declaration, and implement the following methods
 as necessary.
 
+Note that in the current implementation the custom tags code doesn't
+chain up to any buildable interfaces in superclasses.  This means for
+instance if you implement Gtk2::Buildable on a new widget subclass
+then you lose the <accelerator> and <accessibility> tags normally
+available from Gtk2::Widget.  This will likely change in the future,
+probably by chaining up by default for unhandled tags, maybe with a
+way to ask deliberately not to chain.
+
 =over
 
 =item SET_NAME ($self, $name)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]