perl-Gtk2 r2081 - in trunk: . xs
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2081 - in trunk: . xs
- Date: Sat, 1 Nov 2008 14:12:29 +0000 (UTC)
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]