package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GEdit/class-entry/index.html

Class GEdit.entrySource

A single line text entry field @gtkdoc gtk GtkEntry

inherit editable
inherit 'a GObj.objvar
method as_entry : Gtk.entry Gtk.obj
method connect : entry_signals
method event : GObj.event_ops
method scroll_offset : int
method text : string
method text_length : int
method set_activates_default : bool -> unit
method set_editable : bool -> unit
method set_has_frame : bool -> unit
method set_invisible_char : int -> unit
method set_max_length : int -> unit
method set_placeholder_text : string -> unit
method set_text : string -> unit
method set_visibility : bool -> unit
method set_width_chars : int -> unit
method set_xalign : float -> unit
method activates_default : bool
method editable : bool
method has_frame : bool
method invisible_char : int
method max_length : int
method placeholder_text : string
method visibility : bool
method width_chars : int
method xalign : float
method set_completion : entry_completion -> unit
method get_completion : entry_completion option
method overwrite_mode : bool
method set_overwrite_mode : bool -> unit
method primary_icon_activatable : bool
method primary_icon_sensitive : bool
method set_primary_icon_activatable : bool -> unit
method set_primary_icon_name : string -> unit

empty string to delete

method set_primary_icon_pixbuf : GdkPixbuf.pixbuf -> unit

empty string to delete

method set_primary_icon_sensitive : bool -> unit
method set_primary_icon_stock : GtkStock.id -> unit
method set_primary_icon_tooltip_markup : string -> unit
method set_primary_icon_tooltip_text : string -> unit
method secondary_icon_activatable : bool
method secondary_icon_sensitive : bool
method set_secondary_icon_activatable : bool -> unit
method set_secondary_icon_name : string -> unit

empty string to delete

method set_secondary_icon_pixbuf : GdkPixbuf.pixbuf -> unit

empty string to delete

method set_secondary_icon_sensitive : bool -> unit
method set_secondary_icon_stock : GtkStock.id -> unit
method set_secondary_icon_tooltip_markup : string -> unit
method set_secondary_icon_tooltip_text : string -> unit