Class: Gtk::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- Gtk::Loader
- Defined in:
- lib/gtk4/loader.rb
Instance Method Summary collapse
Instance Method Details
#load ⇒ Object
21 22 23 24 |
# File 'lib/gtk4/loader.rb', line 21 def load self.version = "4.0" super("Gtk") end |