]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
added WX_ASSERT_MESSAGE macro to simply using CPPUNIT_ASSERT_MESSAGE with wxString...
[wxWidgets.git] / include / wx / gtk / dataview.h
index 293ff6e141c08bb79160fd4985b975f69c5314e0..d20ee24a770c1814b1eacfc8b1b1b95c1024381d 100644 (file)
@@ -301,6 +301,7 @@ public:
     virtual void SetMinWidth( int minWidth );
     virtual void SetWidth( int width );
 
+    virtual void SetReorderable( bool reorderable );
 
     // getters:
 
@@ -314,6 +315,8 @@ public:
 
     virtual int GetWidth() const;
     virtual int GetMinWidth() const;
+    
+    virtual bool IsReorderable() const;
 
     // implementation
     GtkWidget* GetGtkHandle() { return m_column; }