Builder.this

Builds the GtkBuilder 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.

  1. this(GtkBuilder* gtkBuilder)
  2. this()
  3. this(string filename)
    class Builder
    this
    (
    string filename
    )

Parameters

filename string

filename of user interface description file

Throws

ConstructionException GTK+ fails to create the object.

Meta