How to disable sorting on Gtk::TreeView control?
Thanks
How to disable sorting on Gtk::TreeView control?
Thanks
Dejan Stevanovic wrote:
How to disable sorting on Gtk::TreeView control?
Sorting is done by the column widget. See here:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ATreeViewColumn#sort_column_id
If you assign a sort_column_id >= 0 it is automatically assumed that
sorting is enabled.
So uncomment sort_column_id or set it to -1
Thanks
On Mon, Mar 3, 2008 at 1:58 AM, Joachim G. <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs