X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a23fd0e1d1329a4a258b4defb3e0b0001b700c6e..bcd2b961ff2545f4daf8ca7150b660a23cb0c8f7:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index 97ff12eafb..48f37f7e08 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -44,7 +44,7 @@ class WXDLLEXPORT wxToolBarTool: public wxObject int theIndex = 0, const wxBitmap& bitmap1 = wxNullBitmap, const wxBitmap& bitmap2 = wxNullBitmap, bool toggle = FALSE, wxObject *clientData = (wxObject *) NULL, const wxString& shortHelpString = "", const wxString& longHelpString = "", - GtkWidget *item = (GtkWidget *) NULL ); + GtkWidget *pixmap = (GtkWidget *) NULL ); #else wxToolBarTool(int theIndex, const wxBitmap& bitmap1 = wxNullBitmap, const wxBitmap& bitmap2 = wxNullBitmap, bool toggle = FALSE, long xPos = -1, long yPos = -1, @@ -75,6 +75,7 @@ public: #ifdef __WXGTK__ wxToolBar *m_owner; GtkWidget *m_item; + GtkWidget *m_pixmap; #endif };