traitsui.editors.styled_date_editor module

class traitsui.editors.styled_date_editor.CellFormat(**args)

Bases: object

Encapsulates some common visual attributes to set on the cells of a calendar widget. All attributes default to None, which means that they will not override the existing values of the calendar widget.

bgcolor = None
bold = None
fgcolor = None
italics = None
underline = None
traitsui.editors.styled_date_editor.StyledDateEditor

alias of ToolkitEditorFactory

class traitsui.editors.styled_date_editor.ToolkitEditorFactory(*args, **traits)

Bases: traitsui.editors.date_editor.DateEditor

A DateEditor that can show sets of dates in different styles.

Previous topic

traitsui.editors.shell_editor module

Next topic

traitsui.editors.table_editor module

This Page