| Trees | Indices | Help |
|
|---|
|
|
Param* classes for populating
AtrtibutePanel with attribute editing blocks.
|
|||
|
PPanel Abstract base class creating an empty wx.Panel.
|
|||
|
ParamBinaryOr Editing binary flag attributes defined by a string separated by '|'. |
|||
|
ParamFlag Sizer flag editing. |
|||
|
ParamColour Color attribute editing. |
|||
| FontPickerCtrl | |||
|
ParamFont Font attribute editing. |
|||
|
ParamInt TextCtrl with SpinButton for integer parameters. |
|||
|
ParamUnit Similar to ParamInt, 'd' can be appended to the value to specify dialog units mode. |
|||
|
ParamMultilineText Multiline text editing. |
|||
|
ParamText Text attribute. |
|||
|
ParamComment Comment node editing. |
|||
|
ContentDialog Dialog for editing content attributes. |
|||
|
ContentCheckListDialog Dialog for editing content checklist attributes. |
|||
|
ParamContent Editing of content attribute. |
|||
|
ParamContentCheckList Editing of content check list attribute. |
|||
|
IntListDialog Dialog for editing integer lists. |
|||
|
ParamIntList Editing integer list attribute. |
|||
| RadioBox | |||
| CheckBox | |||
|
ParamBool Editing on/off attributes. |
|||
|
ParamInverseBool like ParamBool but defined if unchecked |
|||
|
ParamOrient Orientation attribute editing for sizers. |
|||
|
ParamOrientation Orientaiton attribute editing for wx.SplitterWindow.
|
|||
| ParamBitmap | |||
|
ParamImage Image selector. |
|||
| ParamCombo | |||
|
ParamEncoding Editing encoding attribute of the XML root node. |
|||
|
StylePanel Style panel. |
|||
| CheckListBoxComboPopup | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
WARenameDict = {'fg': 'foreground', 'bg': 'background'}
|
|||
fontFamiliesWx2Xml = {wx.DEFAULT: 'default', wx.DECORATIVE: 'd
|
|||
fontStylesWx2Xml = {wx.NORMAL: 'normal', wx.SLANT: 'slant', wx
|
|||
fontWeightsWx2Xml = {wx.NORMAL: 'normal', wx.LIGHT: 'light', w
|
|||
fontFamiliesXml2wx = ReverseMap(fontFamiliesWx2Xml)
|
|||
fontStylesXml2wx = ReverseMap(fontStylesWx2Xml)
|
|||
fontWeightsXml2wx = ReverseMap(fontWeightsWx2Xml)
|
|||
ParamIntNN = MetaParamInt(default= 0, range= (0, 2147483647))
|
|||
ParamIntP = MetaParamInt(default= 1, range= (1, 2147483647))
|
|||
ParamLongText = MetaParamText(200, 1)
|
|||
ParamAccel = MetaParamText(100)
|
|||
ParamHelp = MetaParamText(200, 1)
|
|||
ParamPosSize = MetaParamText(80)
|
|||
paramDict = {'flag': ParamFlag, 'orient': ParamOrient, 'optionDefault classes for standard attributes. |
|||
|
|||
fontFamiliesWx2Xml
|
fontStylesWx2Xml
|
fontWeightsWx2Xml
|
paramDictDefault classes for standard attributes.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Sep 24 01:45:30 2007 | http://epydoc.sourceforge.net |