package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `entry ] Gobject.obj
method set_text : entry_props -> string -> unit
method set_visibility : 'a -> bool -> unit
method set_max_length : 'a -> int -> unit
method set_activates_default : 'a -> bool -> unit
method set_has_frame : 'a -> bool -> unit
method set_invisible_char : 'a -> int -> unit
method set_width_chars : 'a -> int -> unit
method set_xalign : 'a -> float -> unit
method set_overwrite_mode : 'a -> bool -> unit
method set_primary_icon_activatable : 'a -> bool -> unit
method set_primary_icon_pixbuf : 'a -> GdkPixbuf.pixbuf -> unit
method set_primary_icon_sensitive : 'a -> bool -> unit
method set_primary_icon_stock : 'a -> GtkStock.id -> unit
method set_primary_icon_tooltip_markup : 'a -> string -> unit
method set_primary_icon_tooltip_text : 'a -> string -> unit
method set_secondary_icon_activatable : 'a -> bool -> unit
method set_secondary_icon_pixbuf : 'a -> GdkPixbuf.pixbuf -> unit
method set_secondary_icon_sensitive : 'a -> bool -> unit
method set_secondary_icon_stock : 'a -> GtkStock.id -> unit
method set_secondary_icon_tooltip_markup : 'a -> string -> unit
method set_secondary_icon_tooltip_text : 'a -> string -> unit
method set_placeholder_text : 'a -> string -> unit
method text : 'a -> string
method text_length : 'a -> int
method visibility : 'a -> bool
method max_length : 'a -> int
method activates_default : 'a -> bool
method has_frame : 'a -> bool
method invisible_char : 'a -> int
method scroll_offset : 'a -> int
method width_chars : 'a -> int
method xalign : 'a -> float
method overwrite_mode : 'a -> bool
method primary_icon_activatable : 'a -> bool
method primary_icon_sensitive : 'a -> bool
method secondary_icon_activatable : 'a -> bool
method secondary_icon_sensitive : 'a -> bool
method placeholder_text : 'a -> string