mailr13190 - /branches/gui_testing/gui/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 - 19:33:
Author: bugman
Date: Thu Jun 23 19:33:20 2011
New Revision: 13190

URL: http://svn.gna.org/viewcvs/relax?rev=13190&view=rev
Log:
Updated the Wiz_window class docstring.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13190&r1=13189&r2=13190&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Thu Jun 23 19:33:20 2011
@@ -677,10 +677,7 @@
 
 
 class Wiz_window(wx.Dialog):
-    """Wizard-like window GUI element base class.
-
-    To inherit from this class, you must supply the add_contents() and 
execute() methods.  The add_contents() method should build the specific GUI 
elements, and the execute() method is called when clicking on the apply or ok 
buttons.
-    """
+    """The wizard."""
 
     # Some class variables.
     _size_button = (100, 33)




Related Messages


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