Class: Gtk::Loader

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

Instance Method Summary collapse

Instance Method Details

#loadObject



19
20
21
22
# File 'lib/gtk4/loader.rb', line 19

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