Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package changenowdate :: Module view :: Class ChangeNowDateDialog
[frames] | no frames]

Class ChangeNowDateDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     ChangeNowDateDialog


<BoxSizerVertical>
    <CheckBox
        name="show_time_checkbox"
        label="$(show_time_text)"
        event_EVT_CHECKBOX="on_show_time_changed"
        border="LEFT|TOP|RIGHT"
    />
    <TimePicker
        name="time_picker"
        time_type="$(time_type)"
        config="$(config)"
        on_change="$(time_picker_on_change)"
        border="LEFT|BOTTOM|RIGHT"
    />
    <DialogButtonsCloseSizer
        border="LEFT|BOTTOM|RIGHT"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, parent, config, db, handle_new_time_fn, title) source code
 
GetNowValue(self) source code
 
SetNowValue(self, value) source code
 
ShowTime(self, value) source code
 
IsShowTimeChecked(self) source code
 
FocusTimePicker(self) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk