mailr15894 - /1.3/gui/wizard.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 03, 2012 - 10:05:
Author: bugman
Date: Thu May  3 10:05:29 2012
New Revision: 15894

URL: http://svn.gna.org/viewcvs/relax?rev=15894&view=rev
Log:
The wizard page element_string() GUI element creator read_only flag now 
defaults to False.


Modified:
    1.3/gui/wizard.py

Modified: 1.3/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/wizard.py?rev=15894&r1=15893&r2=15894&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Thu May  3 10:05:29 2012
@@ -577,7 +577,7 @@
         self._elements[key] = element
 
 
-    def element_string(self, key=None, element_type='text', sizer=None, 
desc=None, combo_choices=None, combo_data=None, combo_default=None, 
tooltip=None, divider=None, padding=0, spacer=None, read_only=True):
+    def element_string(self, key=None, element_type='text', sizer=None, 
desc=None, combo_choices=None, combo_data=None, combo_default=None, 
tooltip=None, divider=None, padding=0, spacer=None, read_only=False):
         """Set up the string element and store it.
 
         @keyword key:           The dictionary key to store the element with.




Related Messages


Powered by MHonArc, Updated Thu May 03 11:00:01 2012