package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkMiscProps.LabelSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval get_text : [> `label ] Gtk.obj -> string
Sourceval set_text : [> `label ] Gtk.obj -> string -> unit
Sourceval select_region : [> `label ] Gtk.obj -> int -> int -> unit
Sourceval get_selection_bounds : [> `label ] Gtk.obj -> (int * int) option
Sourceval get_layout : [> `label ] Gtk.obj -> Pango.layout
Sourceval make_params : cont:([> `label ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?label:string -> ?use_markup:bool -> ?use_underline:bool -> ?mnemonic_widget:Gtk.widget Gtk.obj -> ?justify:GtkEnums.justification -> ?line_wrap:bool -> ?pattern:string -> ?selectable:bool -> ?ellipsize:PangoEnums.ellipsize_mode -> 'b
OCaml

Innovation. Community. Security.