added GetMargins()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -339,6 +339,9 @@ public:
|
||||
virtual int GetToolPacking() { return m_toolPacking; }
|
||||
virtual int GetToolSeparation() { return m_toolSeparation; }
|
||||
|
||||
// for compatibility
|
||||
wxSize GetMargins() const { return GetToolMargins(); }
|
||||
|
||||
// toolbar geometry
|
||||
// ----------------
|
||||
|
||||
|
Reference in New Issue
Block a user