mailr10523 - /branches/bieri_gui/gui_bieri/controller.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 - 14:54:
Author: bugman
Date: Thu Jan 28 14:54:02 2010
New Revision: 10523

URL: http://svn.gna.org/viewcvs/relax?rev=10523&view=rev
Log:
Made the controller window closable via the window system.


Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=10523&r1=10522&r2=10523&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Thu Jan 28 14:54:02 2010
@@ -84,7 +84,7 @@
     def __init__(self, *args, **kwds):
 
         # Create GUI elements
-        kwds["style"] = wx.MINIMIZE_BOX | wx.SYSTEM_MENU | wx.CAPTION
+        kwds["style"] = wx.MINIMIZE_BOX | wx.SYSTEM_MENU | wx.CAPTION | 
wx.CLOSE_BOX
         wx.Dialog.__init__(self, *args, **kwds)
 
         # header




Related Messages


Powered by MHonArc, Updated Thu Jan 28 15:40:03 2010