Class: Gtk::TreePath
- Inherits:
-
Object
- Object
- Gtk::TreePath
- Defined in:
- lib/gir_ffi-gtk/tree_path.rb
Overview
Overrides for GtkTreePath
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.new_from_indices(*args) ⇒ Object
15 16 17 18 19 |
# File 'lib/gir_ffi-gtk/tree_path.rb', line 15 def self.new_from_indices(*args) obj = allocate obj.send :initialize_from_indices, *args obj end |