Builder.newFromResource

gtk.builder.Builder newFromResource(string resourcePath)

Builds the [GtkBuilder UI definition][BUILDER-UI] at resource_path.

If there is an error locating the resource or parsing the description, then the program will be aborted.

Parameters

resourcePatha #GResource resource path

Returns

a #GtkBuilder containing the described interface