git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			1032 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			1032 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| # This file was created automatically by SWIG 1.3.29.
 | |
| # Don't modify this file, modify the SWIG interface instead.
 | |
| 
 | |
| """
 | |
| Various *gizmo* classes: `DynamicSashWindow`, `EditableListBox`,
 | |
| `LEDNumberCtrl`, `TreeListCtrl`, etc.
 | |
| """
 | |
| 
 | |
| import _gizmos
 | |
| import new
 | |
| new_instancemethod = new.instancemethod
 | |
| def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
 | |
|     if (name == "thisown"): return self.this.own(value)
 | |
|     if (name == "this"):
 | |
|         if type(value).__name__ == 'PySwigObject':
 | |
|             self.__dict__[name] = value
 | |
|             return
 | |
|     method = class_type.__swig_setmethods__.get(name,None)
 | |
|     if method: return method(self,value)
 | |
|     if (not static) or hasattr(self,name):
 | |
|         self.__dict__[name] = value
 | |
|     else:
 | |
|         raise AttributeError("You cannot add attributes to %s" % self)
 | |
| 
 | |
| def _swig_setattr(self,class_type,name,value):
 | |
|     return _swig_setattr_nondynamic(self,class_type,name,value,0)
 | |
| 
 | |
| def _swig_getattr(self,class_type,name):
 | |
|     if (name == "thisown"): return self.this.own()
 | |
|     method = class_type.__swig_getmethods__.get(name,None)
 | |
|     if method: return method(self)
 | |
|     raise AttributeError,name
 | |
| 
 | |
| def _swig_repr(self):
 | |
|     try: strthis = "proxy of " + self.this.__repr__()
 | |
|     except: strthis = ""
 | |
|     return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
 | |
| 
 | |
| import types
 | |
| try:
 | |
|     _object = types.ObjectType
 | |
|     _newclass = 1
 | |
| except AttributeError:
 | |
|     class _object : pass
 | |
|     _newclass = 0
 | |
| del types
 | |
| 
 | |
| 
 | |
| def _swig_setattr_nondynamic_method(set):
 | |
|     def set_attr(self,name,value):
 | |
|         if (name == "thisown"): return self.this.own(value)
 | |
|         if hasattr(self,name) or (name == "this"):
 | |
|             set(self,name,value)
 | |
|         else:
 | |
|             raise AttributeError("You cannot add attributes to %s" % self)
 | |
|     return set_attr
 | |
| 
 | |
| 
 | |
| import _windows
 | |
| import _core
 | |
| import _controls
 | |
| import wx 
 | |
| __docfilter__ = wx._core.__DocFilter(globals()) 
 | |
| DS_MANAGE_SCROLLBARS = _gizmos.DS_MANAGE_SCROLLBARS
 | |
| DS_DRAG_CORNER = _gizmos.DS_DRAG_CORNER
 | |
| wxEVT_DYNAMIC_SASH_SPLIT = _gizmos.wxEVT_DYNAMIC_SASH_SPLIT
 | |
| wxEVT_DYNAMIC_SASH_UNIFY = _gizmos.wxEVT_DYNAMIC_SASH_UNIFY
 | |
| class DynamicSashSplitEvent(_core.CommandEvent):
 | |
|     """Proxy of C++ DynamicSashSplitEvent class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """__init__(self, Object target) -> DynamicSashSplitEvent"""
 | |
|         _gizmos.DynamicSashSplitEvent_swiginit(self,_gizmos.new_DynamicSashSplitEvent(*args, **kwargs))
 | |
| _gizmos.DynamicSashSplitEvent_swigregister(DynamicSashSplitEvent)
 | |
| cvar = _gizmos.cvar
 | |
| DynamicSashNameStr = cvar.DynamicSashNameStr
 | |
| EditableListBoxNameStr = cvar.EditableListBoxNameStr
 | |
| StaticPictureNameStr = cvar.StaticPictureNameStr
 | |
| 
 | |
| class DynamicSashUnifyEvent(_core.CommandEvent):
 | |
|     """Proxy of C++ DynamicSashUnifyEvent class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """__init__(self, Object target) -> DynamicSashUnifyEvent"""
 | |
|         _gizmos.DynamicSashUnifyEvent_swiginit(self,_gizmos.new_DynamicSashUnifyEvent(*args, **kwargs))
 | |
| _gizmos.DynamicSashUnifyEvent_swigregister(DynamicSashUnifyEvent)
 | |
| 
 | |
| class DynamicSashWindow(_core.Window):
 | |
|     """Proxy of C++ DynamicSashWindow class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER, 
 | |
|             String name=DynamicSashNameStr) -> DynamicSashWindow
 | |
|         """
 | |
|         _gizmos.DynamicSashWindow_swiginit(self,_gizmos.new_DynamicSashWindow(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
|     def Create(*args, **kwargs):
 | |
|         """
 | |
|         Create(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER, 
 | |
|             String name=DynamicSashNameStr) -> bool
 | |
|         """
 | |
|         return _gizmos.DynamicSashWindow_Create(*args, **kwargs)
 | |
| 
 | |
|     def GetHScrollBar(*args, **kwargs):
 | |
|         """GetHScrollBar(self, Window child) -> ScrollBar"""
 | |
|         return _gizmos.DynamicSashWindow_GetHScrollBar(*args, **kwargs)
 | |
| 
 | |
|     def GetVScrollBar(*args, **kwargs):
 | |
|         """GetVScrollBar(self, Window child) -> ScrollBar"""
 | |
|         return _gizmos.DynamicSashWindow_GetVScrollBar(*args, **kwargs)
 | |
| 
 | |
| _gizmos.DynamicSashWindow_swigregister(DynamicSashWindow)
 | |
| 
 | |
| def PreDynamicSashWindow(*args, **kwargs):
 | |
|     """PreDynamicSashWindow() -> DynamicSashWindow"""
 | |
|     val = _gizmos.new_PreDynamicSashWindow(*args, **kwargs)
 | |
|     return val
 | |
| 
 | |
| EVT_DYNAMIC_SASH_SPLIT = wx.PyEventBinder( wxEVT_DYNAMIC_SASH_SPLIT, 1 )
 | |
| EVT_DYNAMIC_SASH_UNIFY = wx.PyEventBinder( wxEVT_DYNAMIC_SASH_UNIFY, 1 )
 | |
| 
 | |
| EL_ALLOW_NEW = _gizmos.EL_ALLOW_NEW
 | |
| EL_ALLOW_EDIT = _gizmos.EL_ALLOW_EDIT
 | |
| EL_ALLOW_DELETE = _gizmos.EL_ALLOW_DELETE
 | |
| class EditableListBox(_windows.Panel):
 | |
|     """Proxy of C++ EditableListBox class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, String label=EmptyString, 
 | |
|             Point pos=DefaultPosition, Size size=DefaultSize, 
 | |
|             long style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE, 
 | |
|             String name=EditableListBoxNameStr) -> EditableListBox
 | |
|         """
 | |
|         _gizmos.EditableListBox_swiginit(self,_gizmos.new_EditableListBox(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
|     def SetStrings(*args, **kwargs):
 | |
|         """SetStrings(self, wxArrayString strings)"""
 | |
|         return _gizmos.EditableListBox_SetStrings(*args, **kwargs)
 | |
| 
 | |
|     def GetStrings(*args, **kwargs):
 | |
|         """GetStrings(self) -> PyObject"""
 | |
|         return _gizmos.EditableListBox_GetStrings(*args, **kwargs)
 | |
| 
 | |
|     def GetListCtrl(*args, **kwargs):
 | |
|         """GetListCtrl(self) -> ListCtrl"""
 | |
|         return _gizmos.EditableListBox_GetListCtrl(*args, **kwargs)
 | |
| 
 | |
|     def GetDelButton(*args, **kwargs):
 | |
|         """GetDelButton(self) -> BitmapButton"""
 | |
|         return _gizmos.EditableListBox_GetDelButton(*args, **kwargs)
 | |
| 
 | |
|     def GetNewButton(*args, **kwargs):
 | |
|         """GetNewButton(self) -> BitmapButton"""
 | |
|         return _gizmos.EditableListBox_GetNewButton(*args, **kwargs)
 | |
| 
 | |
|     def GetUpButton(*args, **kwargs):
 | |
|         """GetUpButton(self) -> BitmapButton"""
 | |
|         return _gizmos.EditableListBox_GetUpButton(*args, **kwargs)
 | |
| 
 | |
|     def GetDownButton(*args, **kwargs):
 | |
|         """GetDownButton(self) -> BitmapButton"""
 | |
|         return _gizmos.EditableListBox_GetDownButton(*args, **kwargs)
 | |
| 
 | |
|     def GetEditButton(*args, **kwargs):
 | |
|         """GetEditButton(self) -> BitmapButton"""
 | |
|         return _gizmos.EditableListBox_GetEditButton(*args, **kwargs)
 | |
| 
 | |
|     DelButton = property(GetDelButton,doc="See `GetDelButton`") 
 | |
|     DownButton = property(GetDownButton,doc="See `GetDownButton`") 
 | |
|     EditButton = property(GetEditButton,doc="See `GetEditButton`") 
 | |
|     ListCtrl = property(GetListCtrl,doc="See `GetListCtrl`") 
 | |
|     NewButton = property(GetNewButton,doc="See `GetNewButton`") 
 | |
|     Strings = property(GetStrings,SetStrings,doc="See `GetStrings` and `SetStrings`") 
 | |
|     UpButton = property(GetUpButton,doc="See `GetUpButton`") 
 | |
| _gizmos.EditableListBox_swigregister(EditableListBox)
 | |
| 
 | |
| class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
 | |
|     """Proxy of C++ RemotelyScrolledTreeCtrl class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize, 
 | |
|             long style=TR_HAS_BUTTONS) -> RemotelyScrolledTreeCtrl
 | |
|         """
 | |
|         _gizmos.RemotelyScrolledTreeCtrl_swiginit(self,_gizmos.new_RemotelyScrolledTreeCtrl(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
|     def HideVScrollbar(*args, **kwargs):
 | |
|         """HideVScrollbar(self)"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_HideVScrollbar(*args, **kwargs)
 | |
| 
 | |
|     def AdjustRemoteScrollbars(*args, **kwargs):
 | |
|         """AdjustRemoteScrollbars(self)"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_AdjustRemoteScrollbars(*args, **kwargs)
 | |
| 
 | |
|     def GetScrolledWindow(*args, **kwargs):
 | |
|         """GetScrolledWindow(self) -> ScrolledWindow"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_GetScrolledWindow(*args, **kwargs)
 | |
| 
 | |
|     def ScrollToLine(*args, **kwargs):
 | |
|         """ScrollToLine(self, int posHoriz, int posVert)"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_ScrollToLine(*args, **kwargs)
 | |
| 
 | |
|     def SetCompanionWindow(*args, **kwargs):
 | |
|         """SetCompanionWindow(self, Window companion)"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_SetCompanionWindow(*args, **kwargs)
 | |
| 
 | |
|     def GetCompanionWindow(*args, **kwargs):
 | |
|         """GetCompanionWindow(self) -> Window"""
 | |
|         return _gizmos.RemotelyScrolledTreeCtrl_GetCompanionWindow(*args, **kwargs)
 | |
| 
 | |
|     CompanionWindow = property(GetCompanionWindow,SetCompanionWindow,doc="See `GetCompanionWindow` and `SetCompanionWindow`") 
 | |
|     ScrolledWindow = property(GetScrolledWindow,doc="See `GetScrolledWindow`") 
 | |
| _gizmos.RemotelyScrolledTreeCtrl_swigregister(RemotelyScrolledTreeCtrl)
 | |
| 
 | |
| class TreeCompanionWindow(_core.Window):
 | |
|     """Proxy of C++ TreeCompanionWindow class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=0) -> TreeCompanionWindow
 | |
|         """
 | |
|         _gizmos.TreeCompanionWindow_swiginit(self,_gizmos.new_TreeCompanionWindow(*args, **kwargs))
 | |
|         self._setOORInfo(self);self._setCallbackInfo(self, TreeCompanionWindow)
 | |
| 
 | |
|     def _setCallbackInfo(*args, **kwargs):
 | |
|         """_setCallbackInfo(self, PyObject self, PyObject _class)"""
 | |
|         return _gizmos.TreeCompanionWindow__setCallbackInfo(*args, **kwargs)
 | |
| 
 | |
|     def GetTreeCtrl(*args, **kwargs):
 | |
|         """GetTreeCtrl(self) -> RemotelyScrolledTreeCtrl"""
 | |
|         return _gizmos.TreeCompanionWindow_GetTreeCtrl(*args, **kwargs)
 | |
| 
 | |
|     def SetTreeCtrl(*args, **kwargs):
 | |
|         """SetTreeCtrl(self, RemotelyScrolledTreeCtrl treeCtrl)"""
 | |
|         return _gizmos.TreeCompanionWindow_SetTreeCtrl(*args, **kwargs)
 | |
| 
 | |
|     TreeCtrl = property(GetTreeCtrl,SetTreeCtrl,doc="See `GetTreeCtrl` and `SetTreeCtrl`") 
 | |
| _gizmos.TreeCompanionWindow_swigregister(TreeCompanionWindow)
 | |
| 
 | |
| class ThinSplitterWindow(_windows.SplitterWindow):
 | |
|     """Proxy of C++ ThinSplitterWindow class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=wxSP_3D|wxCLIP_CHILDREN) -> ThinSplitterWindow
 | |
|         """
 | |
|         _gizmos.ThinSplitterWindow_swiginit(self,_gizmos.new_ThinSplitterWindow(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
| _gizmos.ThinSplitterWindow_swigregister(ThinSplitterWindow)
 | |
| 
 | |
| class SplitterScrolledWindow(_windows.ScrolledWindow):
 | |
|     """Proxy of C++ SplitterScrolledWindow class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=0) -> SplitterScrolledWindow
 | |
|         """
 | |
|         _gizmos.SplitterScrolledWindow_swiginit(self,_gizmos.new_SplitterScrolledWindow(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
| _gizmos.SplitterScrolledWindow_swigregister(SplitterScrolledWindow)
 | |
| 
 | |
| LED_ALIGN_LEFT = _gizmos.LED_ALIGN_LEFT
 | |
| LED_ALIGN_RIGHT = _gizmos.LED_ALIGN_RIGHT
 | |
| LED_ALIGN_CENTER = _gizmos.LED_ALIGN_CENTER
 | |
| LED_ALIGN_MASK = _gizmos.LED_ALIGN_MASK
 | |
| LED_DRAW_FADED = _gizmos.LED_DRAW_FADED
 | |
| class LEDNumberCtrl(_core.Control):
 | |
|     """Proxy of C++ LEDNumberCtrl class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> LEDNumberCtrl
 | |
|         """
 | |
|         _gizmos.LEDNumberCtrl_swiginit(self,_gizmos.new_LEDNumberCtrl(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
|     def Create(*args, **kwargs):
 | |
|         """
 | |
|         Create(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> bool
 | |
| 
 | |
|         Do the 2nd phase and create the GUI control.
 | |
|         """
 | |
|         return _gizmos.LEDNumberCtrl_Create(*args, **kwargs)
 | |
| 
 | |
|     def GetAlignment(*args, **kwargs):
 | |
|         """
 | |
|         GetAlignment(self) -> int
 | |
| 
 | |
|         Get the control alignment (left/right/centre, top/bottom/centre)
 | |
|         """
 | |
|         return _gizmos.LEDNumberCtrl_GetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def GetDrawFaded(*args, **kwargs):
 | |
|         """GetDrawFaded(self) -> bool"""
 | |
|         return _gizmos.LEDNumberCtrl_GetDrawFaded(*args, **kwargs)
 | |
| 
 | |
|     def GetValue(*args, **kwargs):
 | |
|         """GetValue(self) -> String"""
 | |
|         return _gizmos.LEDNumberCtrl_GetValue(*args, **kwargs)
 | |
| 
 | |
|     def SetAlignment(*args, **kwargs):
 | |
|         """SetAlignment(self, int Alignment, bool Redraw=True)"""
 | |
|         return _gizmos.LEDNumberCtrl_SetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def SetDrawFaded(*args, **kwargs):
 | |
|         """SetDrawFaded(self, bool DrawFaded, bool Redraw=True)"""
 | |
|         return _gizmos.LEDNumberCtrl_SetDrawFaded(*args, **kwargs)
 | |
| 
 | |
|     def SetValue(*args, **kwargs):
 | |
|         """SetValue(self, String Value, bool Redraw=True)"""
 | |
|         return _gizmos.LEDNumberCtrl_SetValue(*args, **kwargs)
 | |
| 
 | |
|     Alignment = property(GetAlignment,SetAlignment,doc="See `GetAlignment` and `SetAlignment`") 
 | |
|     DrawFaded = property(GetDrawFaded,SetDrawFaded,doc="See `GetDrawFaded` and `SetDrawFaded`") 
 | |
|     Value = property(GetValue,SetValue,doc="See `GetValue` and `SetValue`") 
 | |
| _gizmos.LEDNumberCtrl_swigregister(LEDNumberCtrl)
 | |
| 
 | |
| def PreLEDNumberCtrl(*args, **kwargs):
 | |
|     """PreLEDNumberCtrl() -> LEDNumberCtrl"""
 | |
|     val = _gizmos.new_PreLEDNumberCtrl(*args, **kwargs)
 | |
|     return val
 | |
| 
 | |
| #---------------------------------------------------------------------------
 | |
| 
 | |
| DEFAULT_COL_WIDTH = _gizmos.DEFAULT_COL_WIDTH
 | |
| TL_MODE_NAV_FULLTREE = _gizmos.TL_MODE_NAV_FULLTREE
 | |
| TL_MODE_NAV_EXPANDED = _gizmos.TL_MODE_NAV_EXPANDED
 | |
| TL_MODE_NAV_VISIBLE = _gizmos.TL_MODE_NAV_VISIBLE
 | |
| TL_MODE_NAV_LEVEL = _gizmos.TL_MODE_NAV_LEVEL
 | |
| TL_MODE_FIND_EXACT = _gizmos.TL_MODE_FIND_EXACT
 | |
| TL_MODE_FIND_PARTIAL = _gizmos.TL_MODE_FIND_PARTIAL
 | |
| TL_MODE_FIND_NOCASE = _gizmos.TL_MODE_FIND_NOCASE
 | |
| TREE_HITTEST_ONITEMCOLUMN = _gizmos.TREE_HITTEST_ONITEMCOLUMN
 | |
| wx.TREE_HITTEST_ONITEMCOLUMN = TREE_HITTEST_ONITEMCOLUMN 
 | |
| TR_COLUMN_LINES = _gizmos.TR_COLUMN_LINES
 | |
| TR_VIRTUAL = _gizmos.TR_VIRTUAL
 | |
| wx.TR_COLUMN_LINES = TR_COLUMN_LINES
 | |
| wxTR_VIRTUAL = TR_VIRTUAL    
 | |
| 
 | |
| #// Compatibility aliases for old names/values
 | |
| TL_ALIGN_LEFT   = wx.ALIGN_LEFT
 | |
| TL_ALIGN_RIGHT  = wx.ALIGN_RIGHT
 | |
| TL_ALIGN_CENTER = wx.ALIGN_CENTER
 | |
| 
 | |
| TL_SEARCH_VISIBLE = TL_MODE_NAV_VISIBLE
 | |
| TL_SEARCH_LEVEL   = TL_MODE_NAV_LEVEL
 | |
| TL_SEARCH_FULL    = TL_MODE_FIND_EXACT
 | |
| TL_SEARCH_PARTIAL = TL_MODE_FIND_PARTIAL
 | |
| TL_SEARCH_NOCASE  = TL_MODE_FIND_NOCASE
 | |
| 
 | |
| TR_DONT_ADJUST_MAC = 0
 | |
| wx.TR_DONT_ADJUST_MAC = TR_DONT_ADJUST_MAC
 | |
| 
 | |
| class TreeListColumnInfo(_core.Object):
 | |
|     """Proxy of C++ TreeListColumnInfo class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, String text=EmptyString, int width=DEFAULT_COL_WIDTH, 
 | |
|             int flag=ALIGN_LEFT, int image=-1, bool shown=True, 
 | |
|             bool edit=False) -> TreeListColumnInfo
 | |
|         """
 | |
|         _gizmos.TreeListColumnInfo_swiginit(self,_gizmos.new_TreeListColumnInfo(*args, **kwargs))
 | |
|     __swig_destroy__ = _gizmos.delete_TreeListColumnInfo
 | |
|     __del__ = lambda self : None;
 | |
|     def GetAlignment(*args, **kwargs):
 | |
|         """GetAlignment(self) -> int"""
 | |
|         return _gizmos.TreeListColumnInfo_GetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def GetText(*args, **kwargs):
 | |
|         """GetText(self) -> String"""
 | |
|         return _gizmos.TreeListColumnInfo_GetText(*args, **kwargs)
 | |
| 
 | |
|     def GetImage(*args, **kwargs):
 | |
|         """GetImage(self) -> int"""
 | |
|         return _gizmos.TreeListColumnInfo_GetImage(*args, **kwargs)
 | |
| 
 | |
|     def GetSelectedImage(*args, **kwargs):
 | |
|         """GetSelectedImage(self) -> int"""
 | |
|         return _gizmos.TreeListColumnInfo_GetSelectedImage(*args, **kwargs)
 | |
| 
 | |
|     def GetWidth(*args, **kwargs):
 | |
|         """GetWidth(self) -> size_t"""
 | |
|         return _gizmos.TreeListColumnInfo_GetWidth(*args, **kwargs)
 | |
| 
 | |
|     def IsEditable(*args, **kwargs):
 | |
|         """IsEditable(self) -> bool"""
 | |
|         return _gizmos.TreeListColumnInfo_IsEditable(*args, **kwargs)
 | |
| 
 | |
|     def IsShown(*args, **kwargs):
 | |
|         """IsShown(self) -> bool"""
 | |
|         return _gizmos.TreeListColumnInfo_IsShown(*args, **kwargs)
 | |
| 
 | |
|     def SetAlignment(*args, **kwargs):
 | |
|         """SetAlignment(self, int alignment)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def SetText(*args, **kwargs):
 | |
|         """SetText(self, String text)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetText(*args, **kwargs)
 | |
| 
 | |
|     def SetImage(*args, **kwargs):
 | |
|         """SetImage(self, int image)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetImage(*args, **kwargs)
 | |
| 
 | |
|     def SetSelectedImage(*args, **kwargs):
 | |
|         """SetSelectedImage(self, int image)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetSelectedImage(*args, **kwargs)
 | |
| 
 | |
|     def SetWidth(*args, **kwargs):
 | |
|         """SetWidth(self, size_t with)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetWidth(*args, **kwargs)
 | |
| 
 | |
|     def SetEditable(*args, **kwargs):
 | |
|         """SetEditable(self, bool edit)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetEditable(*args, **kwargs)
 | |
| 
 | |
|     def SetShown(*args, **kwargs):
 | |
|         """SetShown(self, bool shown)"""
 | |
|         return _gizmos.TreeListColumnInfo_SetShown(*args, **kwargs)
 | |
| 
 | |
|     Alignment = property(GetAlignment,SetAlignment,doc="See `GetAlignment` and `SetAlignment`") 
 | |
|     Image = property(GetImage,SetImage,doc="See `GetImage` and `SetImage`") 
 | |
|     SelectedImage = property(GetSelectedImage,SetSelectedImage,doc="See `GetSelectedImage` and `SetSelectedImage`") 
 | |
|     Text = property(GetText,SetText,doc="See `GetText` and `SetText`") 
 | |
|     Width = property(GetWidth,SetWidth,doc="See `GetWidth` and `SetWidth`") 
 | |
|     Editable = property(IsEditable,SetEditable) 
 | |
|     Shown = property(IsShown,SetShown) 
 | |
| _gizmos.TreeListColumnInfo_swigregister(TreeListColumnInfo)
 | |
| TreeListCtrlNameStr = cvar.TreeListCtrlNameStr
 | |
| 
 | |
| class TreeListCtrl(_core.Control):
 | |
|     """Proxy of C++ TreeListCtrl class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=TR_DEFAULT_STYLE, 
 | |
|             Validator validator=DefaultValidator, 
 | |
|             String name=TreeListCtrlNameStr) -> TreeListCtrl
 | |
|         """
 | |
|         _gizmos.TreeListCtrl_swiginit(self,_gizmos.new_TreeListCtrl(*args, **kwargs))
 | |
|         self._setOORInfo(self);self._setCallbackInfo(self, TreeListCtrl)
 | |
| 
 | |
|     def Create(*args, **kwargs):
 | |
|         """
 | |
|         Create(self, Window parent, int id=-1, Point pos=DefaultPosition, 
 | |
|             Size size=DefaultSize, long style=TR_DEFAULT_STYLE, 
 | |
|             Validator validator=DefaultValidator, 
 | |
|             String name=TreeListCtrlNameStr) -> bool
 | |
| 
 | |
|         Do the 2nd phase and create the GUI control.
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_Create(*args, **kwargs)
 | |
| 
 | |
|     def _setCallbackInfo(*args, **kwargs):
 | |
|         """_setCallbackInfo(self, PyObject self, PyObject _class)"""
 | |
|         return _gizmos.TreeListCtrl__setCallbackInfo(*args, **kwargs)
 | |
| 
 | |
|     def GetCount(*args, **kwargs):
 | |
|         """GetCount(self) -> size_t"""
 | |
|         return _gizmos.TreeListCtrl_GetCount(*args, **kwargs)
 | |
| 
 | |
|     def GetIndent(*args, **kwargs):
 | |
|         """GetIndent(self) -> unsigned int"""
 | |
|         return _gizmos.TreeListCtrl_GetIndent(*args, **kwargs)
 | |
| 
 | |
|     def SetIndent(*args, **kwargs):
 | |
|         """SetIndent(self, unsigned int indent)"""
 | |
|         return _gizmos.TreeListCtrl_SetIndent(*args, **kwargs)
 | |
| 
 | |
|     def GetLineSpacing(*args, **kwargs):
 | |
|         """GetLineSpacing(self) -> unsigned int"""
 | |
|         return _gizmos.TreeListCtrl_GetLineSpacing(*args, **kwargs)
 | |
| 
 | |
|     def SetLineSpacing(*args, **kwargs):
 | |
|         """SetLineSpacing(self, unsigned int spacing)"""
 | |
|         return _gizmos.TreeListCtrl_SetLineSpacing(*args, **kwargs)
 | |
| 
 | |
|     def GetImageList(*args, **kwargs):
 | |
|         """GetImageList(self) -> ImageList"""
 | |
|         return _gizmos.TreeListCtrl_GetImageList(*args, **kwargs)
 | |
| 
 | |
|     def GetStateImageList(*args, **kwargs):
 | |
|         """GetStateImageList(self) -> ImageList"""
 | |
|         return _gizmos.TreeListCtrl_GetStateImageList(*args, **kwargs)
 | |
| 
 | |
|     def GetButtonsImageList(*args, **kwargs):
 | |
|         """GetButtonsImageList(self) -> ImageList"""
 | |
|         return _gizmos.TreeListCtrl_GetButtonsImageList(*args, **kwargs)
 | |
| 
 | |
|     def SetImageList(*args, **kwargs):
 | |
|         """SetImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_SetImageList(*args, **kwargs)
 | |
| 
 | |
|     def SetStateImageList(*args, **kwargs):
 | |
|         """SetStateImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_SetStateImageList(*args, **kwargs)
 | |
| 
 | |
|     def SetButtonsImageList(*args, **kwargs):
 | |
|         """SetButtonsImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_SetButtonsImageList(*args, **kwargs)
 | |
| 
 | |
|     def AssignImageList(*args, **kwargs):
 | |
|         """AssignImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_AssignImageList(*args, **kwargs)
 | |
| 
 | |
|     def AssignStateImageList(*args, **kwargs):
 | |
|         """AssignStateImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_AssignStateImageList(*args, **kwargs)
 | |
| 
 | |
|     def AssignButtonsImageList(*args, **kwargs):
 | |
|         """AssignButtonsImageList(self, ImageList imageList)"""
 | |
|         return _gizmos.TreeListCtrl_AssignButtonsImageList(*args, **kwargs)
 | |
| 
 | |
|     def AddColumn(*args, **kwargs):
 | |
|         """
 | |
|         AddColumn(self, String text, int width=DEFAULT_COL_WIDTH, int flag=ALIGN_LEFT, 
 | |
|             int image=-1, bool shown=True, bool edit=False)
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_AddColumn(*args, **kwargs)
 | |
| 
 | |
|     def AddColumnInfo(*args, **kwargs):
 | |
|         """AddColumnInfo(self, TreeListColumnInfo col)"""
 | |
|         return _gizmos.TreeListCtrl_AddColumnInfo(*args, **kwargs)
 | |
| 
 | |
|     def InsertColumn(*args, **kwargs):
 | |
|         """
 | |
|         InsertColumn(self, int before, String text, int width=DEFAULT_COL_WIDTH, 
 | |
|             int flag=ALIGN_LEFT, int image=-1, bool shown=True, 
 | |
|             bool edit=False)
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_InsertColumn(*args, **kwargs)
 | |
| 
 | |
|     def InsertColumnInfo(*args, **kwargs):
 | |
|         """InsertColumnInfo(self, size_t before, TreeListColumnInfo col)"""
 | |
|         return _gizmos.TreeListCtrl_InsertColumnInfo(*args, **kwargs)
 | |
| 
 | |
|     def RemoveColumn(*args, **kwargs):
 | |
|         """RemoveColumn(self, size_t column)"""
 | |
|         return _gizmos.TreeListCtrl_RemoveColumn(*args, **kwargs)
 | |
| 
 | |
|     def GetColumnCount(*args, **kwargs):
 | |
|         """GetColumnCount(self) -> size_t"""
 | |
|         return _gizmos.TreeListCtrl_GetColumnCount(*args, **kwargs)
 | |
| 
 | |
|     def SetMainColumn(*args, **kwargs):
 | |
|         """SetMainColumn(self, size_t column)"""
 | |
|         return _gizmos.TreeListCtrl_SetMainColumn(*args, **kwargs)
 | |
| 
 | |
|     def GetMainColumn(*args, **kwargs):
 | |
|         """GetMainColumn(self) -> size_t"""
 | |
|         return _gizmos.TreeListCtrl_GetMainColumn(*args, **kwargs)
 | |
| 
 | |
|     def SetColumn(*args, **kwargs):
 | |
|         """SetColumn(self, int column, TreeListColumnInfo colInfo)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumn(*args, **kwargs)
 | |
| 
 | |
|     def GetColumn(*args, **kwargs):
 | |
|         """GetColumn(self, int column) -> TreeListColumnInfo"""
 | |
|         return _gizmos.TreeListCtrl_GetColumn(*args, **kwargs)
 | |
| 
 | |
|     def SetColumnText(*args, **kwargs):
 | |
|         """SetColumnText(self, int column, String text)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnText(*args, **kwargs)
 | |
| 
 | |
|     def GetColumnText(*args, **kwargs):
 | |
|         """GetColumnText(self, int column) -> String"""
 | |
|         return _gizmos.TreeListCtrl_GetColumnText(*args, **kwargs)
 | |
| 
 | |
|     def SetColumnWidth(*args, **kwargs):
 | |
|         """SetColumnWidth(self, int column, int width)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnWidth(*args, **kwargs)
 | |
| 
 | |
|     def GetColumnWidth(*args, **kwargs):
 | |
|         """GetColumnWidth(self, int column) -> int"""
 | |
|         return _gizmos.TreeListCtrl_GetColumnWidth(*args, **kwargs)
 | |
| 
 | |
|     def SetColumnAlignment(*args, **kwargs):
 | |
|         """SetColumnAlignment(self, int column, int flag)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnAlignment(*args, **kwargs)
 | |
| 
 | |
|     def GetColumnAlignment(*args, **kwargs):
 | |
|         """GetColumnAlignment(self, int column) -> int"""
 | |
|         return _gizmos.TreeListCtrl_GetColumnAlignment(*args, **kwargs)
 | |
| 
 | |
|     def SetColumnImage(*args, **kwargs):
 | |
|         """SetColumnImage(self, int column, int image)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnImage(*args, **kwargs)
 | |
| 
 | |
|     def GetColumnImage(*args, **kwargs):
 | |
|         """GetColumnImage(self, int column) -> int"""
 | |
|         return _gizmos.TreeListCtrl_GetColumnImage(*args, **kwargs)
 | |
| 
 | |
|     def SetColumnShown(*args, **kwargs):
 | |
|         """SetColumnShown(self, int column, bool shown=True)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnShown(*args, **kwargs)
 | |
| 
 | |
|     def IsColumnShown(*args, **kwargs):
 | |
|         """IsColumnShown(self, int column) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsColumnShown(*args, **kwargs)
 | |
| 
 | |
|     ShowColumn = SetColumnShown 
 | |
|     def SetColumnEditable(*args, **kwargs):
 | |
|         """SetColumnEditable(self, int column, bool edit=True)"""
 | |
|         return _gizmos.TreeListCtrl_SetColumnEditable(*args, **kwargs)
 | |
| 
 | |
|     def IsColumnEditable(*args, **kwargs):
 | |
|         """IsColumnEditable(self, int column) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsColumnEditable(*args, **kwargs)
 | |
| 
 | |
|     def GetItemText(*args, **kwargs):
 | |
|         """GetItemText(self, TreeItemId item, int column=-1) -> String"""
 | |
|         return _gizmos.TreeListCtrl_GetItemText(*args, **kwargs)
 | |
| 
 | |
|     def GetItemImage(*args, **kwargs):
 | |
|         """GetItemImage(self, TreeItemId item, int column=-1, int which=TreeItemIcon_Normal) -> int"""
 | |
|         return _gizmos.TreeListCtrl_GetItemImage(*args, **kwargs)
 | |
| 
 | |
|     def SetItemText(*args, **kwargs):
 | |
|         """SetItemText(self, TreeItemId item, String text, int column=-1)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemText(*args, **kwargs)
 | |
| 
 | |
|     def SetItemImage(*args, **kwargs):
 | |
|         """SetItemImage(self, TreeItemId item, int image, int column=-1, int which=TreeItemIcon_Normal)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemImage(*args, **kwargs)
 | |
| 
 | |
|     def GetItemData(*args, **kwargs):
 | |
|         """GetItemData(self, TreeItemId item) -> TreeItemData"""
 | |
|         return _gizmos.TreeListCtrl_GetItemData(*args, **kwargs)
 | |
| 
 | |
|     def SetItemData(*args, **kwargs):
 | |
|         """SetItemData(self, TreeItemId item, TreeItemData data)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemData(*args, **kwargs)
 | |
| 
 | |
|     def GetItemPyData(*args, **kwargs):
 | |
|         """GetItemPyData(self, TreeItemId item) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetItemPyData(*args, **kwargs)
 | |
| 
 | |
|     def SetItemPyData(*args, **kwargs):
 | |
|         """SetItemPyData(self, TreeItemId item, PyObject obj)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemPyData(*args, **kwargs)
 | |
| 
 | |
|     GetPyData = GetItemPyData 
 | |
|     SetPyData = SetItemPyData 
 | |
|     def GetItemBold(*args, **kwargs):
 | |
|         """GetItemBold(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_GetItemBold(*args, **kwargs)
 | |
| 
 | |
|     def GetItemTextColour(*args, **kwargs):
 | |
|         """GetItemTextColour(self, TreeItemId item) -> Colour"""
 | |
|         return _gizmos.TreeListCtrl_GetItemTextColour(*args, **kwargs)
 | |
| 
 | |
|     def GetItemBackgroundColour(*args, **kwargs):
 | |
|         """GetItemBackgroundColour(self, TreeItemId item) -> Colour"""
 | |
|         return _gizmos.TreeListCtrl_GetItemBackgroundColour(*args, **kwargs)
 | |
| 
 | |
|     def GetItemFont(*args, **kwargs):
 | |
|         """GetItemFont(self, TreeItemId item) -> Font"""
 | |
|         return _gizmos.TreeListCtrl_GetItemFont(*args, **kwargs)
 | |
| 
 | |
|     def SetItemHasChildren(*args, **kwargs):
 | |
|         """SetItemHasChildren(self, TreeItemId item, bool has=True)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemHasChildren(*args, **kwargs)
 | |
| 
 | |
|     def SetItemBold(*args, **kwargs):
 | |
|         """SetItemBold(self, TreeItemId item, bool bold=True)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemBold(*args, **kwargs)
 | |
| 
 | |
|     def SetItemTextColour(*args, **kwargs):
 | |
|         """SetItemTextColour(self, TreeItemId item, Colour colour)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemTextColour(*args, **kwargs)
 | |
| 
 | |
|     def SetItemBackgroundColour(*args, **kwargs):
 | |
|         """SetItemBackgroundColour(self, TreeItemId item, Colour colour)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemBackgroundColour(*args, **kwargs)
 | |
| 
 | |
|     def SetItemFont(*args, **kwargs):
 | |
|         """SetItemFont(self, TreeItemId item, Font font)"""
 | |
|         return _gizmos.TreeListCtrl_SetItemFont(*args, **kwargs)
 | |
| 
 | |
|     def IsVisible(*args, **kwargs):
 | |
|         """IsVisible(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsVisible(*args, **kwargs)
 | |
| 
 | |
|     def HasChildren(*args, **kwargs):
 | |
|         """HasChildren(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_HasChildren(*args, **kwargs)
 | |
| 
 | |
|     ItemHasChildren = HasChildren 
 | |
|     def IsExpanded(*args, **kwargs):
 | |
|         """IsExpanded(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsExpanded(*args, **kwargs)
 | |
| 
 | |
|     def IsSelected(*args, **kwargs):
 | |
|         """IsSelected(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsSelected(*args, **kwargs)
 | |
| 
 | |
|     def IsBold(*args, **kwargs):
 | |
|         """IsBold(self, TreeItemId item) -> bool"""
 | |
|         return _gizmos.TreeListCtrl_IsBold(*args, **kwargs)
 | |
| 
 | |
|     def GetChildrenCount(*args, **kwargs):
 | |
|         """GetChildrenCount(self, TreeItemId item, bool recursively=True) -> size_t"""
 | |
|         return _gizmos.TreeListCtrl_GetChildrenCount(*args, **kwargs)
 | |
| 
 | |
|     def GetRootItem(*args, **kwargs):
 | |
|         """GetRootItem(self) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetRootItem(*args, **kwargs)
 | |
| 
 | |
|     def GetSelection(*args, **kwargs):
 | |
|         """GetSelection(self) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetSelection(*args, **kwargs)
 | |
| 
 | |
|     def GetSelections(*args, **kwargs):
 | |
|         """GetSelections(self) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetSelections(*args, **kwargs)
 | |
| 
 | |
|     def GetItemParent(*args, **kwargs):
 | |
|         """GetItemParent(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetItemParent(*args, **kwargs)
 | |
| 
 | |
|     def GetFirstChild(*args, **kwargs):
 | |
|         """GetFirstChild(self, TreeItemId item) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetFirstChild(*args, **kwargs)
 | |
| 
 | |
|     def GetNextChild(*args, **kwargs):
 | |
|         """GetNextChild(self, TreeItemId item, void cookie) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetNextChild(*args, **kwargs)
 | |
| 
 | |
|     def GetLastChild(*args, **kwargs):
 | |
|         """GetLastChild(self, TreeItemId item) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetLastChild(*args, **kwargs)
 | |
| 
 | |
|     def GetPrevChild(*args, **kwargs):
 | |
|         """GetPrevChild(self, TreeItemId item, void cookie) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetPrevChild(*args, **kwargs)
 | |
| 
 | |
|     def GetNextSibling(*args, **kwargs):
 | |
|         """GetNextSibling(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetNextSibling(*args, **kwargs)
 | |
| 
 | |
|     def GetPrevSibling(*args, **kwargs):
 | |
|         """GetPrevSibling(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetPrevSibling(*args, **kwargs)
 | |
| 
 | |
|     def GetNext(*args, **kwargs):
 | |
|         """GetNext(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetNext(*args, **kwargs)
 | |
| 
 | |
|     def GetPrev(*args, **kwargs):
 | |
|         """GetPrev(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetPrev(*args, **kwargs)
 | |
| 
 | |
|     def GetFirstExpandedItem(*args, **kwargs):
 | |
|         """GetFirstExpandedItem(self) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetFirstExpandedItem(*args, **kwargs)
 | |
| 
 | |
|     def GetNextExpanded(*args, **kwargs):
 | |
|         """GetNextExpanded(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetNextExpanded(*args, **kwargs)
 | |
| 
 | |
|     def GetPrevExpanded(*args, **kwargs):
 | |
|         """GetPrevExpanded(self, TreeItemId item) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetPrevExpanded(*args, **kwargs)
 | |
| 
 | |
|     def GetFirstVisibleItem(*args, **kwargs):
 | |
|         """GetFirstVisibleItem(self, bool fullRow=False) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetFirstVisibleItem(*args, **kwargs)
 | |
| 
 | |
|     def GetNextVisible(*args, **kwargs):
 | |
|         """GetNextVisible(self, TreeItemId item, bool fullRow=False) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetNextVisible(*args, **kwargs)
 | |
| 
 | |
|     def GetPrevVisible(*args, **kwargs):
 | |
|         """GetPrevVisible(self, TreeItemId item, bool fullRow=False) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_GetPrevVisible(*args, **kwargs)
 | |
| 
 | |
|     def AddRoot(*args, **kwargs):
 | |
|         """AddRoot(self, String text, int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_AddRoot(*args, **kwargs)
 | |
| 
 | |
|     def PrependItem(*args, **kwargs):
 | |
|         """
 | |
|         PrependItem(self, TreeItemId parent, String text, int image=-1, int selectedImage=-1, 
 | |
|             TreeItemData data=None) -> TreeItemId
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_PrependItem(*args, **kwargs)
 | |
| 
 | |
|     def InsertItem(*args, **kwargs):
 | |
|         """
 | |
|         InsertItem(self, TreeItemId parent, TreeItemId idPrevious, String text, 
 | |
|             int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_InsertItem(*args, **kwargs)
 | |
| 
 | |
|     def InsertItemBefore(*args, **kwargs):
 | |
|         """
 | |
|         InsertItemBefore(self, TreeItemId parent, size_t index, String text, int image=-1, 
 | |
|             int selectedImage=-1, TreeItemData data=None) -> TreeItemId
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_InsertItemBefore(*args, **kwargs)
 | |
| 
 | |
|     def AppendItem(*args, **kwargs):
 | |
|         """
 | |
|         AppendItem(self, TreeItemId parent, String text, int image=-1, int selectedImage=-1, 
 | |
|             TreeItemData data=None) -> TreeItemId
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_AppendItem(*args, **kwargs)
 | |
| 
 | |
|     def Delete(*args, **kwargs):
 | |
|         """Delete(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_Delete(*args, **kwargs)
 | |
| 
 | |
|     def DeleteChildren(*args, **kwargs):
 | |
|         """DeleteChildren(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_DeleteChildren(*args, **kwargs)
 | |
| 
 | |
|     def DeleteRoot(*args, **kwargs):
 | |
|         """DeleteRoot(self)"""
 | |
|         return _gizmos.TreeListCtrl_DeleteRoot(*args, **kwargs)
 | |
| 
 | |
|     DeleteAllItems = DeleteRoot 
 | |
|     def Expand(*args, **kwargs):
 | |
|         """Expand(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_Expand(*args, **kwargs)
 | |
| 
 | |
|     def ExpandAll(*args, **kwargs):
 | |
|         """ExpandAll(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_ExpandAll(*args, **kwargs)
 | |
| 
 | |
|     def Collapse(*args, **kwargs):
 | |
|         """Collapse(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_Collapse(*args, **kwargs)
 | |
| 
 | |
|     def CollapseAndReset(*args, **kwargs):
 | |
|         """CollapseAndReset(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_CollapseAndReset(*args, **kwargs)
 | |
| 
 | |
|     def Toggle(*args, **kwargs):
 | |
|         """Toggle(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_Toggle(*args, **kwargs)
 | |
| 
 | |
|     def Unselect(*args, **kwargs):
 | |
|         """Unselect(self)"""
 | |
|         return _gizmos.TreeListCtrl_Unselect(*args, **kwargs)
 | |
| 
 | |
|     def UnselectAll(*args, **kwargs):
 | |
|         """UnselectAll(self)"""
 | |
|         return _gizmos.TreeListCtrl_UnselectAll(*args, **kwargs)
 | |
| 
 | |
|     def SelectItem(*args, **kwargs):
 | |
|         """
 | |
|         SelectItem(self, TreeItemId item, TreeItemId last=(wxTreeItemId *) NULL, 
 | |
|             bool unselect_others=True)
 | |
|         """
 | |
|         return _gizmos.TreeListCtrl_SelectItem(*args, **kwargs)
 | |
| 
 | |
|     def SelectAll(*args, **kwargs):
 | |
|         """SelectAll(self)"""
 | |
|         return _gizmos.TreeListCtrl_SelectAll(*args, **kwargs)
 | |
| 
 | |
|     def EnsureVisible(*args, **kwargs):
 | |
|         """EnsureVisible(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_EnsureVisible(*args, **kwargs)
 | |
| 
 | |
|     def ScrollTo(*args, **kwargs):
 | |
|         """ScrollTo(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_ScrollTo(*args, **kwargs)
 | |
| 
 | |
|     def HitTest(*args, **kwargs):
 | |
|         """HitTest(self, Point point, int OUTPUT, int OUTPUT) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_HitTest(*args, **kwargs)
 | |
| 
 | |
|     def GetBoundingRect(*args, **kwargs):
 | |
|         """GetBoundingRect(self, TreeItemId item, bool textOnly=False) -> PyObject"""
 | |
|         return _gizmos.TreeListCtrl_GetBoundingRect(*args, **kwargs)
 | |
| 
 | |
|     def EditLabel(*args, **kwargs):
 | |
|         """EditLabel(self, TreeItemId item, int column=-1)"""
 | |
|         return _gizmos.TreeListCtrl_EditLabel(*args, **kwargs)
 | |
| 
 | |
|     Edit = EditLabel 
 | |
|     def SortChildren(*args, **kwargs):
 | |
|         """SortChildren(self, TreeItemId item)"""
 | |
|         return _gizmos.TreeListCtrl_SortChildren(*args, **kwargs)
 | |
| 
 | |
|     def FindItem(*args, **kwargs):
 | |
|         """FindItem(self, TreeItemId item, String str, int flags=0) -> TreeItemId"""
 | |
|         return _gizmos.TreeListCtrl_FindItem(*args, **kwargs)
 | |
| 
 | |
|     def SetDragItem(*args, **kwargs):
 | |
|         """SetDragItem(self, TreeItemId item=(wxTreeItemId *) NULL)"""
 | |
|         return _gizmos.TreeListCtrl_SetDragItem(*args, **kwargs)
 | |
| 
 | |
|     def GetHeaderWindow(*args, **kwargs):
 | |
|         """GetHeaderWindow(self) -> Window"""
 | |
|         return _gizmos.TreeListCtrl_GetHeaderWindow(*args, **kwargs)
 | |
| 
 | |
|     def GetMainWindow(*args, **kwargs):
 | |
|         """GetMainWindow(self) -> ScrolledWindow"""
 | |
|         return _gizmos.TreeListCtrl_GetMainWindow(*args, **kwargs)
 | |
| 
 | |
|     ButtonsImageList = property(GetButtonsImageList,SetButtonsImageList,doc="See `GetButtonsImageList` and `SetButtonsImageList`") 
 | |
|     ColumnCount = property(GetColumnCount,doc="See `GetColumnCount`") 
 | |
|     Count = property(GetCount,doc="See `GetCount`") 
 | |
|     HeaderWindow = property(GetHeaderWindow,doc="See `GetHeaderWindow`") 
 | |
|     ImageList = property(GetImageList,SetImageList,doc="See `GetImageList` and `SetImageList`") 
 | |
|     Indent = property(GetIndent,SetIndent,doc="See `GetIndent` and `SetIndent`") 
 | |
|     LineSpacing = property(GetLineSpacing,SetLineSpacing,doc="See `GetLineSpacing` and `SetLineSpacing`") 
 | |
|     MainColumn = property(GetMainColumn,SetMainColumn,doc="See `GetMainColumn` and `SetMainColumn`") 
 | |
|     MainWindow = property(GetMainWindow,doc="See `GetMainWindow`") 
 | |
|     Next = property(GetNext,doc="See `GetNext`") 
 | |
|     RootItem = property(GetRootItem,doc="See `GetRootItem`") 
 | |
|     Selection = property(GetSelection,doc="See `GetSelection`") 
 | |
|     Selections = property(GetSelections,doc="See `GetSelections`") 
 | |
|     StateImageList = property(GetStateImageList,SetStateImageList,doc="See `GetStateImageList` and `SetStateImageList`") 
 | |
| _gizmos.TreeListCtrl_swigregister(TreeListCtrl)
 | |
| 
 | |
| def PreTreeListCtrl(*args, **kwargs):
 | |
|     """PreTreeListCtrl() -> TreeListCtrl"""
 | |
|     val = _gizmos.new_PreTreeListCtrl(*args, **kwargs)
 | |
|     return val
 | |
| 
 | |
| SCALE_HORIZONTAL = _gizmos.SCALE_HORIZONTAL
 | |
| SCALE_VERTICAL = _gizmos.SCALE_VERTICAL
 | |
| SCALE_UNIFORM = _gizmos.SCALE_UNIFORM
 | |
| SCALE_CUSTOM = _gizmos.SCALE_CUSTOM
 | |
| class StaticPicture(_core.Control):
 | |
|     """Proxy of C++ StaticPicture class"""
 | |
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 | |
|     __repr__ = _swig_repr
 | |
|     def __init__(self, *args, **kwargs): 
 | |
|         """
 | |
|         __init__(self, Window parent, int id=-1, Bitmap label=wxNullBitmap, 
 | |
|             Point pos=DefaultPosition, Size size=DefaultSize, 
 | |
|             long style=0, String name=StaticPictureNameStr) -> StaticPicture
 | |
|         """
 | |
|         _gizmos.StaticPicture_swiginit(self,_gizmos.new_StaticPicture(*args, **kwargs))
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
|     def Create(*args, **kwargs):
 | |
|         """
 | |
|         Create(self, Window parent, int id=-1, Bitmap label=wxNullBitmap, 
 | |
|             Point pos=DefaultPosition, Size size=DefaultSize, 
 | |
|             long style=0, String name=StaticPictureNameStr) -> bool
 | |
|         """
 | |
|         return _gizmos.StaticPicture_Create(*args, **kwargs)
 | |
| 
 | |
|     def SetBitmap(*args, **kwargs):
 | |
|         """SetBitmap(self, Bitmap bmp)"""
 | |
|         return _gizmos.StaticPicture_SetBitmap(*args, **kwargs)
 | |
| 
 | |
|     def GetBitmap(*args, **kwargs):
 | |
|         """GetBitmap(self) -> Bitmap"""
 | |
|         return _gizmos.StaticPicture_GetBitmap(*args, **kwargs)
 | |
| 
 | |
|     def SetIcon(*args, **kwargs):
 | |
|         """SetIcon(self, Icon icon)"""
 | |
|         return _gizmos.StaticPicture_SetIcon(*args, **kwargs)
 | |
| 
 | |
|     def GetIcon(*args, **kwargs):
 | |
|         """GetIcon(self) -> Icon"""
 | |
|         return _gizmos.StaticPicture_GetIcon(*args, **kwargs)
 | |
| 
 | |
|     def SetAlignment(*args, **kwargs):
 | |
|         """SetAlignment(self, int align)"""
 | |
|         return _gizmos.StaticPicture_SetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def GetAlignment(*args, **kwargs):
 | |
|         """
 | |
|         GetAlignment(self) -> int
 | |
| 
 | |
|         Get the control alignment (left/right/centre, top/bottom/centre)
 | |
|         """
 | |
|         return _gizmos.StaticPicture_GetAlignment(*args, **kwargs)
 | |
| 
 | |
|     def SetScale(*args, **kwargs):
 | |
|         """SetScale(self, int scale)"""
 | |
|         return _gizmos.StaticPicture_SetScale(*args, **kwargs)
 | |
| 
 | |
|     def GetScale(*args, **kwargs):
 | |
|         """GetScale(self) -> int"""
 | |
|         return _gizmos.StaticPicture_GetScale(*args, **kwargs)
 | |
| 
 | |
|     def SetCustomScale(*args, **kwargs):
 | |
|         """SetCustomScale(self, float sx, float sy)"""
 | |
|         return _gizmos.StaticPicture_SetCustomScale(*args, **kwargs)
 | |
| 
 | |
|     def GetCustomScale(*args, **kwargs):
 | |
|         """GetCustomScale(self, float OUTPUT, float OUTPUT)"""
 | |
|         return _gizmos.StaticPicture_GetCustomScale(*args, **kwargs)
 | |
| 
 | |
|     Alignment = property(GetAlignment,SetAlignment,doc="See `GetAlignment` and `SetAlignment`") 
 | |
|     Bitmap = property(GetBitmap,SetBitmap,doc="See `GetBitmap` and `SetBitmap`") 
 | |
|     Icon = property(GetIcon,SetIcon,doc="See `GetIcon` and `SetIcon`") 
 | |
|     Scale = property(GetScale,SetScale,doc="See `GetScale` and `SetScale`") 
 | |
| _gizmos.StaticPicture_swigregister(StaticPicture)
 | |
| 
 | |
| def PreStaticPicture(*args, **kwargs):
 | |
|     """PreStaticPicture() -> StaticPicture"""
 | |
|     val = _gizmos.new_PreStaticPicture(*args, **kwargs)
 | |
|     return val
 | |
| 
 | |
| 
 | |
| 
 |