]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
Store property name and value in wxPropertyGridEvent, keep track of live event instan...
[wxWidgets.git] / include / wx / gtk / dataview.h
index d197acaf3629d9ce793832d532e57247752a56c8..486da22cdc6dfbbd949fc43051c9dc775945942a 100644 (file)
@@ -226,7 +226,7 @@ public:
     virtual bool Render( wxRect cell, wxDC *dc, int state );
     virtual wxSize GetSize() const;
 
     virtual bool Render( wxRect cell, wxDC *dc, int state );
     virtual wxSize GetSize() const;
 
-    virtual bool HasEditorCtrl() { return true; }
+    virtual bool HasEditorCtrl() const { return true; }
     virtual wxControl* CreateEditorCtrl( wxWindow *parent, wxRect labelRect, const wxVariant &value );
     virtual bool GetValueFromEditorCtrl( wxControl* editor, wxVariant &value );
 
     virtual wxControl* CreateEditorCtrl( wxWindow *parent, wxRect labelRect, const wxVariant &value );
     virtual bool GetValueFromEditorCtrl( wxControl* editor, wxVariant &value );
 
@@ -447,6 +447,8 @@ protected:
     virtual void DoSetExpanderColumn();
     virtual void DoSetIndent();
 
     virtual void DoSetExpanderColumn();
     virtual void DoSetIndent();
 
+    virtual void DoApplyWidgetStyle(GtkRcStyle *style);
+
 private:
     friend class wxDataViewCtrlDCImpl;
     friend class wxDataViewColumn;
 private:
     friend class wxDataViewCtrlDCImpl;
     friend class wxDataViewColumn;