class Gtk::TreePath

Public Class Methods

new(pointer) click to toggle source
# File lib/gtk/tree_path.rb, line 8
def initialize(pointer)
  @native = pointer
end

Public Instance Methods

get_indices() click to toggle source
# File lib/gtk/tree_path.rb, line 11
def get_indices
  ret = Lib.gtk_tree_path_get_indices(native)
  ret.get_array_of_int(0,depth)
end