Builder.from_resource


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.10" ) ]
public Builder.from_resource (string resource_path)

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:

resource_path

a Resource resource path

Returns:

a Builder containing the described interface