module timelinelib.wxgui.dialogs.dateformat.view

class timelinelib.wxgui.dialogs.dateformat.view.DateFormatDialog[source]

Bases: timelinelib.wxgui.framework.Dialog

<BoxSizerVertical>
<FlexGridSizer name=”grid” rows=”0” columns=”2” border=”ALL” >
<StaticText

align=”ALIGN_CENTER_VERTICAL” label=”$(date_format_text)”

/> <TextCtrl name=”date_format” fit_text=”__YYYY__MMM__DD__” /> <StaticText

align=”ALIGN_CENTER_VERTICAL” label=”$(locale_date_format_text)”

/> <StaticText

align=”ALIGN_CENTER_VERTICAL” name=”locale_date_format”

/>

</FlexGridSizer> <BoxSizerHorizontal>

<StretchSpacer/> <DialogButtonsOkCancelSizer

border=”ALL” event_EVT_BUTTON__ID_OK=”on_ok”

/>

</BoxSizerHorizontal>

</BoxSizerVertical>

__init__(parent, config)[source]

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

SetDateFormat(value)[source]
GetDateFormat()[source]
SetLocaleDateFormat(value)[source]
DisplayErrorMessage(message)[source]