Class FeatureDialog
source code
humblewx.Dialog --+
|
framework.Dialog --+
|
FeatureDialog
<BoxSizerVertical>
<StaticText name="feature_name" label="" width="600" border="ALL" />
<TextCtrl name="feature_description" height="200"
style="TE_MULTILINE|TE_READONLY|TE_RICH|TE_AUTO_URL" border="LEFT|RIGHT|BOTTOM"
event_EVT_TEXT_URL="on_text_url"
/>
<BoxSizerHorizontal>
<Button label="$(give_feedback_button_text)" event_EVT_BUTTON="on_give_feedback" border="BOTTOM|LEFT" />
<StretchSpacer />
<DialogButtonsCloseSizer border="BOTTOM|RIGHT"/>
</BoxSizerHorizontal>
</BoxSizerVertical>