git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73300
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
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
the size of its children (calling wxWindow::SetSize if the child is a window).
/////////////////////////////////////////////////////////////////////////////
+wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
+
/**
@class wxToggleButton
@since 2.9.1
*/
- wxImageList *GetImageList(const wxString& param = wxT("imagelist"));
+ wxImageList *GetImageList(const wxString& param = "imagelist");
/**
Gets the integer value from the parameter.