]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
Document wxHelpSearchMode enum and its values.
[wxWidgets.git] / interface / wx / control.h
index fe1e60e371a70133be19d73a381d2c12a8612906..32fd306b6e78c2f67857debd01a50ff558713a1a 100644 (file)
@@ -112,7 +112,12 @@ public:
              const wxSize& size = wxDefaultSize, long style = 0,
              const wxValidator& validator = wxDefaultValidator,
              const wxString& name = wxControlNameStr);
-             
+
+    /**
+       Default constructor to allow 2-phase creation.
+    */
+    wxControl();
+    
     bool Create(wxWindow *parent, wxWindowID id,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize, long style = 0,