mailr10537 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on January 28, 2010 - 18:09:
Author: bugman
Date: Thu Jan 28 18:09:19 2010
New Revision: 10537

URL: http://svn.gna.org/viewcvs/relax?rev=10537&view=rev
Log:
The parent notebook is now passed into the Auto_rx class.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10537&r1=10536&r2=10537&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Jan 28 18:09:19 
2010
@@ -47,11 +47,13 @@
     bitmap = None
     label = None
 
-    def __init__(self, gui):
+    def __init__(self, gui, notebook):
         """Build the automatic R1 and R2 analysis GUI frame elements.
 
-        @param gui: The main GUI class.
-        @type gui:  gui_bieri.relax_gui.Main instance
+        @param gui:         The main GUI class.
+        @type gui:          gui_bieri.relax_gui.Main instance
+        @param notebook:    The notebook to pack this frame into.
+        @type notebook:     wx.Notebook instance
         """
 
         self.gui = gui




Related Messages


Powered by MHonArc, Updated Thu Jan 28 18:20:03 2010