]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even...
[wxWidgets.git] / include / wx / gtk / dataview.h
index 52f89899c400e3f5e224614352c6651604e556a2..244ca45410bdfc653ca91ed30c8268771b138e74 100644 (file)
@@ -325,6 +325,10 @@ private:
     // holds the GTK handle
     GtkWidget   *m_column;
     
+    // holds GTK handles for title/bitmap in the header
+    GtkWidget   *m_image;
+    GtkWidget   *m_label;
+    
     // delayed connection to mouse events
     friend class wxDataViewCtrl;
     void OnInternalIdle();