Fix missing or broken interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-12-29 02:32:16 +00:00
parent bb3a9c6dee
commit dec0a353ff
3 changed files with 9 additions and 1 deletions

View File

@@ -1883,6 +1883,12 @@ public:
*/ */
int GetOrientation() const; int GetOrientation() const;
/**
Sets the orientation of the box sizer, either wxVERTICAL
or wxHORIZONTAL.
*/
void SetOrientation(int orient);
/** /**
Implements the calculation of a box sizer's dimensions and then sets Implements the calculation of a box sizer's dimensions and then sets
the size of its children (calling wxWindow::SetSize if the child is a window). the size of its children (calling wxWindow::SetSize if the child is a window).

View File

@@ -7,6 +7,8 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
/** /**
@class wxToggleButton @class wxToggleButton

View File

@@ -635,7 +635,7 @@ protected:
@since 2.9.1 @since 2.9.1
*/ */
wxImageList *GetImageList(const wxString& param = wxT("imagelist")); wxImageList *GetImageList(const wxString& param = "imagelist");
/** /**
Gets the integer value from the parameter. Gets the integer value from the parameter.