mailr16471 - /branches/uf_redesign/user_functions/grace.py


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

Header


Content

Posted by edward on May 28, 2012 - 10:44:
Author: bugman
Date: Mon May 28 10:44:52 2012
New Revision: 16471

URL: http://svn.gna.org/viewcvs/relax?rev=16471&view=rev
Log:
Fixes for the grace.write user function definitions for the GUI.

The x_data_type and y_data_type can be set by the user to, for example, 
'spin'.  Therefore they
cannot be readonly.


Modified:
    branches/uf_redesign/user_functions/grace.py

Modified: branches/uf_redesign/user_functions/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/grace.py?rev=16471&r1=16470&r2=16471&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/grace.py (original)
+++ branches/uf_redesign/user_functions/grace.py Mon May 28 10:44:52 2012
@@ -100,8 +100,7 @@
     desc_short = "x data type",
     desc = "The data type for the X-axis (no regular expression is 
allowed).",
     wiz_element_type = 'combo',
-    wiz_combo_iter = grace.get_data_types,
-    wiz_read_only = True
+    wiz_combo_iter = grace.get_data_types
 )
 uf.add_keyarg(
     name = "y_data_type",
@@ -109,8 +108,7 @@
     desc_short = "y data type",
     desc = "The data type for the Y-axis (no regular expression is 
allowed).",
     wiz_element_type = 'combo',
-    wiz_combo_iter = grace.get_data_types,
-    wiz_read_only = True
+    wiz_combo_iter = grace.get_data_types
 )
 uf.add_keyarg(
     name = "spin_id",




Related Messages


Powered by MHonArc, Updated Mon May 28 12:20:02 2012