eg.ConfigPanel¶
-
class
eg.
ConfigPanel
(executable=None, resizable=True, showLine=True)[source]¶ A panel with some magic.
-
Affirmed
()[source]¶ Returns the user request.
If called the first time, it will also finish creation of the panel and show it to the user, before returning the user request.
The return value depends on the button the user has pressed in the panel:
Cancel button =>False
Ok button =>wx.ID_OK
Apply button =>wx.ID_APPLY
Test button =>eg.ID_TEST
-