Method: Gtk::Builder#add_objects_from_string
- Defined in:
- lib/gtk3/builder.rb
#add_objects_from_string(string, object_ids) ⇒ Object
90 91 92 |
# File 'lib/gtk3/builder.rb', line 90 def add_objects_from_string(string, object_ids) add_objects_from_string_raw(string, string.bytesize, object_ids) end |