mailr10478 - /branches/bieri_gui/gui_bieri/relax_gui.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 - 10:55:
Author: bugman
Date: Thu Jan 28 10:55:17 2010
New Revision: 10478

URL: http://svn.gna.org/viewcvs/relax?rev=10478&view=rev
Log:
The controller is now being built and stored in the main GUI object.

This is accessible as self.controller or in other GUI objects as 
self.gui.controller.  To see the
controller, its ShowModal() method must be called.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10478&r1=10477&r2=10478&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 10:55:17 2010
@@ -87,6 +87,9 @@
 
         # Build the menu bar.
         self.build_menu_bar()
+
+        # Build the controller, but don't show it.
+        self.controller = Controller(None, -1, "")
 
         # A fixed set of indices for 3 NOE, 3 R1, and 3 R2 frames used for 
accessing the relax data store.
         # FIXME:  Eliminate these!  There should be a flexible number of 
these frames.




Related Messages


Powered by MHonArc, Updated Thu Jan 28 11:00:02 2010