Module GtkBuilder.Builder
include GtkBuilderProps.Builder
val cast : 'a Gobject.obj -> Gtk.builder Gobject.obj
module P = GtkBuilderProps.Builder.Pval create : Gtk.builder Gobject.param list -> Gtk.builder Gobject.obj
val add_from_file : [> `builder ] Gobject.obj -> string -> unitval add_from_string : [> `builder ] Gobject.obj -> string -> unitval add_objects_from_file : [> `builder ] Gobject.obj -> string -> string list -> unitval add_objects_from_string : [> `builder ] Gobject.obj -> string -> string list -> unitval 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.objval create_from_file : string -> Gtk.builder Gtk.objval create_from_string : string -> Gtk.builder Gtk.obj