]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
added missing #include "wx/buffer.h"
[wxWidgets.git] / include / wx / gtk / dataview.h
index cb4043722ceb643ae69ed71c45d32f1c3a13e71e..9677f1c24e34d748b062839f6379e24d4fd31751 100644 (file)
@@ -317,6 +317,9 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
     
+    GtkWidget *GtkGetTreeView() { return m_treeview; }
+    wxWindow *GetMainWindow() { return (wxWindow*) this; }
+    
 private:
     friend class wxDataViewCtrlDC;
     friend class wxDataViewColumn;