Class: Gtk::Widget

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

Instance Attribute Summary

Attributes inherited from GObject

#native, #type

Instance Method Summary collapse

Methods inherited from GObject

#initialize, #method_missing, #signal_connect, type_register, #unref

Constructor Details

This class inherits a constructor from Gtk::GObject

Dynamic Method Handling

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

Instance Method Details

#get_style_contextObject



175
176
177
# File 'lib/gtk.rb', line 175

def get_style_context
  Gtk::StyleContext.new(Lib.gtk_widget_get_style_context(native))
end