Builder.this

Builds the [GtkBuilder UI definition][BUILDER-UI] 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, bool ownedRef)
  2. this()
  3. this(string filename)
    class Builder
    this
    (
    string filename
    )

Parameters

filename string

filename of user interface description file

Return Value

a gtk.Builder containing the described interface

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

3.10