Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package importevents :: Module view :: Class ImportEventsDialog
[frames] | no frames]

Class ImportEventsDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     ImportEventsDialog


<BoxSizerVertical>
    <Header label="$(header_label)"
        border="ALL"
    />
    <FileChooser
        name="file_chooser"
        dialog_wildcard="$(dialog_wildcard)"
        event_EVT_FILE_PATH_CHANGED="on_file_path_changed"
        border="LEFT|RIGHT"
    />
    <FeedbackText
        name="feedback_text"
        width="300"
        height="70"
        border="ALL"
        proportion="1"
    />
    <DialogButtonsOkCancelSizer
        border="LEFT|BOTTOM|RIGHT"
        event_EVT_BUTTON__ID_OK="on_ok_clicked"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, db, parent=None) source code
 
GetFilePath(self) source code
 
SetSuccess(self, text) source code
 
SetError(self, text) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk