Home | Trees | Indices | Help |
|
---|
|
humblewx.Dialog --+ | framework.Dialog --+ | FeedbackDialog
<BoxSizerVertical> <StaticText name="info" border="LEFT|TOP|RIGHT" /> <FlexGridSizer columns="2" growableColumns="1" growableRows="2" proportion="1" border="ALL"> <StaticText align="ALIGN_CENTER_VERTICAL" label="$(to_text)" /> <TextCtrl name="to_text" style="TE_READONLY" /> <StaticText align="ALIGN_CENTER_VERTICAL" label="$(subject_text)" /> <TextCtrl name="subject_text" /> <StaticText align="ALIGN_TOP" label="$(body_text)" /> <TextCtrlSelect name="body_text" height="200" style="TE_MULTILINE" /> <StaticText align="ALIGN_CENTER_VERTICAL" label="$(send_with_text)" /> <BoxSizerHorizontal> <Button label="$(default_button_text)" borderType="SMALL" border="RIGHT" event_EVT_BUTTON="on_default_click" /> <Button label="$(gmail_button_text)" borderType="SMALL" border="RIGHT" event_EVT_BUTTON="on_gmail_click" /> <Button label="$(other_button_text)" border="RIGHT" event_EVT_BUTTON="on_other_click" /> <StretchSpacer /> <DialogButtonsCloseSizer /> </BoxSizerHorizontal> </FlexGridSizer> </BoxSizerVertical>
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 26 01:55:29 2020 | http://epydoc.sourceforge.net |