newFromFile

fun newFromFile(filename: String): Builder

Parses the UI definition in the file @filename.

If there is an error opening the file or parsing the description then the program will be aborted. You should only ever attempt to parse user interface descriptions that are shipped as part of your program.

Return

a GtkBuilder containing the described interface

Parameters

filename

filename of user interface description file