Applied patch [ 689188 ] adds wxToolBar::GetToolPos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -199,9 +199,7 @@ enum wxStockCursor
|
||||
class WXDLLEXPORT wxSize
|
||||
{
|
||||
public:
|
||||
// members are public for compatibility (don't use them directly,
|
||||
// especially that there names were chosen very unfortunately - they should
|
||||
// have been called width and height)
|
||||
// members are public for compatibility, don't use them directly.
|
||||
int x, y;
|
||||
|
||||
// constructors
|
||||
|
@@ -370,6 +370,9 @@ public:
|
||||
virtual wxObject *GetToolClientData(int toolid) const;
|
||||
virtual void SetToolClientData(int toolid, wxObject *clientData);
|
||||
|
||||
// returns tool pos, or wxNOT_FOUND if tool isn't found
|
||||
virtual int GetToolPos(int id) const;
|
||||
|
||||
// return TRUE if the tool is toggled
|
||||
virtual bool GetToolState(int toolid) const;
|
||||
|
||||
|
Reference in New Issue
Block a user