Commit | Date | |
---|---|---|
[r10668]
by
bugman
Renamed the intro.Intro_text class to info.Info_box. This is used for introduction strings, but can be used at any point in relax as well. |
2010-02-05 16:54:15 | Tree |
[r10667]
by
bugman
All dialogs (the relax controller and about dialogs) are now being destroyed by exit_gui(). This allows the program to exit! |
2010-02-05 16:08:10 | Tree |
[r10666]
by
bugman
Cleaned up the exit_gui() method (previously called exitGUI()). A docstring and comments have been added. The exit dialog text has been re-written. And the call |
2010-02-05 16:06:12 | Tree |
[r10665]
by
bugman
Shifted the MainLoop() call to be outside the wx.App initialisation. This was a strange place to have it, in the OnInit() method! This should prevent future issues. |
2010-02-05 16:01:37 | Tree |
[r10664]
by
bugman
Clean up and expansion of the question() dialog box showing method. A docstring and comments have been added. And the arg default added to allow yes or no to be the |
2010-02-05 10:59:10 | Tree |
[r10663]
by
bugman
A close box is added to the relaxGUI main window as requested by Edward d'Auvergne. The original post is https://mail.gna.org/public/relax-devel/2010-02/msg00025.html. This patch A keyword for window decoration was added. |
2010-02-05 09:33:07 | Tree |
2010-02-04 21:47:48 | Tree | |
2010-02-04 21:43:36 | Tree | |
[r10660]
by
bugman
Sent some initialisations into __init__() to occur before the Bind() calls. This will fix some intermittent errors. |
2010-02-04 21:39:39 | Tree |
[r10659]
by
bugman
The cursor type now changes to a hand when hovering above the link in the relax about widget :) This involves binding all mouse actions (wx.EVT_MOUSE_EVENTS) to the cursor_style() method. |
2010-02-04 18:43:57 | Tree |