]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
headers are now installed by automake too
[wxWidgets.git] / include / wx / generic / statusbr.h
index d6a6909b0f90e89a27c7dc1d496c6b70e25d6f7a..0c858300287fc764c4793b4f6f7d45ddea17af2d 100644 (file)
 #endif
 
 #include "wx/window.h"
+#include "wx/pen.h"
+#include "wx/font.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxPanelNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 class WXDLLEXPORT wxStatusBar: public wxWindow
 {
@@ -58,7 +60,7 @@ public:
   virtual void DrawField(wxDC& dc, int i);
 
   // Get the position and size of the field's internal bounding rectangle
-  virtual bool GetFieldRect(int i, wxRectangle& rect) const;
+  virtual bool GetFieldRect(int i, wxRect& rect) const;
 
   inline int GetBorderX() const { return m_borderX; }
   inline int GetBorderY() const { return m_borderY; }