]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
add wxUSE_BASE64 checks around DoRead/WriteBinary() functions
[wxWidgets.git] / include / wx / gtk / dataview.h
index c9e544bb912d0f7381e1054e6af330b2a8ab302c..fbaee71e48d69828cc2f0a8fae9255ed8e5c619a 100644 (file)
@@ -304,6 +304,9 @@ public:
 
     virtual bool AssociateModel( wxDataViewModel *model );
     virtual bool AppendColumn( wxDataViewColumn *col );
+
+    virtual wxDataViewItem GetSelection();
+
     
     // selection code
 
@@ -312,13 +315,18 @@ public:
     
     GtkWidget *GtkGetTreeView() { return m_treeview; }
     wxWindow *GetMainWindow() { return (wxWindow*) this; }
-    
+
+protected:
+    virtual void DoSetExpanderColumn();
+    virtual void DoSetIndent();
+
 private:
     friend class wxDataViewCtrlDC;
     friend class wxDataViewColumn;
     friend class wxGtkDataViewModelNotifier;
     GtkWidget               *m_treeview;
     wxDataViewModelNotifier *m_notifier;
+
     
     virtual void OnInternalIdle();