Added missing SetOrientation accessor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -323,6 +323,9 @@ public:
|
||||
int GetOrientation()
|
||||
{ return m_orient; }
|
||||
|
||||
void SetOrientation(int orient)
|
||||
{ m_orient = orient; }
|
||||
|
||||
protected:
|
||||
int m_orient;
|
||||
int m_stretchable;
|
||||
|
Reference in New Issue
Block a user