Home | Trees | Indices | Help |
|
---|
|
humblewx.Dialog --+ | framework.Dialog --+ | EditMilestoneDialog
<BoxSizerVertical> <StaticBoxSizerVertical label="$(groupbox_text)" border="ALL" > <FlexGridSizer rows="0" columns="2" border="ALL"> <StaticText label="$(when_text)" align="ALIGN_CENTER_VERTICAL" /> <TimePicker time_type="$(time_type)" config="$(config)" name="dtp_time" /> <StaticText label="$(description_text)" align="ALIGN_CENTER_VERTICAL" /> <TextCtrl name="txt_description" /> <StaticText label="$(description_label)" align="ALIGN_CENTER_VERTICAL" /> <TextCtrl name="txt_label" /> <StaticText align="ALIGN_CENTER_VERTICAL" label="$(category_label)" /> <CategoryChoice name="category_choice" allow_add="True" allow_edit="True" timeline="$(db)" align="ALIGN_LEFT" /> <StaticText label="$(colour_text)" align="ALIGN_CENTER_VERTICAL" /> <ColourSelect name="colorpicker" align="ALIGN_CENTER_VERTICAL" width="60" height="30" /> </FlexGridSizer> </StaticBoxSizerVertical> <DialogButtonsOkCancelSizer border="LEFT|BOTTOM|RIGHT" event_EVT_BUTTON__ID_OK="on_ok_clicked" /> </BoxSizerVertical>
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 10 01:55:20 2018 | http://epydoc.sourceforge.net |