]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
wxDataViewCtrl now with editable text and multiple
[wxWidgets.git] / include / wx / gtk / dataview.h
index b7841cf6d7670837d9660239e28716dfc4a659ad..e1e1fab2cc6a1d565570bf67a1701cbfce68e305 100644 (file)
@@ -52,6 +52,7 @@ public:
                         wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT );
 
     bool SetValue( const wxVariant &value );
+    bool GetValue( wxVariant &value );
     
 protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewTextCell)