class Gtk::Widget

Public Instance Methods

get_style_context() click to toggle source
# File lib/gtk.rb, line 175
def get_style_context
  Gtk::StyleContext.new(Lib.gtk_widget_get_style_context(native))
end