]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/tbarsmpl.h
Tweaks to install guide
[wxWidgets.git] / contrib / include / wx / deprecated / tbarsmpl.h
index 4e54cf25c0f528c8099cc0c5d31d6f285eb5277c..97bc158f0f39100b15566212cb051894142228cc 100644 (file)
@@ -25,7 +25,7 @@
 class WXDLLEXPORT wxMemoryDC;
 
 // ----------------------------------------------------------------------------
 class WXDLLEXPORT wxMemoryDC;
 
 // ----------------------------------------------------------------------------
-// wxToolBarSimple is a generic toolbar implementation in pure wxWindows
+// wxToolBarSimple is a generic toolbar implementation in pure wxWidgets
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_DEPRECATED wxToolBarSimple : public wxToolBarBase
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_DEPRECATED wxToolBarSimple : public wxToolBarBase
@@ -118,8 +118,8 @@ protected:
                                    const wxString& shortHelp = wxEmptyString,
                                    const wxString& longHelp = wxEmptyString,
                                    wxObject *clientData = NULL,
                                    const wxString& shortHelp = wxEmptyString,
                                    const wxString& longHelp = wxEmptyString,
                                    wxObject *clientData = NULL,
-                                   wxCoord xPos = -1,
-                                   wxCoord yPos = -1
+                                   wxCoord xPos = wxDefaultCoord,
+                                   wxCoord yPos = wxDefaultCoord
                                );
 
     virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
                                );
 
     virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);