Commit | Date | |
---|---|---|
[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 |
2010-02-04 18:21:32 | Tree | |
[r10657]
by
bugman
The init keyword arg is now accepted by offset(). This allows the offset to be reset each time the widget is created and shown. |
2010-02-04 18:21:17 | Tree |
[r10656]
by
bugman
Added a base class method process_click() which simply closes the widget. This makes the relax GUI about widget happy. |
2010-02-04 18:18:02 | Tree |
[r10655]
by
bugman
Made the link to the relax website clickable. This involves changing the close() method to process_click(), determining the (x, y) coords of the |
2010-02-04 18:14:17 | Tree |