mailr13264 - /branches/gui_testing/gui/analyses/auto_noe.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:12:
Author: bugman
Date: Tue Jun 28 22:12:01 2011
New Revision: 13264

URL: http://svn.gna.org/viewcvs/relax?rev=13264&view=rev
Log:
Deleted the auto NOE analysis page build_left_box() method as the base class 
method is sufficient.


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

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13264&r1=13263&r2=13264&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Tue Jun 28 22:12:01 2011
@@ -200,24 +200,6 @@
         return data, missing
 
 
-    def build_left_box(self):
-        """Construct the left hand box to pack into the automatic NOE 
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 NOE bitmap picture.
-        bitmap = wx.StaticBitmap(self.parent, -1, 
wx.Bitmap(paths.IMAGE_PATH+'noe.png', 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 NOE box.
 




Related Messages


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