]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
added inactive titlebar text colour
[wxWidgets.git] / include / wx / msw / tbar95.h
index c6952d346a1fa6bdcb5714722926104661d8b7f4..9bdf0109c5eb6c9cfb3064f0c619c6ab06aa455d 100644 (file)
@@ -99,9 +99,19 @@ protected:
     // the total number of toolbar elements
     size_t m_nButtons;
 
+    // the tool the cursor is in
+    wxToolBarToolBase *m_pInTool;
+
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)
+
+    static bool sm_coloursInit; // Have we initialized the colour table yet?
+    static long sm_stdColours[6]; // The RGB values of the standard 6 colours
+
+public:
+    void MapBitmap(WXHBITMAP bitmap, int width, int height);
+
 };
 
 #endif // wxUSE_TOOLBAR