The model list GUI element.
|
border = 10
The border width, in pixels.
|
|
desc = None
The short description for the GUI element.
|
|
model_desc = []
The short description for each model.
|
|
models = []
The list of names of the model.
|
|
params = []
The list of parameters of each model in string form.
|
|
warning = None
A warning string which if set will present a warning message to the
user prior to allowing them to modify the list of models.
|
|
red_flag = False
A flag which if True will cause the flag icon to turn red if the
model list has been modified.
|
|
size = wx.Size(1024, 750)
The initial size of the window.
|
|
tooltip = None
The tooltip string to add to the text and field wx GUI elements.
|
|
tooltip_button = None
The separate tooltip string to add to the button wx GUI element.
|