Package Gnumed :: Package timelinelib :: Package wxgui :: Package dialogs :: Package filenew :: Module view :: Class FileNewDialog
[frames] | no frames]

Class FileNewDialog

source code

humblewx.Dialog --+    
                  |    
   framework.Dialog --+
                      |
                     FileNewDialog


<BoxSizerVertical>
    <StaticText
        label="$(explanation_text)"
        border="ALL"
    />
    <BoxSizerHorizontal
        proportion="1"
        border="LEFT|RIGHT"
    >
        <ListBox
            name="type_list"
            width="150"
            height="200"
            event_EVT_LISTBOX="on_selection_changed"
        />
        <StaticBoxSizerVertical
            proportion="1"
            label="$(description_text)"
            border="LEFT"
        >
            <StaticText
                name="description"
                width="200"
                style="ST_NO_AUTORESIZE"
                proportion="1"
                border="ALL"
            />
        </StaticBoxSizerVertical>
    </BoxSizerHorizontal>
    <DialogButtonsOkCancelSizer
        border="ALL"
    />
</BoxSizerVertical>

Instance Methods
 
__init__(self, parent, items) source code
 
SetItems(self, items) source code
 
SelectItem(self, index) source code
 
SetDescription(self, text) source code
 
GetSelection(self) source code

Inherited from framework.Dialog: DisplayErrorMessage, DisplayInformationMessage, EndModalOk