commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9478 - trunk/gnue-forms/src/uidrivers/wx26/widgets


From: reinhard
Subject: [gnue] r9478 - trunk/gnue-forms/src/uidrivers/wx26/widgets
Date: Tue, 10 Apr 2007 02:44:25 -0500 (CDT)

Author: reinhard
Date: 2007-04-10 02:44:25 -0500 (Tue, 10 Apr 2007)
New Revision: 9478

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py
Log:
Cleanup of now unused variable "growable".


Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py        2007-04-10 
07:09:13 UTC (rev 9477)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py        2007-04-10 
07:44:25 UTC (rev 9478)
@@ -45,15 +45,8 @@
         the label for this widget.
     @ivar widget: if not None, this is the instance of a wx.Window subclass
         representing the control of this widget
-    @ivar growable: if True, the widget is growable in both directions (like a
-        multiline text entry). This means if the owning container gets more
-        available space this widget will consume as much as possible.
-
-    The following attributes are properly set for a positioned layout:
     """
 
-    growable = False
-
     # -------------------------------------------------------------------------
     # Constructor
     # -------------------------------------------------------------------------

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py  2007-04-10 07:09:13 UTC 
(rev 9477)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py  2007-04-10 07:44:25 UTC 
(rev 9478)
@@ -41,8 +41,6 @@
     Interface implementation for the <box> tag
     """
 
-    growable = True
-
     # -------------------------------------------------------------------------
     # Create a wx box widget
     # -------------------------------------------------------------------------

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py 2007-04-10 07:09:13 UTC 
(rev 9477)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py 2007-04-10 07:44:25 UTC 
(rev 9478)
@@ -68,8 +68,6 @@
         @returns: the wx.GridBagSizer instance used for adding the rows
         """
 
-        self.growable = True
-
         owner  = self.getParent()
         parent = event.container
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]