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

resourcePatha [gio.resource.Resource] resource path

Returns

a [gtk.builder.Builder] containing the described interface