]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix missing or broken interface items for Phoenix
authorRobin Dunn <robin@alldunn.com>
Sat, 29 Dec 2012 02:32:16 +0000 (02:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 29 Dec 2012 02:32:16 +0000 (02:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/sizer.h
interface/wx/tglbtn.h
interface/wx/xrc/xmlres.h

index 056c3fa13c62d6b0d408e70596b9b6a749de6a7d..8cc1117c74f16b59674ae301da5fd45dbc9af6fc 100644 (file)
@@ -1883,6 +1883,12 @@ public:
     */
     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).
index 06bea22a731326b54810ed00e31c9fda586c2d68..a5e7632a9d04df7d91e0524f4360a71ac05527a2 100644 (file)
@@ -7,6 +7,8 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
+wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
+
 /**
     @class wxToggleButton
 
index 8e60fcf7c5ced64ea485598d501f39216a3bb26c..2165111542621ba1701493bb5abd7154d14f50bd 100644 (file)
@@ -635,7 +635,7 @@ protected:
 
         @since 2.9.1
     */
-    wxImageList *GetImageList(const wxString& param = wxT("imagelist"));
+    wxImageList *GetImageList(const wxString& param = "imagelist");
 
     /**
         Gets the integer value from the parameter.