Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package feedback :: Module view :: Class FeedbackDialog
[frames] | no frames]

Class FeedbackDialog

source code

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
 
__init__(self, parent, info, subject, body) source code
 
SetInfoText(self, text) source code
 
GetToText(self) source code
 
SetToText(self, text) source code
 
GetSubjectText(self) source code
 
SetSubjectText(self, text) source code
 
GetBodyText(self) source code
 
SetBodyText(self, text) source code
 
SelectAllBodyText(self) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk