module timelinelib.wxgui.dialogs.filenew.view

class timelinelib.wxgui.dialogs.filenew.view.FileNewDialog[source]

Bases: timelinelib.wxgui.framework.Dialog

<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>

__init__(parent, items)[source]

Initialize self. See help(type(self)) for accurate signature.

SetItems(items)[source]
SelectItem(index)[source]
SetDescription(text)[source]
GetSelection()[source]
timelinelib.wxgui.dialogs.filenew.view.open_file_new_dialog(parent)[source]