perl-Gtk2 r2082 - in branches/stable-1-20: . xs



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

Log:
Merge r2081 from trunk.


Modified:
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/xs/GtkBuildable.xs

Modified: branches/stable-1-20/xs/GtkBuildable.xs
==============================================================================
--- branches/stable-1-20/xs/GtkBuildable.xs	(original)
+++ branches/stable-1-20/xs/GtkBuildable.xs	Sat Nov  1 14:15:00 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]