Add properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-26 00:26:35 +00:00
parent 4627af27d4
commit e70b4d2db9
50 changed files with 1799 additions and 249 deletions

View File

@@ -149,6 +149,17 @@ public:
wxBitmap& GetBackingStore();
%property(Animation, GetAnimation, SetAnimation, doc="See `GetAnimation` and `SetAnimation`");
%property(BackingStore, GetBackingStore, doc="See `GetBackingStore`");
%property(CurrentFrame, GetCurrentFrame, SetCurrentFrame, doc="See `GetCurrentFrame` and `SetCurrentFrame`");
%property(CustomBackgroundColour, GetCustomBackgroundColour, SetCustomBackgroundColour, doc="See `GetCustomBackgroundColour` and `SetCustomBackgroundColour`");
%property(DestroyAnimation, GetDestroyAnimation, SetDestroyAnimation, doc="See `GetDestroyAnimation` and `SetDestroyAnimation`");
%property(DisposalMethod, GetDisposalMethod, doc="See `GetDisposalMethod`");
%property(FrameCount, GetFrameCount, doc="See `GetFrameCount`");
%property(LogicalScreenSize, GetLogicalScreenSize, doc="See `GetLogicalScreenSize`");
%property(Looped, GetLooped, SetLooped, doc="See `GetLooped` and `SetLooped`");
%property(Position, GetPosition, SetPosition, doc="See `GetPosition` and `SetPosition`");
%property(Window, GetWindow, SetWindow, doc="See `GetWindow` and `SetWindow`");
};
@@ -187,6 +198,10 @@ public:
virtual bool IsValid() const;
virtual bool LoadFile(const wxString& filename);
%property(DisposalMethod, GetDisposalMethod, doc="See `GetDisposalMethod`");
%property(FrameCount, GetFrameCount, doc="See `GetFrameCount`");
%property(LogicalScreenSize, GetLogicalScreenSize, doc="See `GetLogicalScreenSize`");
};
@@ -317,6 +332,9 @@ public:
const wxString& GetFilename() const;
void SetFilename(const wxString& filename);
%property(Animation, GetAnimation, doc="See `GetAnimation`");
%property(Filename, GetFilename, SetFilename, doc="See `GetFilename` and `SetFilename`");
%property(Player, GetPlayer, doc="See `GetPlayer`");
};
//---------------------------------------------------------------------------

View File

@@ -233,6 +233,17 @@ class AnimationPlayer(_core.Object):
"""GetBackingStore(self) -> Bitmap"""
return _animate.AnimationPlayer_GetBackingStore(*args, **kwargs)
Animation = property(GetAnimation,SetAnimation,doc="See `GetAnimation` and `SetAnimation`")
BackingStore = property(GetBackingStore,doc="See `GetBackingStore`")
CurrentFrame = property(GetCurrentFrame,SetCurrentFrame,doc="See `GetCurrentFrame` and `SetCurrentFrame`")
CustomBackgroundColour = property(GetCustomBackgroundColour,SetCustomBackgroundColour,doc="See `GetCustomBackgroundColour` and `SetCustomBackgroundColour`")
DestroyAnimation = property(GetDestroyAnimation,SetDestroyAnimation,doc="See `GetDestroyAnimation` and `SetDestroyAnimation`")
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
Looped = property(GetLooped,SetLooped,doc="See `GetLooped` and `SetLooped`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Window = property(GetWindow,SetWindow,doc="See `GetWindow` and `SetWindow`")
_animate.AnimationPlayer_swigregister(AnimationPlayer)
cvar = _animate.cvar
AnimationControlNameStr = cvar.AnimationControlNameStr
@@ -284,6 +295,9 @@ class AnimationBase(_core.Object):
"""LoadFile(self, String filename) -> bool"""
return _animate.AnimationBase_LoadFile(*args, **kwargs)
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
_animate.AnimationBase_swigregister(AnimationBase)
class GIFAnimation(AnimationBase):
@@ -357,6 +371,9 @@ class GIFAnimationCtrl(_core.Control):
"""SetFilename(self, String filename)"""
return _animate.GIFAnimationCtrl_SetFilename(*args, **kwargs)
Animation = property(GetAnimation,doc="See `GetAnimation`")
Filename = property(GetFilename,SetFilename,doc="See `GetFilename` and `SetFilename`")
Player = property(GetPlayer,doc="See `GetPlayer`")
_animate.GIFAnimationCtrl_swigregister(GIFAnimationCtrl)
def PreGIFAnimationCtrl(*args, **kwargs):

View File

@@ -233,6 +233,17 @@ class AnimationPlayer(_core.Object):
"""GetBackingStore(self) -> Bitmap"""
return _animate.AnimationPlayer_GetBackingStore(*args, **kwargs)
Animation = property(GetAnimation,SetAnimation,doc="See `GetAnimation` and `SetAnimation`")
BackingStore = property(GetBackingStore,doc="See `GetBackingStore`")
CurrentFrame = property(GetCurrentFrame,SetCurrentFrame,doc="See `GetCurrentFrame` and `SetCurrentFrame`")
CustomBackgroundColour = property(GetCustomBackgroundColour,SetCustomBackgroundColour,doc="See `GetCustomBackgroundColour` and `SetCustomBackgroundColour`")
DestroyAnimation = property(GetDestroyAnimation,SetDestroyAnimation,doc="See `GetDestroyAnimation` and `SetDestroyAnimation`")
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
Looped = property(GetLooped,SetLooped,doc="See `GetLooped` and `SetLooped`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Window = property(GetWindow,SetWindow,doc="See `GetWindow` and `SetWindow`")
_animate.AnimationPlayer_swigregister(AnimationPlayer)
cvar = _animate.cvar
AnimationControlNameStr = cvar.AnimationControlNameStr
@@ -284,6 +295,9 @@ class AnimationBase(_core.Object):
"""LoadFile(self, String filename) -> bool"""
return _animate.AnimationBase_LoadFile(*args, **kwargs)
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
_animate.AnimationBase_swigregister(AnimationBase)
class GIFAnimation(AnimationBase):
@@ -357,6 +371,9 @@ class GIFAnimationCtrl(_core.Control):
"""SetFilename(self, String filename)"""
return _animate.GIFAnimationCtrl_SetFilename(*args, **kwargs)
Animation = property(GetAnimation,doc="See `GetAnimation`")
Filename = property(GetFilename,SetFilename,doc="See `GetFilename` and `SetFilename`")
Player = property(GetPlayer,doc="See `GetPlayer`")
_animate.GIFAnimationCtrl_swigregister(GIFAnimationCtrl)
def PreGIFAnimationCtrl(*args, **kwargs):

View File

@@ -233,6 +233,17 @@ class AnimationPlayer(_core.Object):
"""GetBackingStore(self) -> Bitmap"""
return _animate.AnimationPlayer_GetBackingStore(*args, **kwargs)
Animation = property(GetAnimation,SetAnimation,doc="See `GetAnimation` and `SetAnimation`")
BackingStore = property(GetBackingStore,doc="See `GetBackingStore`")
CurrentFrame = property(GetCurrentFrame,SetCurrentFrame,doc="See `GetCurrentFrame` and `SetCurrentFrame`")
CustomBackgroundColour = property(GetCustomBackgroundColour,SetCustomBackgroundColour,doc="See `GetCustomBackgroundColour` and `SetCustomBackgroundColour`")
DestroyAnimation = property(GetDestroyAnimation,SetDestroyAnimation,doc="See `GetDestroyAnimation` and `SetDestroyAnimation`")
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
Looped = property(GetLooped,SetLooped,doc="See `GetLooped` and `SetLooped`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Window = property(GetWindow,SetWindow,doc="See `GetWindow` and `SetWindow`")
_animate.AnimationPlayer_swigregister(AnimationPlayer)
cvar = _animate.cvar
AnimationControlNameStr = cvar.AnimationControlNameStr
@@ -284,6 +295,9 @@ class AnimationBase(_core.Object):
"""LoadFile(self, String filename) -> bool"""
return _animate.AnimationBase_LoadFile(*args, **kwargs)
DisposalMethod = property(GetDisposalMethod,doc="See `GetDisposalMethod`")
FrameCount = property(GetFrameCount,doc="See `GetFrameCount`")
LogicalScreenSize = property(GetLogicalScreenSize,doc="See `GetLogicalScreenSize`")
_animate.AnimationBase_swigregister(AnimationBase)
class GIFAnimation(AnimationBase):
@@ -357,6 +371,9 @@ class GIFAnimationCtrl(_core.Control):
"""SetFilename(self, String filename)"""
return _animate.GIFAnimationCtrl_SetFilename(*args, **kwargs)
Animation = property(GetAnimation,doc="See `GetAnimation`")
Filename = property(GetFilename,SetFilename,doc="See `GetFilename` and `SetFilename`")
Player = property(GetPlayer,doc="See `GetPlayer`")
_animate.GIFAnimationCtrl_swigregister(GIFAnimationCtrl)
def PreGIFAnimationCtrl(*args, **kwargs):

View File

@@ -118,6 +118,13 @@ public:
void SetEditable (bool edit);
void SetShown(bool shown);
%property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
%property(Image, GetImage, SetImage, doc="See `GetImage` and `SetImage`");
%property(SelectedImage, GetSelectedImage, SetSelectedImage, doc="See `GetSelectedImage` and `SetSelectedImage`");
%property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
%property(Width, GetWidth, SetWidth, doc="See `GetWidth` and `SetWidth`");
%property(Editable, IsEditable, SetEditable);
%property(Shown, IsShown, SetShown);
};
@@ -678,6 +685,20 @@ public:
wxWindow* GetHeaderWindow() const;
wxScrolledWindow* GetMainWindow() const;
%property(ButtonsImageList, GetButtonsImageList, SetButtonsImageList, doc="See `GetButtonsImageList` and `SetButtonsImageList`");
%property(ColumnCount, GetColumnCount, doc="See `GetColumnCount`");
%property(Count, GetCount, doc="See `GetCount`");
%property(HeaderWindow, GetHeaderWindow, doc="See `GetHeaderWindow`");
%property(ImageList, GetImageList, SetImageList, doc="See `GetImageList` and `SetImageList`");
%property(Indent, GetIndent, SetIndent, doc="See `GetIndent` and `SetIndent`");
%property(LineSpacing, GetLineSpacing, SetLineSpacing, doc="See `GetLineSpacing` and `SetLineSpacing`");
%property(MainColumn, GetMainColumn, SetMainColumn, doc="See `GetMainColumn` and `SetMainColumn`");
%property(MainWindow, GetMainWindow, doc="See `GetMainWindow`");
%property(Next, GetNext, doc="See `GetNext`");
%property(RootItem, GetRootItem, doc="See `GetRootItem`");
%property(Selection, GetSelection, doc="See `GetSelection`");
%property(Selections, GetSelections, doc="See `GetSelections`");
%property(StateImageList, GetStateImageList, SetStateImageList, doc="See `GetStateImageList` and `SetStateImageList`");
};
//----------------------------------------------------------------------

View File

@@ -206,6 +206,14 @@ public:
wxBitmapButton* GetUpButton();
wxBitmapButton* GetDownButton();
wxBitmapButton* GetEditButton();
%property(DelButton, GetDelButton, doc="See `GetDelButton`");
%property(DownButton, GetDownButton, doc="See `GetDownButton`");
%property(EditButton, GetEditButton, doc="See `GetEditButton`");
%property(ListCtrl, GetListCtrl, doc="See `GetListCtrl`");
%property(NewButton, GetNewButton, doc="See `GetNewButton`");
%property(Strings, GetStrings, SetStrings, doc="See `GetStrings` and `SetStrings`");
%property(UpButton, GetUpButton, doc="See `GetUpButton`");
};
@@ -255,6 +263,9 @@ public:
// events happen such as node expansion
void SetCompanionWindow(wxWindow* companion);
wxWindow* GetCompanionWindow() const;
%property(CompanionWindow, GetCompanionWindow, SetCompanionWindow, doc="See `GetCompanionWindow` and `SetCompanionWindow`");
%property(ScrolledWindow, GetScrolledWindow, doc="See `GetScrolledWindow`");
};
@@ -315,6 +326,8 @@ public:
wxRemotelyScrolledTreeCtrl* GetTreeCtrl() const;
void SetTreeCtrl(wxRemotelyScrolledTreeCtrl* treeCtrl);
%property(TreeCtrl, GetTreeCtrl, SetTreeCtrl, doc="See `GetTreeCtrl` and `SetTreeCtrl`");
};
@@ -409,6 +422,9 @@ public:
void SetDrawFaded(bool DrawFaded, bool Redraw = true);
void SetValue(const wxString &Value, bool Redraw = true);
%property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
%property(DrawFaded, GetDrawFaded, SetDrawFaded, doc="See `GetDrawFaded` and `SetDrawFaded`");
%property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
};
@@ -465,6 +481,10 @@ public:
void SetCustomScale( float sx, float sy );
void GetCustomScale( float* OUTPUT, float* OUTPUT ) const;
%property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
%property(Bitmap, GetBitmap, SetBitmap, doc="See `GetBitmap` and `SetBitmap`");
%property(Icon, GetIcon, SetIcon, doc="See `GetIcon` and `SetIcon`");
%property(Scale, GetScale, SetScale, doc="See `GetScale` and `SetScale`");
};

View File

@@ -175,6 +175,13 @@ class EditableListBox(_windows.Panel):
"""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):
@@ -213,6 +220,8 @@ class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
"""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):
@@ -239,6 +248,7 @@ class TreeCompanionWindow(_core.Window):
"""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):
@@ -323,6 +333,9 @@ class LEDNumberCtrl(_core.Control):
"""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):
@@ -430,6 +443,13 @@ class TreeListColumnInfo(_core.Object):
"""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
@@ -906,6 +926,20 @@ class TreeListCtrl(_core.Control):
"""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):
@@ -982,6 +1016,10 @@ class StaticPicture(_core.Control):
"""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):

View File

@@ -175,6 +175,13 @@ class EditableListBox(_windows.Panel):
"""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):
@@ -213,6 +220,8 @@ class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
"""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):
@@ -239,6 +248,7 @@ class TreeCompanionWindow(_core.Window):
"""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):
@@ -323,6 +333,9 @@ class LEDNumberCtrl(_core.Control):
"""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):
@@ -430,6 +443,13 @@ class TreeListColumnInfo(_core.Object):
"""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
@@ -906,6 +926,20 @@ class TreeListCtrl(_core.Control):
"""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):
@@ -982,6 +1016,10 @@ class StaticPicture(_core.Control):
"""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):

View File

@@ -175,6 +175,13 @@ class EditableListBox(_windows.Panel):
"""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):
@@ -213,6 +220,8 @@ class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
"""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):
@@ -239,6 +248,7 @@ class TreeCompanionWindow(_core.Window):
"""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):
@@ -323,6 +333,9 @@ class LEDNumberCtrl(_core.Control):
"""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):
@@ -430,6 +443,13 @@ class TreeListColumnInfo(_core.Object):
"""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
@@ -906,6 +926,20 @@ class TreeListCtrl(_core.Control):
"""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):
@@ -982,6 +1016,10 @@ class StaticPicture(_core.Control):
"""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):

View File

@@ -147,6 +147,8 @@ public:
wxPalette CreateDefaultPalette();
wxPalette* GetPalette();
#endif
%property(Context, GetContext, doc="See `GetContext`");
};

View File

@@ -120,6 +120,7 @@ class GLCanvas(_core.Window):
"""GetContext(self) -> GLContext"""
return _glcanvas.GLCanvas_GetContext(*args, **kwargs)
Context = property(GetContext,doc="See `GetContext`")
_glcanvas.GLCanvas_swigregister(GLCanvas)
def GLCanvasWithContext(*args, **kwargs):

View File

@@ -119,6 +119,7 @@ class GLCanvas(_core.Window):
"""GetContext(self) -> GLContext"""
return _glcanvas.GLCanvas_GetContext(*args, **kwargs)
Context = property(GetContext,doc="See `GetContext`")
_glcanvas.GLCanvas_swigregister(GLCanvas)
def GLCanvasWithContext(*args, **kwargs):

View File

@@ -136,6 +136,7 @@ class GLCanvas(_core.Window):
"""GetPalette(self) -> Palette"""
return _glcanvas.GLCanvas_GetPalette(*args, **kwargs)
Context = property(GetContext,doc="See `GetContext`")
_glcanvas.GLCanvas_swigregister(GLCanvas)
def GLCanvasWithContext(*args, **kwargs):

View File

@@ -5276,6 +5276,90 @@ class StyledTextCtrl(_core.Control):
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
Anchor = property(GetAnchor,SetAnchor,doc="See `GetAnchor` and `SetAnchor`")
BackSpaceUnIndents = property(GetBackSpaceUnIndents,SetBackSpaceUnIndents,doc="See `GetBackSpaceUnIndents` and `SetBackSpaceUnIndents`")
BufferedDraw = property(GetBufferedDraw,SetBufferedDraw,doc="See `GetBufferedDraw` and `SetBufferedDraw`")
CaretForeground = property(GetCaretForeground,SetCaretForeground,doc="See `GetCaretForeground` and `SetCaretForeground`")
CaretLineBack = property(GetCaretLineBack,SetCaretLineBack,doc="See `GetCaretLineBack` and `SetCaretLineBack`")
CaretLineBackAlpha = property(GetCaretLineBackAlpha,SetCaretLineBackAlpha,doc="See `GetCaretLineBackAlpha` and `SetCaretLineBackAlpha`")
CaretLineBackground = property(GetCaretLineBackground,SetCaretLineBackground,doc="See `GetCaretLineBackground` and `SetCaretLineBackground`")
CaretLineVisible = property(GetCaretLineVisible,SetCaretLineVisible,doc="See `GetCaretLineVisible` and `SetCaretLineVisible`")
CaretPeriod = property(GetCaretPeriod,SetCaretPeriod,doc="See `GetCaretPeriod` and `SetCaretPeriod`")
CaretSticky = property(GetCaretSticky,SetCaretSticky,doc="See `GetCaretSticky` and `SetCaretSticky`")
CaretWidth = property(GetCaretWidth,SetCaretWidth,doc="See `GetCaretWidth` and `SetCaretWidth`")
CodePage = property(GetCodePage,SetCodePage,doc="See `GetCodePage` and `SetCodePage`")
ControlCharSymbol = property(GetControlCharSymbol,SetControlCharSymbol,doc="See `GetControlCharSymbol` and `SetControlCharSymbol`")
CurLine = property(GetCurLine,doc="See `GetCurLine`")
CurLineRaw = property(GetCurLineRaw,doc="See `GetCurLineRaw`")
CurLineUTF8 = property(GetCurLineUTF8,doc="See `GetCurLineUTF8`")
CurrentLine = property(GetCurrentLine,doc="See `GetCurrentLine`")
CurrentPos = property(GetCurrentPos,SetCurrentPos,doc="See `GetCurrentPos` and `SetCurrentPos`")
DocPointer = property(GetDocPointer,SetDocPointer,doc="See `GetDocPointer` and `SetDocPointer`")
EOLMode = property(GetEOLMode,SetEOLMode,doc="See `GetEOLMode` and `SetEOLMode`")
EdgeColour = property(GetEdgeColour,SetEdgeColour,doc="See `GetEdgeColour` and `SetEdgeColour`")
EdgeColumn = property(GetEdgeColumn,SetEdgeColumn,doc="See `GetEdgeColumn` and `SetEdgeColumn`")
EdgeMode = property(GetEdgeMode,SetEdgeMode,doc="See `GetEdgeMode` and `SetEdgeMode`")
EndAtLastLine = property(GetEndAtLastLine,SetEndAtLastLine,doc="See `GetEndAtLastLine` and `SetEndAtLastLine`")
EndStyled = property(GetEndStyled,doc="See `GetEndStyled`")
FirstVisibleLine = property(GetFirstVisibleLine,doc="See `GetFirstVisibleLine`")
HighlightGuide = property(GetHighlightGuide,SetHighlightGuide,doc="See `GetHighlightGuide` and `SetHighlightGuide`")
Indent = property(GetIndent,SetIndent,doc="See `GetIndent` and `SetIndent`")
IndentationGuides = property(GetIndentationGuides,SetIndentationGuides,doc="See `GetIndentationGuides` and `SetIndentationGuides`")
LastKeydownProcessed = property(GetLastKeydownProcessed,SetLastKeydownProcessed,doc="See `GetLastKeydownProcessed` and `SetLastKeydownProcessed`")
LayoutCache = property(GetLayoutCache,SetLayoutCache,doc="See `GetLayoutCache` and `SetLayoutCache`")
Length = property(GetLength,doc="See `GetLength`")
Lexer = property(GetLexer,SetLexer,doc="See `GetLexer` and `SetLexer`")
LineCount = property(GetLineCount,doc="See `GetLineCount`")
MarginLeft = property(GetMarginLeft,SetMarginLeft,doc="See `GetMarginLeft` and `SetMarginLeft`")
MarginRight = property(GetMarginRight,SetMarginRight,doc="See `GetMarginRight` and `SetMarginRight`")
MaxLineState = property(GetMaxLineState,doc="See `GetMaxLineState`")
ModEventMask = property(GetModEventMask,SetModEventMask,doc="See `GetModEventMask` and `SetModEventMask`")
Modify = property(GetModify,doc="See `GetModify`")
MouseDownCaptures = property(GetMouseDownCaptures,SetMouseDownCaptures,doc="See `GetMouseDownCaptures` and `SetMouseDownCaptures`")
MouseDwellTime = property(GetMouseDwellTime,SetMouseDwellTime,doc="See `GetMouseDwellTime` and `SetMouseDwellTime`")
Overtype = property(GetOvertype,SetOvertype,doc="See `GetOvertype` and `SetOvertype`")
PasteConvertEndings = property(GetPasteConvertEndings,SetPasteConvertEndings,doc="See `GetPasteConvertEndings` and `SetPasteConvertEndings`")
PrintColourMode = property(GetPrintColourMode,SetPrintColourMode,doc="See `GetPrintColourMode` and `SetPrintColourMode`")
PrintMagnification = property(GetPrintMagnification,SetPrintMagnification,doc="See `GetPrintMagnification` and `SetPrintMagnification`")
PrintWrapMode = property(GetPrintWrapMode,SetPrintWrapMode,doc="See `GetPrintWrapMode` and `SetPrintWrapMode`")
ReadOnly = property(GetReadOnly,SetReadOnly,doc="See `GetReadOnly` and `SetReadOnly`")
STCCursor = property(GetSTCCursor,SetSTCCursor,doc="See `GetSTCCursor` and `SetSTCCursor`")
STCFocus = property(GetSTCFocus,SetSTCFocus,doc="See `GetSTCFocus` and `SetSTCFocus`")
ScrollWidth = property(GetScrollWidth,SetScrollWidth,doc="See `GetScrollWidth` and `SetScrollWidth`")
SearchFlags = property(GetSearchFlags,SetSearchFlags,doc="See `GetSearchFlags` and `SetSearchFlags`")
SelAlpha = property(GetSelAlpha,SetSelAlpha,doc="See `GetSelAlpha` and `SetSelAlpha`")
SelectedText = property(GetSelectedText,doc="See `GetSelectedText`")
SelectedTextRaw = property(GetSelectedTextRaw,doc="See `GetSelectedTextRaw`")
SelectedTextUTF8 = property(GetSelectedTextUTF8,doc="See `GetSelectedTextUTF8`")
Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`")
SelectionEnd = property(GetSelectionEnd,SetSelectionEnd,doc="See `GetSelectionEnd` and `SetSelectionEnd`")
SelectionMode = property(GetSelectionMode,SetSelectionMode,doc="See `GetSelectionMode` and `SetSelectionMode`")
SelectionStart = property(GetSelectionStart,SetSelectionStart,doc="See `GetSelectionStart` and `SetSelectionStart`")
Status = property(GetStatus,SetStatus,doc="See `GetStatus` and `SetStatus`")
StyleBits = property(GetStyleBits,SetStyleBits,doc="See `GetStyleBits` and `SetStyleBits`")
StyleBitsNeeded = property(GetStyleBitsNeeded,doc="See `GetStyleBitsNeeded`")
TabIndents = property(GetTabIndents,SetTabIndents,doc="See `GetTabIndents` and `SetTabIndents`")
TabWidth = property(GetTabWidth,SetTabWidth,doc="See `GetTabWidth` and `SetTabWidth`")
TargetEnd = property(GetTargetEnd,SetTargetEnd,doc="See `GetTargetEnd` and `SetTargetEnd`")
TargetStart = property(GetTargetStart,SetTargetStart,doc="See `GetTargetStart` and `SetTargetStart`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
TextLength = property(GetTextLength,doc="See `GetTextLength`")
TextRaw = property(GetTextRaw,SetTextRaw,doc="See `GetTextRaw` and `SetTextRaw`")
TextUTF8 = property(GetTextUTF8,SetTextUTF8,doc="See `GetTextUTF8` and `SetTextUTF8`")
TwoPhaseDraw = property(GetTwoPhaseDraw,SetTwoPhaseDraw,doc="See `GetTwoPhaseDraw` and `SetTwoPhaseDraw`")
UndoCollection = property(GetUndoCollection,SetUndoCollection,doc="See `GetUndoCollection` and `SetUndoCollection`")
UseAntiAliasing = property(GetUseAntiAliasing,SetUseAntiAliasing,doc="See `GetUseAntiAliasing` and `SetUseAntiAliasing`")
UseHorizontalScrollBar = property(GetUseHorizontalScrollBar,SetUseHorizontalScrollBar,doc="See `GetUseHorizontalScrollBar` and `SetUseHorizontalScrollBar`")
UseTabs = property(GetUseTabs,SetUseTabs,doc="See `GetUseTabs` and `SetUseTabs`")
UseVerticalScrollBar = property(GetUseVerticalScrollBar,SetUseVerticalScrollBar,doc="See `GetUseVerticalScrollBar` and `SetUseVerticalScrollBar`")
ViewEOL = property(GetViewEOL,SetViewEOL,doc="See `GetViewEOL` and `SetViewEOL`")
ViewWhiteSpace = property(GetViewWhiteSpace,SetViewWhiteSpace,doc="See `GetViewWhiteSpace` and `SetViewWhiteSpace`")
WrapMode = property(GetWrapMode,SetWrapMode,doc="See `GetWrapMode` and `SetWrapMode`")
WrapStartIndent = property(GetWrapStartIndent,SetWrapStartIndent,doc="See `GetWrapStartIndent` and `SetWrapStartIndent`")
WrapVisualFlags = property(GetWrapVisualFlags,SetWrapVisualFlags,doc="See `GetWrapVisualFlags` and `SetWrapVisualFlags`")
WrapVisualFlagsLocation = property(GetWrapVisualFlagsLocation,SetWrapVisualFlagsLocation,doc="See `GetWrapVisualFlagsLocation` and `SetWrapVisualFlagsLocation`")
XOffset = property(GetXOffset,SetXOffset,doc="See `GetXOffset` and `SetXOffset`")
Zoom = property(GetZoom,SetZoom,doc="See `GetZoom` and `SetZoom`")
_stc.StyledTextCtrl_swigregister(StyledTextCtrl)
cvar = _stc.cvar
STCNameStr = cvar.STCNameStr
@@ -5466,6 +5550,29 @@ class StyledTextEvent(_core.CommandEvent):
"""GetAlt(self) -> bool"""
return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
Alt = property(GetAlt,doc="See `GetAlt`")
Control = property(GetControl,doc="See `GetControl`")
DragAllowMove = property(GetDragAllowMove,SetDragAllowMove,doc="See `GetDragAllowMove` and `SetDragAllowMove`")
DragResult = property(GetDragResult,SetDragResult,doc="See `GetDragResult` and `SetDragResult`")
DragText = property(GetDragText,SetDragText,doc="See `GetDragText` and `SetDragText`")
FoldLevelNow = property(GetFoldLevelNow,SetFoldLevelNow,doc="See `GetFoldLevelNow` and `SetFoldLevelNow`")
FoldLevelPrev = property(GetFoldLevelPrev,SetFoldLevelPrev,doc="See `GetFoldLevelPrev` and `SetFoldLevelPrev`")
Key = property(GetKey,SetKey,doc="See `GetKey` and `SetKey`")
LParam = property(GetLParam,SetLParam,doc="See `GetLParam` and `SetLParam`")
Length = property(GetLength,SetLength,doc="See `GetLength` and `SetLength`")
Line = property(GetLine,SetLine,doc="See `GetLine` and `SetLine`")
LinesAdded = property(GetLinesAdded,SetLinesAdded,doc="See `GetLinesAdded` and `SetLinesAdded`")
ListType = property(GetListType,SetListType,doc="See `GetListType` and `SetListType`")
Margin = property(GetMargin,SetMargin,doc="See `GetMargin` and `SetMargin`")
Message = property(GetMessage,SetMessage,doc="See `GetMessage` and `SetMessage`")
ModificationType = property(GetModificationType,SetModificationType,doc="See `GetModificationType` and `SetModificationType`")
Modifiers = property(GetModifiers,SetModifiers,doc="See `GetModifiers` and `SetModifiers`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Shift = property(GetShift,doc="See `GetShift`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
WParam = property(GetWParam,SetWParam,doc="See `GetWParam` and `SetWParam`")
X = property(GetX,SetX,doc="See `GetX` and `SetX`")
Y = property(GetY,SetY,doc="See `GetY` and `SetY`")
_stc.StyledTextEvent_swigregister(StyledTextEvent)
wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE

View File

@@ -5276,6 +5276,90 @@ class StyledTextCtrl(_core.Control):
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
Anchor = property(GetAnchor,SetAnchor,doc="See `GetAnchor` and `SetAnchor`")
BackSpaceUnIndents = property(GetBackSpaceUnIndents,SetBackSpaceUnIndents,doc="See `GetBackSpaceUnIndents` and `SetBackSpaceUnIndents`")
BufferedDraw = property(GetBufferedDraw,SetBufferedDraw,doc="See `GetBufferedDraw` and `SetBufferedDraw`")
CaretForeground = property(GetCaretForeground,SetCaretForeground,doc="See `GetCaretForeground` and `SetCaretForeground`")
CaretLineBack = property(GetCaretLineBack,SetCaretLineBack,doc="See `GetCaretLineBack` and `SetCaretLineBack`")
CaretLineBackAlpha = property(GetCaretLineBackAlpha,SetCaretLineBackAlpha,doc="See `GetCaretLineBackAlpha` and `SetCaretLineBackAlpha`")
CaretLineBackground = property(GetCaretLineBackground,SetCaretLineBackground,doc="See `GetCaretLineBackground` and `SetCaretLineBackground`")
CaretLineVisible = property(GetCaretLineVisible,SetCaretLineVisible,doc="See `GetCaretLineVisible` and `SetCaretLineVisible`")
CaretPeriod = property(GetCaretPeriod,SetCaretPeriod,doc="See `GetCaretPeriod` and `SetCaretPeriod`")
CaretSticky = property(GetCaretSticky,SetCaretSticky,doc="See `GetCaretSticky` and `SetCaretSticky`")
CaretWidth = property(GetCaretWidth,SetCaretWidth,doc="See `GetCaretWidth` and `SetCaretWidth`")
CodePage = property(GetCodePage,SetCodePage,doc="See `GetCodePage` and `SetCodePage`")
ControlCharSymbol = property(GetControlCharSymbol,SetControlCharSymbol,doc="See `GetControlCharSymbol` and `SetControlCharSymbol`")
CurLine = property(GetCurLine,doc="See `GetCurLine`")
CurLineRaw = property(GetCurLineRaw,doc="See `GetCurLineRaw`")
CurLineUTF8 = property(GetCurLineUTF8,doc="See `GetCurLineUTF8`")
CurrentLine = property(GetCurrentLine,doc="See `GetCurrentLine`")
CurrentPos = property(GetCurrentPos,SetCurrentPos,doc="See `GetCurrentPos` and `SetCurrentPos`")
DocPointer = property(GetDocPointer,SetDocPointer,doc="See `GetDocPointer` and `SetDocPointer`")
EOLMode = property(GetEOLMode,SetEOLMode,doc="See `GetEOLMode` and `SetEOLMode`")
EdgeColour = property(GetEdgeColour,SetEdgeColour,doc="See `GetEdgeColour` and `SetEdgeColour`")
EdgeColumn = property(GetEdgeColumn,SetEdgeColumn,doc="See `GetEdgeColumn` and `SetEdgeColumn`")
EdgeMode = property(GetEdgeMode,SetEdgeMode,doc="See `GetEdgeMode` and `SetEdgeMode`")
EndAtLastLine = property(GetEndAtLastLine,SetEndAtLastLine,doc="See `GetEndAtLastLine` and `SetEndAtLastLine`")
EndStyled = property(GetEndStyled,doc="See `GetEndStyled`")
FirstVisibleLine = property(GetFirstVisibleLine,doc="See `GetFirstVisibleLine`")
HighlightGuide = property(GetHighlightGuide,SetHighlightGuide,doc="See `GetHighlightGuide` and `SetHighlightGuide`")
Indent = property(GetIndent,SetIndent,doc="See `GetIndent` and `SetIndent`")
IndentationGuides = property(GetIndentationGuides,SetIndentationGuides,doc="See `GetIndentationGuides` and `SetIndentationGuides`")
LastKeydownProcessed = property(GetLastKeydownProcessed,SetLastKeydownProcessed,doc="See `GetLastKeydownProcessed` and `SetLastKeydownProcessed`")
LayoutCache = property(GetLayoutCache,SetLayoutCache,doc="See `GetLayoutCache` and `SetLayoutCache`")
Length = property(GetLength,doc="See `GetLength`")
Lexer = property(GetLexer,SetLexer,doc="See `GetLexer` and `SetLexer`")
LineCount = property(GetLineCount,doc="See `GetLineCount`")
MarginLeft = property(GetMarginLeft,SetMarginLeft,doc="See `GetMarginLeft` and `SetMarginLeft`")
MarginRight = property(GetMarginRight,SetMarginRight,doc="See `GetMarginRight` and `SetMarginRight`")
MaxLineState = property(GetMaxLineState,doc="See `GetMaxLineState`")
ModEventMask = property(GetModEventMask,SetModEventMask,doc="See `GetModEventMask` and `SetModEventMask`")
Modify = property(GetModify,doc="See `GetModify`")
MouseDownCaptures = property(GetMouseDownCaptures,SetMouseDownCaptures,doc="See `GetMouseDownCaptures` and `SetMouseDownCaptures`")
MouseDwellTime = property(GetMouseDwellTime,SetMouseDwellTime,doc="See `GetMouseDwellTime` and `SetMouseDwellTime`")
Overtype = property(GetOvertype,SetOvertype,doc="See `GetOvertype` and `SetOvertype`")
PasteConvertEndings = property(GetPasteConvertEndings,SetPasteConvertEndings,doc="See `GetPasteConvertEndings` and `SetPasteConvertEndings`")
PrintColourMode = property(GetPrintColourMode,SetPrintColourMode,doc="See `GetPrintColourMode` and `SetPrintColourMode`")
PrintMagnification = property(GetPrintMagnification,SetPrintMagnification,doc="See `GetPrintMagnification` and `SetPrintMagnification`")
PrintWrapMode = property(GetPrintWrapMode,SetPrintWrapMode,doc="See `GetPrintWrapMode` and `SetPrintWrapMode`")
ReadOnly = property(GetReadOnly,SetReadOnly,doc="See `GetReadOnly` and `SetReadOnly`")
STCCursor = property(GetSTCCursor,SetSTCCursor,doc="See `GetSTCCursor` and `SetSTCCursor`")
STCFocus = property(GetSTCFocus,SetSTCFocus,doc="See `GetSTCFocus` and `SetSTCFocus`")
ScrollWidth = property(GetScrollWidth,SetScrollWidth,doc="See `GetScrollWidth` and `SetScrollWidth`")
SearchFlags = property(GetSearchFlags,SetSearchFlags,doc="See `GetSearchFlags` and `SetSearchFlags`")
SelAlpha = property(GetSelAlpha,SetSelAlpha,doc="See `GetSelAlpha` and `SetSelAlpha`")
SelectedText = property(GetSelectedText,doc="See `GetSelectedText`")
SelectedTextRaw = property(GetSelectedTextRaw,doc="See `GetSelectedTextRaw`")
SelectedTextUTF8 = property(GetSelectedTextUTF8,doc="See `GetSelectedTextUTF8`")
Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`")
SelectionEnd = property(GetSelectionEnd,SetSelectionEnd,doc="See `GetSelectionEnd` and `SetSelectionEnd`")
SelectionMode = property(GetSelectionMode,SetSelectionMode,doc="See `GetSelectionMode` and `SetSelectionMode`")
SelectionStart = property(GetSelectionStart,SetSelectionStart,doc="See `GetSelectionStart` and `SetSelectionStart`")
Status = property(GetStatus,SetStatus,doc="See `GetStatus` and `SetStatus`")
StyleBits = property(GetStyleBits,SetStyleBits,doc="See `GetStyleBits` and `SetStyleBits`")
StyleBitsNeeded = property(GetStyleBitsNeeded,doc="See `GetStyleBitsNeeded`")
TabIndents = property(GetTabIndents,SetTabIndents,doc="See `GetTabIndents` and `SetTabIndents`")
TabWidth = property(GetTabWidth,SetTabWidth,doc="See `GetTabWidth` and `SetTabWidth`")
TargetEnd = property(GetTargetEnd,SetTargetEnd,doc="See `GetTargetEnd` and `SetTargetEnd`")
TargetStart = property(GetTargetStart,SetTargetStart,doc="See `GetTargetStart` and `SetTargetStart`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
TextLength = property(GetTextLength,doc="See `GetTextLength`")
TextRaw = property(GetTextRaw,SetTextRaw,doc="See `GetTextRaw` and `SetTextRaw`")
TextUTF8 = property(GetTextUTF8,SetTextUTF8,doc="See `GetTextUTF8` and `SetTextUTF8`")
TwoPhaseDraw = property(GetTwoPhaseDraw,SetTwoPhaseDraw,doc="See `GetTwoPhaseDraw` and `SetTwoPhaseDraw`")
UndoCollection = property(GetUndoCollection,SetUndoCollection,doc="See `GetUndoCollection` and `SetUndoCollection`")
UseAntiAliasing = property(GetUseAntiAliasing,SetUseAntiAliasing,doc="See `GetUseAntiAliasing` and `SetUseAntiAliasing`")
UseHorizontalScrollBar = property(GetUseHorizontalScrollBar,SetUseHorizontalScrollBar,doc="See `GetUseHorizontalScrollBar` and `SetUseHorizontalScrollBar`")
UseTabs = property(GetUseTabs,SetUseTabs,doc="See `GetUseTabs` and `SetUseTabs`")
UseVerticalScrollBar = property(GetUseVerticalScrollBar,SetUseVerticalScrollBar,doc="See `GetUseVerticalScrollBar` and `SetUseVerticalScrollBar`")
ViewEOL = property(GetViewEOL,SetViewEOL,doc="See `GetViewEOL` and `SetViewEOL`")
ViewWhiteSpace = property(GetViewWhiteSpace,SetViewWhiteSpace,doc="See `GetViewWhiteSpace` and `SetViewWhiteSpace`")
WrapMode = property(GetWrapMode,SetWrapMode,doc="See `GetWrapMode` and `SetWrapMode`")
WrapStartIndent = property(GetWrapStartIndent,SetWrapStartIndent,doc="See `GetWrapStartIndent` and `SetWrapStartIndent`")
WrapVisualFlags = property(GetWrapVisualFlags,SetWrapVisualFlags,doc="See `GetWrapVisualFlags` and `SetWrapVisualFlags`")
WrapVisualFlagsLocation = property(GetWrapVisualFlagsLocation,SetWrapVisualFlagsLocation,doc="See `GetWrapVisualFlagsLocation` and `SetWrapVisualFlagsLocation`")
XOffset = property(GetXOffset,SetXOffset,doc="See `GetXOffset` and `SetXOffset`")
Zoom = property(GetZoom,SetZoom,doc="See `GetZoom` and `SetZoom`")
_stc.StyledTextCtrl_swigregister(StyledTextCtrl)
cvar = _stc.cvar
STCNameStr = cvar.STCNameStr
@@ -5466,6 +5550,29 @@ class StyledTextEvent(_core.CommandEvent):
"""GetAlt(self) -> bool"""
return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
Alt = property(GetAlt,doc="See `GetAlt`")
Control = property(GetControl,doc="See `GetControl`")
DragAllowMove = property(GetDragAllowMove,SetDragAllowMove,doc="See `GetDragAllowMove` and `SetDragAllowMove`")
DragResult = property(GetDragResult,SetDragResult,doc="See `GetDragResult` and `SetDragResult`")
DragText = property(GetDragText,SetDragText,doc="See `GetDragText` and `SetDragText`")
FoldLevelNow = property(GetFoldLevelNow,SetFoldLevelNow,doc="See `GetFoldLevelNow` and `SetFoldLevelNow`")
FoldLevelPrev = property(GetFoldLevelPrev,SetFoldLevelPrev,doc="See `GetFoldLevelPrev` and `SetFoldLevelPrev`")
Key = property(GetKey,SetKey,doc="See `GetKey` and `SetKey`")
LParam = property(GetLParam,SetLParam,doc="See `GetLParam` and `SetLParam`")
Length = property(GetLength,SetLength,doc="See `GetLength` and `SetLength`")
Line = property(GetLine,SetLine,doc="See `GetLine` and `SetLine`")
LinesAdded = property(GetLinesAdded,SetLinesAdded,doc="See `GetLinesAdded` and `SetLinesAdded`")
ListType = property(GetListType,SetListType,doc="See `GetListType` and `SetListType`")
Margin = property(GetMargin,SetMargin,doc="See `GetMargin` and `SetMargin`")
Message = property(GetMessage,SetMessage,doc="See `GetMessage` and `SetMessage`")
ModificationType = property(GetModificationType,SetModificationType,doc="See `GetModificationType` and `SetModificationType`")
Modifiers = property(GetModifiers,SetModifiers,doc="See `GetModifiers` and `SetModifiers`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Shift = property(GetShift,doc="See `GetShift`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
WParam = property(GetWParam,SetWParam,doc="See `GetWParam` and `SetWParam`")
X = property(GetX,SetX,doc="See `GetX` and `SetX`")
Y = property(GetY,SetY,doc="See `GetY` and `SetY`")
_stc.StyledTextEvent_swigregister(StyledTextEvent)
wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE

View File

@@ -5276,6 +5276,90 @@ class StyledTextCtrl(_core.Control):
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
Anchor = property(GetAnchor,SetAnchor,doc="See `GetAnchor` and `SetAnchor`")
BackSpaceUnIndents = property(GetBackSpaceUnIndents,SetBackSpaceUnIndents,doc="See `GetBackSpaceUnIndents` and `SetBackSpaceUnIndents`")
BufferedDraw = property(GetBufferedDraw,SetBufferedDraw,doc="See `GetBufferedDraw` and `SetBufferedDraw`")
CaretForeground = property(GetCaretForeground,SetCaretForeground,doc="See `GetCaretForeground` and `SetCaretForeground`")
CaretLineBack = property(GetCaretLineBack,SetCaretLineBack,doc="See `GetCaretLineBack` and `SetCaretLineBack`")
CaretLineBackAlpha = property(GetCaretLineBackAlpha,SetCaretLineBackAlpha,doc="See `GetCaretLineBackAlpha` and `SetCaretLineBackAlpha`")
CaretLineBackground = property(GetCaretLineBackground,SetCaretLineBackground,doc="See `GetCaretLineBackground` and `SetCaretLineBackground`")
CaretLineVisible = property(GetCaretLineVisible,SetCaretLineVisible,doc="See `GetCaretLineVisible` and `SetCaretLineVisible`")
CaretPeriod = property(GetCaretPeriod,SetCaretPeriod,doc="See `GetCaretPeriod` and `SetCaretPeriod`")
CaretSticky = property(GetCaretSticky,SetCaretSticky,doc="See `GetCaretSticky` and `SetCaretSticky`")
CaretWidth = property(GetCaretWidth,SetCaretWidth,doc="See `GetCaretWidth` and `SetCaretWidth`")
CodePage = property(GetCodePage,SetCodePage,doc="See `GetCodePage` and `SetCodePage`")
ControlCharSymbol = property(GetControlCharSymbol,SetControlCharSymbol,doc="See `GetControlCharSymbol` and `SetControlCharSymbol`")
CurLine = property(GetCurLine,doc="See `GetCurLine`")
CurLineRaw = property(GetCurLineRaw,doc="See `GetCurLineRaw`")
CurLineUTF8 = property(GetCurLineUTF8,doc="See `GetCurLineUTF8`")
CurrentLine = property(GetCurrentLine,doc="See `GetCurrentLine`")
CurrentPos = property(GetCurrentPos,SetCurrentPos,doc="See `GetCurrentPos` and `SetCurrentPos`")
DocPointer = property(GetDocPointer,SetDocPointer,doc="See `GetDocPointer` and `SetDocPointer`")
EOLMode = property(GetEOLMode,SetEOLMode,doc="See `GetEOLMode` and `SetEOLMode`")
EdgeColour = property(GetEdgeColour,SetEdgeColour,doc="See `GetEdgeColour` and `SetEdgeColour`")
EdgeColumn = property(GetEdgeColumn,SetEdgeColumn,doc="See `GetEdgeColumn` and `SetEdgeColumn`")
EdgeMode = property(GetEdgeMode,SetEdgeMode,doc="See `GetEdgeMode` and `SetEdgeMode`")
EndAtLastLine = property(GetEndAtLastLine,SetEndAtLastLine,doc="See `GetEndAtLastLine` and `SetEndAtLastLine`")
EndStyled = property(GetEndStyled,doc="See `GetEndStyled`")
FirstVisibleLine = property(GetFirstVisibleLine,doc="See `GetFirstVisibleLine`")
HighlightGuide = property(GetHighlightGuide,SetHighlightGuide,doc="See `GetHighlightGuide` and `SetHighlightGuide`")
Indent = property(GetIndent,SetIndent,doc="See `GetIndent` and `SetIndent`")
IndentationGuides = property(GetIndentationGuides,SetIndentationGuides,doc="See `GetIndentationGuides` and `SetIndentationGuides`")
LastKeydownProcessed = property(GetLastKeydownProcessed,SetLastKeydownProcessed,doc="See `GetLastKeydownProcessed` and `SetLastKeydownProcessed`")
LayoutCache = property(GetLayoutCache,SetLayoutCache,doc="See `GetLayoutCache` and `SetLayoutCache`")
Length = property(GetLength,doc="See `GetLength`")
Lexer = property(GetLexer,SetLexer,doc="See `GetLexer` and `SetLexer`")
LineCount = property(GetLineCount,doc="See `GetLineCount`")
MarginLeft = property(GetMarginLeft,SetMarginLeft,doc="See `GetMarginLeft` and `SetMarginLeft`")
MarginRight = property(GetMarginRight,SetMarginRight,doc="See `GetMarginRight` and `SetMarginRight`")
MaxLineState = property(GetMaxLineState,doc="See `GetMaxLineState`")
ModEventMask = property(GetModEventMask,SetModEventMask,doc="See `GetModEventMask` and `SetModEventMask`")
Modify = property(GetModify,doc="See `GetModify`")
MouseDownCaptures = property(GetMouseDownCaptures,SetMouseDownCaptures,doc="See `GetMouseDownCaptures` and `SetMouseDownCaptures`")
MouseDwellTime = property(GetMouseDwellTime,SetMouseDwellTime,doc="See `GetMouseDwellTime` and `SetMouseDwellTime`")
Overtype = property(GetOvertype,SetOvertype,doc="See `GetOvertype` and `SetOvertype`")
PasteConvertEndings = property(GetPasteConvertEndings,SetPasteConvertEndings,doc="See `GetPasteConvertEndings` and `SetPasteConvertEndings`")
PrintColourMode = property(GetPrintColourMode,SetPrintColourMode,doc="See `GetPrintColourMode` and `SetPrintColourMode`")
PrintMagnification = property(GetPrintMagnification,SetPrintMagnification,doc="See `GetPrintMagnification` and `SetPrintMagnification`")
PrintWrapMode = property(GetPrintWrapMode,SetPrintWrapMode,doc="See `GetPrintWrapMode` and `SetPrintWrapMode`")
ReadOnly = property(GetReadOnly,SetReadOnly,doc="See `GetReadOnly` and `SetReadOnly`")
STCCursor = property(GetSTCCursor,SetSTCCursor,doc="See `GetSTCCursor` and `SetSTCCursor`")
STCFocus = property(GetSTCFocus,SetSTCFocus,doc="See `GetSTCFocus` and `SetSTCFocus`")
ScrollWidth = property(GetScrollWidth,SetScrollWidth,doc="See `GetScrollWidth` and `SetScrollWidth`")
SearchFlags = property(GetSearchFlags,SetSearchFlags,doc="See `GetSearchFlags` and `SetSearchFlags`")
SelAlpha = property(GetSelAlpha,SetSelAlpha,doc="See `GetSelAlpha` and `SetSelAlpha`")
SelectedText = property(GetSelectedText,doc="See `GetSelectedText`")
SelectedTextRaw = property(GetSelectedTextRaw,doc="See `GetSelectedTextRaw`")
SelectedTextUTF8 = property(GetSelectedTextUTF8,doc="See `GetSelectedTextUTF8`")
Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`")
SelectionEnd = property(GetSelectionEnd,SetSelectionEnd,doc="See `GetSelectionEnd` and `SetSelectionEnd`")
SelectionMode = property(GetSelectionMode,SetSelectionMode,doc="See `GetSelectionMode` and `SetSelectionMode`")
SelectionStart = property(GetSelectionStart,SetSelectionStart,doc="See `GetSelectionStart` and `SetSelectionStart`")
Status = property(GetStatus,SetStatus,doc="See `GetStatus` and `SetStatus`")
StyleBits = property(GetStyleBits,SetStyleBits,doc="See `GetStyleBits` and `SetStyleBits`")
StyleBitsNeeded = property(GetStyleBitsNeeded,doc="See `GetStyleBitsNeeded`")
TabIndents = property(GetTabIndents,SetTabIndents,doc="See `GetTabIndents` and `SetTabIndents`")
TabWidth = property(GetTabWidth,SetTabWidth,doc="See `GetTabWidth` and `SetTabWidth`")
TargetEnd = property(GetTargetEnd,SetTargetEnd,doc="See `GetTargetEnd` and `SetTargetEnd`")
TargetStart = property(GetTargetStart,SetTargetStart,doc="See `GetTargetStart` and `SetTargetStart`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
TextLength = property(GetTextLength,doc="See `GetTextLength`")
TextRaw = property(GetTextRaw,SetTextRaw,doc="See `GetTextRaw` and `SetTextRaw`")
TextUTF8 = property(GetTextUTF8,SetTextUTF8,doc="See `GetTextUTF8` and `SetTextUTF8`")
TwoPhaseDraw = property(GetTwoPhaseDraw,SetTwoPhaseDraw,doc="See `GetTwoPhaseDraw` and `SetTwoPhaseDraw`")
UndoCollection = property(GetUndoCollection,SetUndoCollection,doc="See `GetUndoCollection` and `SetUndoCollection`")
UseAntiAliasing = property(GetUseAntiAliasing,SetUseAntiAliasing,doc="See `GetUseAntiAliasing` and `SetUseAntiAliasing`")
UseHorizontalScrollBar = property(GetUseHorizontalScrollBar,SetUseHorizontalScrollBar,doc="See `GetUseHorizontalScrollBar` and `SetUseHorizontalScrollBar`")
UseTabs = property(GetUseTabs,SetUseTabs,doc="See `GetUseTabs` and `SetUseTabs`")
UseVerticalScrollBar = property(GetUseVerticalScrollBar,SetUseVerticalScrollBar,doc="See `GetUseVerticalScrollBar` and `SetUseVerticalScrollBar`")
ViewEOL = property(GetViewEOL,SetViewEOL,doc="See `GetViewEOL` and `SetViewEOL`")
ViewWhiteSpace = property(GetViewWhiteSpace,SetViewWhiteSpace,doc="See `GetViewWhiteSpace` and `SetViewWhiteSpace`")
WrapMode = property(GetWrapMode,SetWrapMode,doc="See `GetWrapMode` and `SetWrapMode`")
WrapStartIndent = property(GetWrapStartIndent,SetWrapStartIndent,doc="See `GetWrapStartIndent` and `SetWrapStartIndent`")
WrapVisualFlags = property(GetWrapVisualFlags,SetWrapVisualFlags,doc="See `GetWrapVisualFlags` and `SetWrapVisualFlags`")
WrapVisualFlagsLocation = property(GetWrapVisualFlagsLocation,SetWrapVisualFlagsLocation,doc="See `GetWrapVisualFlagsLocation` and `SetWrapVisualFlagsLocation`")
XOffset = property(GetXOffset,SetXOffset,doc="See `GetXOffset` and `SetXOffset`")
Zoom = property(GetZoom,SetZoom,doc="See `GetZoom` and `SetZoom`")
_stc.StyledTextCtrl_swigregister(StyledTextCtrl)
cvar = _stc.cvar
STCNameStr = cvar.STCNameStr
@@ -5466,6 +5550,29 @@ class StyledTextEvent(_core.CommandEvent):
"""GetAlt(self) -> bool"""
return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
Alt = property(GetAlt,doc="See `GetAlt`")
Control = property(GetControl,doc="See `GetControl`")
DragAllowMove = property(GetDragAllowMove,SetDragAllowMove,doc="See `GetDragAllowMove` and `SetDragAllowMove`")
DragResult = property(GetDragResult,SetDragResult,doc="See `GetDragResult` and `SetDragResult`")
DragText = property(GetDragText,SetDragText,doc="See `GetDragText` and `SetDragText`")
FoldLevelNow = property(GetFoldLevelNow,SetFoldLevelNow,doc="See `GetFoldLevelNow` and `SetFoldLevelNow`")
FoldLevelPrev = property(GetFoldLevelPrev,SetFoldLevelPrev,doc="See `GetFoldLevelPrev` and `SetFoldLevelPrev`")
Key = property(GetKey,SetKey,doc="See `GetKey` and `SetKey`")
LParam = property(GetLParam,SetLParam,doc="See `GetLParam` and `SetLParam`")
Length = property(GetLength,SetLength,doc="See `GetLength` and `SetLength`")
Line = property(GetLine,SetLine,doc="See `GetLine` and `SetLine`")
LinesAdded = property(GetLinesAdded,SetLinesAdded,doc="See `GetLinesAdded` and `SetLinesAdded`")
ListType = property(GetListType,SetListType,doc="See `GetListType` and `SetListType`")
Margin = property(GetMargin,SetMargin,doc="See `GetMargin` and `SetMargin`")
Message = property(GetMessage,SetMessage,doc="See `GetMessage` and `SetMessage`")
ModificationType = property(GetModificationType,SetModificationType,doc="See `GetModificationType` and `SetModificationType`")
Modifiers = property(GetModifiers,SetModifiers,doc="See `GetModifiers` and `SetModifiers`")
Position = property(GetPosition,SetPosition,doc="See `GetPosition` and `SetPosition`")
Shift = property(GetShift,doc="See `GetShift`")
Text = property(GetText,SetText,doc="See `GetText` and `SetText`")
WParam = property(GetWParam,SetWParam,doc="See `GetWParam` and `SetWParam`")
X = property(GetX,SetX,doc="See `GetX` and `SetX`")
Y = property(GetY,SetY,doc="See `GetY` and `SetY`")
_stc.StyledTextEvent_swigregister(StyledTextEvent)
wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE

View File

@@ -54,6 +54,119 @@ MustHaveApp(wxStyledTextCtrl);
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
}
%property(Anchor, GetAnchor, SetAnchor, doc="See `GetAnchor` and `SetAnchor`");
%property(BackSpaceUnIndents, GetBackSpaceUnIndents, SetBackSpaceUnIndents, doc="See `GetBackSpaceUnIndents` and `SetBackSpaceUnIndents`");
%property(BufferedDraw, GetBufferedDraw, SetBufferedDraw, doc="See `GetBufferedDraw` and `SetBufferedDraw`");
%property(CaretForeground, GetCaretForeground, SetCaretForeground, doc="See `GetCaretForeground` and `SetCaretForeground`");
%property(CaretLineBack, GetCaretLineBack, SetCaretLineBack, doc="See `GetCaretLineBack` and `SetCaretLineBack`");
%property(CaretLineBackAlpha, GetCaretLineBackAlpha, SetCaretLineBackAlpha, doc="See `GetCaretLineBackAlpha` and `SetCaretLineBackAlpha`");
%property(CaretLineBackground, GetCaretLineBackground, SetCaretLineBackground, doc="See `GetCaretLineBackground` and `SetCaretLineBackground`");
%property(CaretLineVisible, GetCaretLineVisible, SetCaretLineVisible, doc="See `GetCaretLineVisible` and `SetCaretLineVisible`");
%property(CaretPeriod, GetCaretPeriod, SetCaretPeriod, doc="See `GetCaretPeriod` and `SetCaretPeriod`");
%property(CaretSticky, GetCaretSticky, SetCaretSticky, doc="See `GetCaretSticky` and `SetCaretSticky`");
%property(CaretWidth, GetCaretWidth, SetCaretWidth, doc="See `GetCaretWidth` and `SetCaretWidth`");
%property(CodePage, GetCodePage, SetCodePage, doc="See `GetCodePage` and `SetCodePage`");
%property(ControlCharSymbol, GetControlCharSymbol, SetControlCharSymbol, doc="See `GetControlCharSymbol` and `SetControlCharSymbol`");
%property(CurLine, GetCurLine, doc="See `GetCurLine`");
%property(CurLineRaw, GetCurLineRaw, doc="See `GetCurLineRaw`");
%property(CurLineUTF8, GetCurLineUTF8, doc="See `GetCurLineUTF8`");
%property(CurrentLine, GetCurrentLine, doc="See `GetCurrentLine`");
%property(CurrentPos, GetCurrentPos, SetCurrentPos, doc="See `GetCurrentPos` and `SetCurrentPos`");
%property(DocPointer, GetDocPointer, SetDocPointer, doc="See `GetDocPointer` and `SetDocPointer`");
%property(EOLMode, GetEOLMode, SetEOLMode, doc="See `GetEOLMode` and `SetEOLMode`");
%property(EdgeColour, GetEdgeColour, SetEdgeColour, doc="See `GetEdgeColour` and `SetEdgeColour`");
%property(EdgeColumn, GetEdgeColumn, SetEdgeColumn, doc="See `GetEdgeColumn` and `SetEdgeColumn`");
%property(EdgeMode, GetEdgeMode, SetEdgeMode, doc="See `GetEdgeMode` and `SetEdgeMode`");
%property(EndAtLastLine, GetEndAtLastLine, SetEndAtLastLine, doc="See `GetEndAtLastLine` and `SetEndAtLastLine`");
%property(EndStyled, GetEndStyled, doc="See `GetEndStyled`");
%property(FirstVisibleLine, GetFirstVisibleLine, doc="See `GetFirstVisibleLine`");
%property(HighlightGuide, GetHighlightGuide, SetHighlightGuide, doc="See `GetHighlightGuide` and `SetHighlightGuide`");
%property(Indent, GetIndent, SetIndent, doc="See `GetIndent` and `SetIndent`");
%property(IndentationGuides, GetIndentationGuides, SetIndentationGuides, doc="See `GetIndentationGuides` and `SetIndentationGuides`");
%property(LastKeydownProcessed, GetLastKeydownProcessed, SetLastKeydownProcessed, doc="See `GetLastKeydownProcessed` and `SetLastKeydownProcessed`");
%property(LayoutCache, GetLayoutCache, SetLayoutCache, doc="See `GetLayoutCache` and `SetLayoutCache`");
%property(Length, GetLength, doc="See `GetLength`");
%property(Lexer, GetLexer, SetLexer, doc="See `GetLexer` and `SetLexer`");
%property(LineCount, GetLineCount, doc="See `GetLineCount`");
%property(MarginLeft, GetMarginLeft, SetMarginLeft, doc="See `GetMarginLeft` and `SetMarginLeft`");
%property(MarginRight, GetMarginRight, SetMarginRight, doc="See `GetMarginRight` and `SetMarginRight`");
%property(MaxLineState, GetMaxLineState, doc="See `GetMaxLineState`");
%property(ModEventMask, GetModEventMask, SetModEventMask, doc="See `GetModEventMask` and `SetModEventMask`");
%property(Modify, GetModify, doc="See `GetModify`");
%property(MouseDownCaptures, GetMouseDownCaptures, SetMouseDownCaptures, doc="See `GetMouseDownCaptures` and `SetMouseDownCaptures`");
%property(MouseDwellTime, GetMouseDwellTime, SetMouseDwellTime, doc="See `GetMouseDwellTime` and `SetMouseDwellTime`");
%property(Overtype, GetOvertype, SetOvertype, doc="See `GetOvertype` and `SetOvertype`");
%property(PasteConvertEndings, GetPasteConvertEndings, SetPasteConvertEndings, doc="See `GetPasteConvertEndings` and `SetPasteConvertEndings`");
%property(PrintColourMode, GetPrintColourMode, SetPrintColourMode, doc="See `GetPrintColourMode` and `SetPrintColourMode`");
%property(PrintMagnification, GetPrintMagnification, SetPrintMagnification, doc="See `GetPrintMagnification` and `SetPrintMagnification`");
%property(PrintWrapMode, GetPrintWrapMode, SetPrintWrapMode, doc="See `GetPrintWrapMode` and `SetPrintWrapMode`");
%property(ReadOnly, GetReadOnly, SetReadOnly, doc="See `GetReadOnly` and `SetReadOnly`");
%property(STCCursor, GetSTCCursor, SetSTCCursor, doc="See `GetSTCCursor` and `SetSTCCursor`");
%property(STCFocus, GetSTCFocus, SetSTCFocus, doc="See `GetSTCFocus` and `SetSTCFocus`");
%property(ScrollWidth, GetScrollWidth, SetScrollWidth, doc="See `GetScrollWidth` and `SetScrollWidth`");
%property(SearchFlags, GetSearchFlags, SetSearchFlags, doc="See `GetSearchFlags` and `SetSearchFlags`");
%property(SelAlpha, GetSelAlpha, SetSelAlpha, doc="See `GetSelAlpha` and `SetSelAlpha`");
%property(SelectedText, GetSelectedText, doc="See `GetSelectedText`");
%property(SelectedTextRaw, GetSelectedTextRaw, doc="See `GetSelectedTextRaw`");
%property(SelectedTextUTF8, GetSelectedTextUTF8, doc="See `GetSelectedTextUTF8`");
%property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
%property(SelectionEnd, GetSelectionEnd, SetSelectionEnd, doc="See `GetSelectionEnd` and `SetSelectionEnd`");
%property(SelectionMode, GetSelectionMode, SetSelectionMode, doc="See `GetSelectionMode` and `SetSelectionMode`");
%property(SelectionStart, GetSelectionStart, SetSelectionStart, doc="See `GetSelectionStart` and `SetSelectionStart`");
%property(Status, GetStatus, SetStatus, doc="See `GetStatus` and `SetStatus`");
%property(StyleBits, GetStyleBits, SetStyleBits, doc="See `GetStyleBits` and `SetStyleBits`");
%property(StyleBitsNeeded, GetStyleBitsNeeded, doc="See `GetStyleBitsNeeded`");
%property(TabIndents, GetTabIndents, SetTabIndents, doc="See `GetTabIndents` and `SetTabIndents`");
%property(TabWidth, GetTabWidth, SetTabWidth, doc="See `GetTabWidth` and `SetTabWidth`");
%property(TargetEnd, GetTargetEnd, SetTargetEnd, doc="See `GetTargetEnd` and `SetTargetEnd`");
%property(TargetStart, GetTargetStart, SetTargetStart, doc="See `GetTargetStart` and `SetTargetStart`");
%property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
%property(TextLength, GetTextLength, doc="See `GetTextLength`");
%property(TextRaw, GetTextRaw, SetTextRaw, doc="See `GetTextRaw` and `SetTextRaw`");
%property(TextUTF8, GetTextUTF8, SetTextUTF8, doc="See `GetTextUTF8` and `SetTextUTF8`");
%property(TwoPhaseDraw, GetTwoPhaseDraw, SetTwoPhaseDraw, doc="See `GetTwoPhaseDraw` and `SetTwoPhaseDraw`");
%property(UndoCollection, GetUndoCollection, SetUndoCollection, doc="See `GetUndoCollection` and `SetUndoCollection`");
%property(UseAntiAliasing, GetUseAntiAliasing, SetUseAntiAliasing, doc="See `GetUseAntiAliasing` and `SetUseAntiAliasing`");
%property(UseHorizontalScrollBar, GetUseHorizontalScrollBar, SetUseHorizontalScrollBar, doc="See `GetUseHorizontalScrollBar` and `SetUseHorizontalScrollBar`");
%property(UseTabs, GetUseTabs, SetUseTabs, doc="See `GetUseTabs` and `SetUseTabs`");
%property(UseVerticalScrollBar, GetUseVerticalScrollBar, SetUseVerticalScrollBar, doc="See `GetUseVerticalScrollBar` and `SetUseVerticalScrollBar`");
%property(ViewEOL, GetViewEOL, SetViewEOL, doc="See `GetViewEOL` and `SetViewEOL`");
%property(ViewWhiteSpace, GetViewWhiteSpace, SetViewWhiteSpace, doc="See `GetViewWhiteSpace` and `SetViewWhiteSpace`");
%property(WrapMode, GetWrapMode, SetWrapMode, doc="See `GetWrapMode` and `SetWrapMode`");
%property(WrapStartIndent, GetWrapStartIndent, SetWrapStartIndent, doc="See `GetWrapStartIndent` and `SetWrapStartIndent`");
%property(WrapVisualFlags, GetWrapVisualFlags, SetWrapVisualFlags, doc="See `GetWrapVisualFlags` and `SetWrapVisualFlags`");
%property(WrapVisualFlagsLocation, GetWrapVisualFlagsLocation, SetWrapVisualFlagsLocation, doc="See `GetWrapVisualFlagsLocation` and `SetWrapVisualFlagsLocation`");
%property(XOffset, GetXOffset, SetXOffset, doc="See `GetXOffset` and `SetXOffset`");
%property(Zoom, GetZoom, SetZoom, doc="See `GetZoom` and `SetZoom`");
}
%extend wxStyledTextEvent {
%property(Alt, GetAlt, doc="See `GetAlt`");
%property(Control, GetControl, doc="See `GetControl`");
%property(DragAllowMove, GetDragAllowMove, SetDragAllowMove, doc="See `GetDragAllowMove` and `SetDragAllowMove`");
%property(DragResult, GetDragResult, SetDragResult, doc="See `GetDragResult` and `SetDragResult`");
%property(DragText, GetDragText, SetDragText, doc="See `GetDragText` and `SetDragText`");
%property(FoldLevelNow, GetFoldLevelNow, SetFoldLevelNow, doc="See `GetFoldLevelNow` and `SetFoldLevelNow`");
%property(FoldLevelPrev, GetFoldLevelPrev, SetFoldLevelPrev, doc="See `GetFoldLevelPrev` and `SetFoldLevelPrev`");
%property(Key, GetKey, SetKey, doc="See `GetKey` and `SetKey`");
%property(LParam, GetLParam, SetLParam, doc="See `GetLParam` and `SetLParam`");
%property(Length, GetLength, SetLength, doc="See `GetLength` and `SetLength`");
%property(Line, GetLine, SetLine, doc="See `GetLine` and `SetLine`");
%property(LinesAdded, GetLinesAdded, SetLinesAdded, doc="See `GetLinesAdded` and `SetLinesAdded`");
%property(ListType, GetListType, SetListType, doc="See `GetListType` and `SetListType`");
%property(Margin, GetMargin, SetMargin, doc="See `GetMargin` and `SetMargin`");
%property(Message, GetMessage, SetMessage, doc="See `GetMessage` and `SetMessage`");
%property(ModificationType, GetModificationType, SetModificationType, doc="See `GetModificationType` and `SetModificationType`");
%property(Modifiers, GetModifiers, SetModifiers, doc="See `GetModifiers` and `SetModifiers`");
%property(Position, GetPosition, SetPosition, doc="See `GetPosition` and `SetPosition`");
%property(Shift, GetShift, doc="See `GetShift`");
%property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
%property(WParam, GetWParam, SetWParam, doc="See `GetWParam` and `SetWParam`");
%property(X, GetX, SetX, doc="See `GetX` and `SetX`");
%property(Y, GetY, SetY, doc="See `GetY` and `SetY`");
}
//---------------------------------------------------------------------------