Editra Control Library is library of custom controls developed for use
in Editra but are not tied to Editra's framework in anyway.
|
|
__cvsid__ = '$Id: __init__.py 59256 2009-03-02 00:52:16Z CJP $'
|
|
|
__revision__ = '$Revision: 59256 $'
|
|
|
CTRLBAR_NAME_STR = u'EditraControlBar'
|
|
|
CTRLBAR_STYLE_BORDER_BOTTOM = 2
|
|
|
CTRLBAR_STYLE_BORDER_TOP = 4
|
|
|
CTRLBAR_STYLE_LABELS = 8
|
|
|
CTRLBAR_STYLE_NO_DIVIDERS = 16
|
|
|
CTRLBOX_NAME_STR = u'EditraControlBox'
|
|
|
EVT_COUNT = wx.PyEventBinder(edEVT_COUNT, 1)
|
|
|
EVT_OPTION_CHANGED = wx.PyEventBinder(edEVT_OPTION_CHANGED, 1)
|
|
|
EVT_PLATEBTN_DROPARROW_PRESSED = <wx._core.PyEventBinder objec...
|
|
|
EVT_SB_PAGE_CHANGED = wx.PyEventBinder(edEVT_SB_PAGE_CHANGED, 1)
|
|
|
EVT_SB_PAGE_CHANGING = wx.PyEventBinder(edEVT_SB_PAGE_CHANGING...
|
|
|
EVT_SB_PAGE_CLOSED = wx.PyEventBinder(edEVT_SB_PAGE_CLOSED, 1)
|
|
|
EVT_SB_PAGE_CLOSING = wx.PyEventBinder(edEVT_SB_PAGE_CLOSING, 1)
|
|
|
EVT_SB_PAGE_CONTEXT_MENU = wx.PyEventBinder(edEVT_SB_PAGE_CONT...
|
|
|
EVT_SEGMENT_CLOSE = wx.PyEventBinder(edEVT_SEGMENT_CLOSE, 1)
|
|
|
EVT_SEGMENT_SELECTED = wx.PyEventBinder(edEVT_SEGMENT_SELECTED...
|
|
|
PB_STYLE_DROPARROW = 16
|
|
|
SEGBAR_NAME_STR = u'EditraSegmentBar'
|
|
|
SEGBOOK_NAME_STR = u'EditraSegmentBook'
|
|
|
SEGBOOK_STYLE_DEFAULT = 0
|
|
|
SEGBOOK_STYLE_LABELS = 2
|
|
|
SEGBOOK_STYLE_NO_DIVIDERS = 1
|
|
|
SEGBTN_OPT_CLOSEBTNL = 2
|
|
|
SEGBTN_OPT_CLOSEBTNR = 4
|
|
|
SEGMENT_HT_NOWHERE = 0
|
|
|
SEGMENT_HT_SEG = 1
|
|
|
SEGMENT_HT_X_BTN = 2
|
|
|
edEVT_COUNT = 10336
|
|
|
edEVT_OPTION_CHANGED = 10338
|
|
|
edEVT_SB_PAGE_CHANGED = 10348
|
|
|
edEVT_SB_PAGE_CHANGING = 10347
|
|
|
edEVT_SB_PAGE_CLOSED = 10350
|
|
|
edEVT_SB_PAGE_CLOSING = 10349
|
|
|
edEVT_SB_PAGE_CONTEXT_MENU = 10351
|
|
|
edEVT_SEGMENT_CLOSE = 10326
|
|
|
edEVT_SEGMENT_SELECTED = 10325
|