]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/tbarsmpl.h
wxPalette unified. Source cleaning.
[wxWidgets.git] / contrib / include / wx / deprecated / tbarsmpl.h
index 4e54cf25c0f528c8099cc0c5d31d6f285eb5277c..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"
@@ -25,7 +21,7 @@
 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
@@ -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);