mailr13195 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on June 23, 2011 - 20:21:
Author: bugman
Date: Thu Jun 23 20:21:12 2011
New Revision: 13195

URL: http://svn.gna.org/viewcvs/relax?rev=13195&view=rev
Log:
Renamed the update() method to on_display().


Modified:
    branches/gui_testing/gui/analyses/wizard.py

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13195&r1=13194&r2=13195&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Thu Jun 23 20:21:12 2011
@@ -89,12 +89,8 @@
         self.pipe_name = self.input_field(sizer, "The data pipe name:")
 
 
-    def update(self, event):
-        """Update the UI.
-
-        @param event:   The wx event.
-        @type event:    wx event
-        """
+    def on_display(self):
+        """Update the pipe name."""
 
         # Generate a name for the data pipe based on the type and time.
         name = "%s (%s)" % (self.parent.analysis_type, asctime(localtime()))




Related Messages


Powered by MHonArc, Updated Thu Jun 23 20:40:02 2011