Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package eventeditortabselection :: Module view :: Class EventEditorTabSelectionDialog
[frames] | no frames]

Class EventEditorTabSelectionDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     EventEditorTabSelectionDialog


<BoxSizerVertical>
    <StaticText label="$(header_text)" border="ALL"/>
    <BoxSizerHorizontal border="LEFT|RIGHT" proportion="1">
        <ListBox
            name="lst_tab_order"
            width="120"
            height="150"
            proportion="1"
            event_EVT_LISTBOX="on_selection_changed"
        />
        <Spacer />
        <BoxSizerVertical align="ALIGN_CENTER_VERTICAL">
            <BitmapButton
                name="btn_up"
                bitmap="$(up_bitmap)"
                event_EVT_BUTTON="on_up"
            />
            <Spacer />
            <BitmapButton
                name="btn_down"
                bitmap="$(down_bitmap)"
                event_EVT_BUTTON="on_down"
            />
        </BoxSizerVertical>
    </BoxSizerHorizontal>
    <DialogButtonsOkCancelSizer
        border="ALL"
        event_EVT_BUTTON__ID_OK="on_ok"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, parent, config) source code
 
FillListbox(self, tab_items) source code
 
Close(self) source code
 
GetSelection(self) source code
 
GetClientData(self, inx) source code
 
DisableBtnDown(self) source code
 
EnableBtnDown(self) source code
 
DisableBtnUp(self) source code
 
EnableBtnUp(self) source code
 
MoveSelectionUp(self, inx) source code
 
MoveSelectionDown(self, inx) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk