]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/statline.h
fixed Context_Current spelling
[wxWidgets.git] / include / wx / os2 / statline.h
index 3b2ff75484fc1b81eb22896010379e216885ea11..b092a34409a5024ecd710140e98940d6b0556991 100644 (file)
@@ -26,7 +26,7 @@ public:
     // constructors and pseudo-constructors
     wxStaticLine() { }
     wxStaticLine( wxWindow*       pParent
-                 ,wxWindowID      vId
+                 ,wxWindowID      vId = wxID_ANY
                  ,const wxPoint&  rPos = wxDefaultPosition
                  ,const wxSize&   rSize = wxDefaultSize
                  ,long            lStyle = wxLI_HORIZONTAL
@@ -37,7 +37,7 @@ public:
     }
 
     bool Create(  wxWindow*       pParent
-                 ,wxWindowID      vId
+                 ,wxWindowID      vId = wxID_ANY
                  ,const wxPoint&  rPos = wxDefaultPosition
                  ,const wxSize&   rSize = wxDefaultSize
                  ,long            lStyle = wxLI_HORIZONTAL