Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package feature :: Module view :: Class FeatureDialog
[frames] | no frames]

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>

Instance Methods
 
__init__(self, parent, feature) source code
 
SetFeatureName(self, name) source code
 
SetFeatureDescription(self, description) source code
 
GetDescription(self) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk