Class GEdit.entry
A single line text entry field @gtkdoc gtk GtkEntry
inherit editableinherit 'a GObj.objvar
method as_entry : Gtk.entry Gtk.objmethod connect : entry_signalsmethod event : GObj.event_opsmethod scroll_offset : intmethod text : stringmethod text_length : intmethod set_activates_default : bool -> unitmethod set_editable : bool -> unitmethod set_has_frame : bool -> unitmethod set_invisible_char : int -> unitmethod set_max_length : int -> unitmethod set_placeholder_text : string -> unitmethod set_text : string -> unitmethod set_visibility : bool -> unitmethod set_width_chars : int -> unitmethod set_xalign : float -> unitmethod activates_default : boolmethod editable : boolmethod has_frame : boolmethod invisible_char : intmethod max_length : intmethod placeholder_text : stringmethod visibility : boolmethod width_chars : intmethod xalign : floatmethod set_completion : entry_completion -> unitmethod get_completion : entry_completion optionmethod overwrite_mode : boolmethod set_overwrite_mode : bool -> unitmethod primary_icon_activatable : boolmethod primary_icon_sensitive : boolmethod set_primary_icon_activatable : bool -> unitmethod set_primary_icon_name : string -> unitempty string to delete
method set_primary_icon_pixbuf : GdkPixbuf.pixbuf -> unitempty string to delete
method set_primary_icon_sensitive : bool -> unitmethod set_primary_icon_stock : GtkStock.id -> unitmethod set_primary_icon_tooltip_markup : string -> unitmethod set_primary_icon_tooltip_text : string -> unitmethod secondary_icon_activatable : boolmethod secondary_icon_sensitive : boolmethod set_secondary_icon_activatable : bool -> unitmethod set_secondary_icon_name : string -> unitempty string to delete
method set_secondary_icon_pixbuf : GdkPixbuf.pixbuf -> unitempty string to delete
method set_secondary_icon_sensitive : bool -> unitmethod set_secondary_icon_stock : GtkStock.id -> unitmethod set_secondary_icon_tooltip_markup : string -> unitmethod set_secondary_icon_tooltip_text : string -> unit