Builder.newFromResource
gtk.builder.Builder newFromResource(string resourcePath)Builds the GtkBuilder 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 #GResource resource path |
Returns
a #GtkBuilder containing the described interface