mailr13427 - /branches/gui_testing/gui/menu.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 06, 2011 - 08:35:
Author: bugman
Date: Wed Jul  6 08:35:33 2011
New Revision: 13427

URL: http://svn.gna.org/viewcvs/relax?rev=13427&view=rev
Log:
Added all the select and deselect user functions to the menu.


Modified:
    branches/gui_testing/gui/menu.py

Modified: branches/gui_testing/gui/menu.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/menu.py?rev=13427&r1=13426&r2=13427&view=diff
==============================================================================
--- branches/gui_testing/gui/menu.py (original)
+++ branches/gui_testing/gui/menu.py Wed Jul  6 08:35:33 2011
@@ -200,6 +200,12 @@
 
         # The list of entries to build.
         self.entries_uf = [
+            [wx.NewId(), "&deselect", None, None, [
+                [wx.NewId(), "&all",    None, 
self.gui.user_functions.deselect.all],
+                [wx.NewId(), "&read",   paths.icon_16x16.open, 
self.gui.user_functions.deselect.read],
+                [wx.NewId(), "re&verse", None, 
self.gui.user_functions.deselect.reverse],
+                [wx.NewId(), "&spin", None, 
self.gui.user_functions.deselect.spin],
+            ]],
             [wx.NewId(), "&molecule", paths.icon_16x16.molecule, None, [
                 [wx.NewId(), "&copy",   paths.icon_16x16.copy, 
self.gui.user_functions.molecule.copy],
                 [wx.NewId(), "crea&te", paths.icon_16x16.add, 
self.gui.user_functions.molecule.create],
@@ -224,6 +230,12 @@
             [wx.NewId(), "se&quence", paths.icon_16x16.sequence, None, [
                 [wx.NewId(), "&read", paths.icon_16x16.open, 
self.gui.user_functions.sequence.read]
             ]],
+            [wx.NewId(), "se&lect", None, None, [
+                [wx.NewId(), "&all",    None, 
self.gui.user_functions.select.all],
+                [wx.NewId(), "&read",   paths.icon_16x16.open, 
self.gui.user_functions.select.read],
+                [wx.NewId(), "re&verse", None, 
self.gui.user_functions.select.reverse],
+                [wx.NewId(), "&spin", None, 
self.gui.user_functions.select.spin],
+            ]],
             [wx.NewId(), "&spin", paths.icon_16x16.spin, None, [
                 [wx.NewId(), "&copy",   paths.icon_16x16.copy, 
self.gui.user_functions.spin.copy],
                 [wx.NewId(), "crea&te", paths.icon_16x16.add, 
self.gui.user_functions.spin.create],




Related Messages


Powered by MHonArc, Updated Wed Jul 06 09:40:02 2011