added more properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-15 21:31:02 +00:00
parent 155acb0cc9
commit 994453b843
36 changed files with 619 additions and 299 deletions

View File

@@ -122,6 +122,19 @@ public:
SetBitmap1 = SetNormalBitmap
SetBitmap2 = SetDisabledBitmap
}
%property(Bitmap, GetBitmap, doc="See `GetBitmap`");
%property(ClientData, GetClientData, SetClientData, doc="See `GetClientData` and `SetClientData`");
%property(Control, GetControl, doc="See `GetControl`");
%property(DisabledBitmap, GetDisabledBitmap, SetDisabledBitmap, doc="See `GetDisabledBitmap` and `SetDisabledBitmap`");
%property(Id, GetId, doc="See `GetId`");
%property(Kind, GetKind, doc="See `GetKind`");
%property(Label, GetLabel, SetLabel, doc="See `GetLabel` and `SetLabel`");
%property(LongHelp, GetLongHelp, SetLongHelp, doc="See `GetLongHelp` and `SetLongHelp`");
%property(NormalBitmap, GetNormalBitmap, SetNormalBitmap, doc="See `GetNormalBitmap` and `SetNormalBitmap`");
%property(ShortHelp, GetShortHelp, SetShortHelp, doc="See `GetShortHelp` and `SetShortHelp`");
%property(Style, GetStyle, doc="See `GetStyle`");
%property(ToolBar, GetToolBar, doc="See `GetToolBar`");
};
@@ -383,6 +396,16 @@ public:
bool IsVertical();
size_t GetToolsCount() const;
%property(Margins, GetMargins, SetMargins, doc="See `GetMargins` and `SetMargins`");
%property(MaxCols, GetMaxCols, doc="See `GetMaxCols`");
%property(MaxRows, GetMaxRows, doc="See `GetMaxRows`");
%property(ToolBitmapSize, GetToolBitmapSize, SetToolBitmapSize, doc="See `GetToolBitmapSize` and `SetToolBitmapSize`");
%property(ToolMargins, GetToolMargins, doc="See `GetToolMargins`");
%property(ToolPacking, GetToolPacking, SetToolPacking, doc="See `GetToolPacking` and `SetToolPacking`");
%property(ToolSeparation, GetToolSeparation, SetToolSeparation, doc="See `GetToolSeparation` and `SetToolSeparation`");
%property(ToolSize, GetToolSize, doc="See `GetToolSize`");
%property(ToolsCount, GetToolsCount, doc="See `GetToolsCount`");
};