mailr11987 - in /branches/bieri_gui/scripts/gui: ./ refs.py


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

Header


Content

Posted by edward on December 28, 2010 - 11:33:
Author: bugman
Date: Tue Dec 28 11:33:33 2010
New Revision: 11987

URL: http://svn.gna.org/viewcvs/relax?rev=11987&view=rev
Log:
Created a directory for scripts which launch elements of the GUI 
independently of the GUI.

This is for debugging purposes, and an initial script has been added for the 
references window.


Added:
    branches/bieri_gui/scripts/gui/
    branches/bieri_gui/scripts/gui/refs.py

Added: branches/bieri_gui/scripts/gui/refs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/scripts/gui/refs.py?rev=11987&view=auto
==============================================================================
--- branches/bieri_gui/scripts/gui/refs.py (added)
+++ branches/bieri_gui/scripts/gui/refs.py Tue Dec 28 11:33:33 2010
@@ -1,0 +1,9 @@
+
+import wx
+
+from gui_bieri.references import References
+
+app = wx.App(0)
+ref = References(None)
+ref.Show()
+app.MainLoop()




Related Messages


Powered by MHonArc, Updated Tue Dec 28 11:40:02 2010