mailr13265 - /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:13:
Author: bugman
Date: Tue Jun 28 22:13:28 2011
New Revision: 13265

URL: http://svn.gna.org/viewcvs/relax?rev=13265&view=rev
Log:
Two bitmaps are now shown in the auto NOE analysis page.

The second is that of the button, so the user can associate with it better.  
The base class method
build_left_box() can currently handle multiple images.


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=13265&r1=13264&r2=13265&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Tue Jun 28 22:13:28 2011
@@ -58,7 +58,8 @@
 
     # Hardcoded variables.
     analysis_type = None
-    bitmap = None
+    bitmap = [paths.ANALYSIS_IMAGE_PATH+"noe_200x200.png",
+              paths.IMAGE_PATH+'noe.png']
     label = None
 
     def __init__(self, gui=None, notebook=None, analysis_name=None, 
pipe_name=None, data_index=None):




Related Messages


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