mailr13263 - /branches/gui_testing/gui/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 June 28, 2011 - 22:10:
Author: bugman
Date: Tue Jun 28 22:10:46 2011
New Revision: 13263

URL: http://svn.gna.org/viewcvs/relax?rev=13263&view=rev
Log:
Removed build_left_box() from the Rx analyses as it is now implemented in the 
base class.


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

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13263&r1=13262&r2=13263&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Tue Jun 28 22:10:46 2011
@@ -201,24 +201,6 @@
         return data, complete, missing
 
 
-    def build_left_box(self):
-        """Construct the left hand box to pack into the automatic Rx 
analysis frame.
-
-        @return:    The left hand box element containing the bitmap.
-        @rtype:     wx.BoxSizer instance
-        """
-
-        # Use a vertical packing of elements.
-        box = wx.BoxSizer(wx.VERTICAL)
-
-        # Add the model-free bitmap picture.
-        bitmap = wx.StaticBitmap(self.parent, -1, wx.Bitmap(self.bitmap, 
wx.BITMAP_TYPE_ANY))
-        box.Add(bitmap, 0, wx.ADJUST_MINSIZE, 10)
-
-        # Return the box.
-        return box
-
-
     def build_right_box(self):
         """Construct the right hand box to pack into the main Rx box.
 




Related Messages


Powered by MHonArc, Updated Tue Jun 28 22:20:02 2011