Class: Gtk::Loader

Inherits:
GObjectIntrospection::Loader
  • Object
show all
Defined in:
lib/gtk4/loader.rb

Instance Method Summary collapse

Instance Method Details

#loadObject



21
22
23
24
# File 'lib/gtk4/loader.rb', line 21

def load
  self.version = "4.0"
  super("Gtk")
end