]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/tbarsmpl.h
revert return type changes for gdi object pointers
[wxWidgets.git] / contrib / include / wx / deprecated / tbarsmpl.h
index 67fa1871e19bcfeaf33ba92b9a94f5bdefefb3d7..76acc6ba65fdffe9491ef94a42f3486a3c27d95f 100644 (file)
 #ifndef _WX_TBARSMPLH__
 #define _WX_TBARSMPLH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "tbarsmpl.h"
-#endif
-
 #include "wx/tbarbase.h"
 
 #include "wx/deprecated/setup.h"
@@ -118,8 +114,8 @@ protected:
                                    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);