Home | Trees | Indices | Help |
|
---|
|
humblewx.Dialog --+ | framework.Dialog --+ | ExportDialog
<BoxSizerVertical> <StaticBoxSizerVertical label="$(type_description_text)" border="ALL"> <ListBox style="LB_SINGLE" name="lb_target_types" /> </StaticBoxSizerVertical> <StaticBoxSizerVertical label="$(encoding_description_text)" border="LEFT|RIGHT|BOTTOM"> <ListBox style="LB_SINGLE" name="lb_text_encodings" /> </StaticBoxSizerVertical> <StaticBoxSizerVertical label="$(encoding_error_strategy_text)" border="LEFT|RIGHT|BOTTOM"> <ListBox style="LB_SINGLE" name="lb_error_strategies" choices="$(lb_error_strategies_choices)" /> </StaticBoxSizerVertical> <StaticBoxSizerVertical label="$(export_items_description_text)" border="LEFT|RIGHT|BOTTOM"> <FlexGridSizer rows="0" columns="2" border="ALL"> <CheckBox align="ALIGN_CENTER_VERTICAL" label="$(events_text)" name="cbx_events" /> <Button align="ALIGN_CENTER_VERTICAL" label="$(select_text)" event_EVT_BUTTON="on_edit_event_fields" /> <CheckBox align="ALIGN_CENTER_VERTICAL" label="$(categories_text)" name="cbx_categories"/> <Button align="ALIGN_CENTER_VERTICAL" label="$(select_text)" event_EVT_BUTTON="on_edit_categories_fields" /> </FlexGridSizer> </StaticBoxSizerVertical> <DialogButtonsOkCancelSizer border="LEFT|RIGHT|BOTTOM" event_EVT_BUTTON__ID_OK="on_ok" /> </BoxSizerVertical>
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Method Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 25 02:55:27 2019 | http://epydoc.sourceforge.net |