mailr10557 - /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 - 19:53:
Author: bugman
Date: Thu Jan 28 19:53:02 2010
New Revision: 10557

URL: http://svn.gna.org/viewcvs/relax?rev=10557&view=rev
Log:
Shifted the Bind calls back to the main GUI 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=10557&r1=10556&r2=10557&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 19:53:02 
2010
@@ -160,10 +160,10 @@
         self.relax_start_r1_1 = wx.BitmapButton(self.parent, -1, 
wx.Bitmap(IMAGE_PATH+'relax_start.gif', wx.BITMAP_TYPE_ANY))
 
         #button actions
-        self.Bind(wx.EVT_BUTTON, self.resdir_r1_1, 
self.results_directory_copy_copy)
-        self.Bind(wx.EVT_BUTTON, self.structure_r11.open_file, 
self.results_directory_copy_copy_copy)
-        self.Bind(wx.EVT_BUTTON, self.add_r1_1, self.addr11)
-        self.Bind(wx.EVT_BUTTON, self.refresh_r1_1, self.refreshr11)
+        self.gui.Bind(wx.EVT_BUTTON, self.resdir_r1_1, 
self.results_directory_copy_copy)
+        self.gui.Bind(wx.EVT_BUTTON, self.structure_r11.open_file, 
self.results_directory_copy_copy_copy)
+        self.gui.Bind(wx.EVT_BUTTON, self.add_r1_1, self.addr11)
+        self.gui.Bind(wx.EVT_BUTTON, self.refresh_r1_1, self.refreshr11)
 
 
     def __do_layout(self):




Related Messages


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