Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package shortcutseditor :: Module view :: Class ShortcutsEditorDialog
[frames] | no frames]

Class ShortcutsEditorDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     ShortcutsEditorDialog


<BoxSizerVertical>
    <FlexGridSizer name="grid" rows="0" columns="2" border="ALL" >
        <StaticText align="ALIGN_CENTER_VERTICAL" label="$(functions)" />
        <ComboBox name="cb_functions" style="CB_READONLY" width="280" align="ALIGN_CENTER_VERTICAL"
            event_EVT_COMBOBOX="on_selection_changed" />
        <StaticText align="ALIGN_CENTER_VERTICAL" label="$(modifiers)" />
        <ComboBox name="cb_modifiers" style="CB_READONLY"  align="ALIGN_CENTER_VERTICAL" />
        <StaticText align="ALIGN_CENTER_VERTICAL" label="$(shortcutkey)" />
        <ComboBox name="cb_shortcut_keys" style="CB_READONLY"  align="ALIGN_CENTER_VERTICAL" />
    </FlexGridSizer>
    <DialogButtonsApplyCloseSizer
        border="LEFT|BOTTOM|RIGHT"
        event_EVT_BUTTON__ID_APPLY="on_apply_clicked"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, parent, shortcut_config) source code
 
SetFunctions(self, choices) source code
 
SetModifiers(self, choices, value) source code
 
SetModifier(self, value) source code
 
SetShortcutKeys(self, choices, value) source code
 
SetShortcutKey(self, value) source code
 
GetFunction(self) source code
 
GetShortcutKey(self) source code
 
GetModifier(self) source code
 
DisplayAckPopupWindow(self, text) source code
 
DisplayWarningMessage(self, text) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk