package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P : sig ... end
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 -> 'c