Class: Gtk::TreeSelection

Inherits:
GObject
  • Object
show all
Defined in:
lib/gtk/tree_selection.rb

Instance Attribute Summary

Attributes inherited from GObject

#native, #type

Instance Method Summary collapse

Methods inherited from GObject

#method_missing, #signal_connect, type_register, #unref

Constructor Details

#initialize(pointer) ⇒ TreeSelection

Returns a new instance of TreeSelection.



7
8
9
# File 'lib/gtk/tree_selection.rb', line 7

def initialize(pointer)
  @native = pointer
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gtk::GObject