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:
Julian Smart
2002-12-14 09:29:02 +00:00
parent a3671ac092
commit b657b4c986

View File

@@ -323,6 +323,9 @@ public:
int GetOrientation()
{ return m_orient; }
void SetOrientation(int orient)
{ m_orient = orient; }
protected:
int m_orient;
int m_stretchable;