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:
@@ -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).
|
||||||
|
@@ -7,6 +7,8 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxToggleButton
|
@class wxToggleButton
|
||||||
|
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user