|
|
|
__init__(self,
gui=None,
parent=None,
box=None,
id=None,
proportion=0,
button_placement=' default ' )
Build the base list GUI element. |
source code
|
|
|
|
|
|
|
build_element_safe(self)
Build the spectra listing GUI element in a thread safe wx.CallAfter
call. |
source code
|
|
|
|
list of dict of wxID, str, str, method
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
set_box_label(self)
Set the label of the StaticBox. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|