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 =>FalseOk button =>wx.ID_OKApply button =>wx.ID_APPLYTest button =>eg.ID_TEST
-