Builder.newFromResource
gtk.builder.Builder newFromResource(string resourcePath)Parses the UI definition at resource_path.
If there is an error locating the resource or parsing the description, then the program will be aborted.
Parameters
resourcePath | a gio.resource.Resource resource path |
Returns
a gtk.builder.Builder containing the described interface