]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
* Some more CopyObject()
[wxWidgets.git] / include / wx / msw / tbar95.h
index 78ef1e5ff8ae5aba88d1b5cb8a1ab4a626fe86fb..17c0d2c5b7b775f0adedd74aaf39b0ad0a4b79af 100644 (file)
@@ -19,7 +19,7 @@
 #if wxUSE_BUTTONBAR && wxUSE_TOOLBAR
 #include "wx/tbarbase.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxToolBarNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr;
 
 class WXDLLEXPORT wxToolBar95: public wxToolBarBase
 {
@@ -70,14 +70,13 @@ class WXDLLEXPORT wxToolBar95: public wxToolBarBase
   wxSize GetMaxSize(void) const;
 
   void GetSize(int *w, int *y) const;
-  wxSize GetSize() const { return wxWindow::GetSize(); }
 
   virtual bool GetToolState(int toolIndex) const;
 
   // Add all the buttons: required for Win95.
   virtual bool CreateTools(void);
   virtual void SetRows(int nRows);
-  virtual void Layout(void) {}
+  virtual void LayoutButtons(void) {}
 
   // The post-tool-addition call
   bool Realize() { return CreateTools(); };