Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package importics :: Module view :: Class ImportIcsDialog
[frames] | no frames]

Class ImportIcsDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     ImportIcsDialog


<BoxSizerVertical>
    <StaticText
        name="VeventLocation"
        label="VEVENT.LOCATION"
        border="LEFT|TOP"
    />
    <CheckBox
        name="import_location"
        label="$(import_location_label)"
        border="ALL"
    />
    <StaticText
        name="ValarmTrigger"
        label="VALARM.TRIGGER"
        border="LEFT|TOP"
    />
    <CheckBox
        name ="trigger_as_start_time"
        label="$(trigger_as_start_time_label)"
        border="ALL"
    />
    <CheckBox
        name="trigger_as_alarm"
        label="$(trigger_as_alarm)"
        border="LEFT|BOTTOM"
    />
    <DialogButtonsCloseSizer
        border="ALL"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, parent=None) source code
 
get_import_location(self) source code
 
get_trigger_as_start_time(self) source code
 
get_trigger_as_alarm(self) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk