[perl-Gtk2] Remove a note from the docs that is now obsolete



commit 07d6735c82898346d412c72f0ce22a56a78ab8f7
Author: Kevin Ryde <user42 zip com au>
Date:   Thu Jun 4 21:16:46 2009 +0200

    Remove a note from the docs that is now obsolete
    
    Chaining up in signal handlers now correctly handles boxed objects, so this
    note about chaining up in a size-request signal handler can go.
---
 xs/GtkWidget.xs |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/xs/GtkWidget.xs b/xs/GtkWidget.xs
index 2aac521..45a0648 100644
--- a/xs/GtkWidget.xs
+++ b/xs/GtkWidget.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2006 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2006, 2009 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
  *
@@ -121,17 +121,6 @@ types.)
 
 =cut
 
-=for position post_signals
-
-Note that currently signal_chain_from_overridden doesn't work from a
-size-request class closure, because the Gtk2::Requisition parameter
-you pass ends up getting copied, so changes made to it by the
-superclass are lost.  You can still write a class closure for
-size-request, but you'll have to calculate the desired size by
-yourself, you can't chain up to ask your superclass what it thinks.
-
-=cut
-
 =for apidoc __hide__
 =cut
 void



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