Module GtkBuilder.Builder
include GtkBuilderProps.Builder
val cast : 'a Gobject.obj -> Gtk.builder Gobject.obj
module P = GtkBuilderProps.Builder.P
val create : Gtk.builder Gobject.param list -> Gtk.builder Gobject.obj
val add_from_file : [> `builder ] Gobject.obj -> string -> unit
val add_from_string : [> `builder ] Gobject.obj -> string -> unit
val add_objects_from_file : [> `builder ] Gobject.obj -> string -> string list -> unit
val add_objects_from_string : [> `builder ] Gobject.obj -> string -> string list -> unit
val get_object : [> `builder ] Gobject.obj -> string -> unit Gobject.obj
val make_params : cont:([> `builder ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?translation_domain:string -> 'b
val create : unit -> Gtk.builder Gtk.obj
val create_from_file : string -> Gtk.builder Gtk.obj
val create_from_string : string -> Gtk.builder Gtk.obj