Sha256: e4770c67b863dbc9255c55b8ab6aa4226e1f0704b30a4ffe57ce83bdd91b956d
Contents?: true
Size: 984 Bytes
Versions: 63
Compression:
Stored size: 984 Bytes
Contents
# Copyright (C) 2019 Ruby-GNOME Project Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Gtk class TreeModelSort if TreeModel.method_defined?(:sort_new_with_model) class << self def new(model) model.sort_new_with_model end end end end end
Version data entries
63 entries across 63 versions & 2 rubygems
Version | Path |
---|---|
gtk3-3.4.1 | lib/gtk3/tree-model-sort.rb |
gtk3-3.4.0 | lib/gtk3/tree-model-sort.rb |
gtk3-3.3.9 | lib/gtk3/tree-model-sort.rb |