([> Gtk.entry ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method activates_default : bool
  method app_paintable : bool
  method as_entry : Gtk.entry Gtk.obj
  method as_widget : Gtk.widget Gtk.obj
  method can_default : bool
  method can_focus : bool
  method coerce : GObj.widget
  method composite_child : bool
  method connect : GEdit.entry_signals
  method copy_clipboard : unit -> unit
  method cut_clipboard : unit -> unit
  method delete_selection : unit -> unit
  method delete_text : start:int -> stop:int -> unit
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method editable : bool
  method event : GObj.event_ops
  method events : GdkEnums.event_mask list
  method expand : bool
  method focus_on_click : bool
  method get_chars : start:int -> stop:int -> string
  method get_completion : GEdit.entry_completion option
  method get_oid : int
  method halign : GtkEnums.align
  method has_default : bool
  method has_focus : bool
  method has_frame : bool
  method has_tooltip : bool
  method height_request : int
  method hexpand : bool
  method hexpand_set : bool
  method insert_text : string -> pos:int -> int
  method invisible_char : int
  method is_focus : bool
  method margin : int
  method margin_bottom : int
  method margin_end : int
  method margin_left : int
  method margin_right : int
  method margin_start : int
  method margin_top : int
  method max_length : int
  method misc : GObj.misc_ops
  method name : string
  method no_show_all : bool
  method opacity : float
  method overwrite_mode : bool
  method parent : Gtk.container Gtk.obj option
  method paste_clipboard : unit -> unit
  method placeholder_text : string
  method position : int
  method primary_icon_activatable : bool
  method primary_icon_sensitive : bool
  method receives_default : bool
  method scale_factor : int
  method scroll_offset : int
  method secondary_icon_activatable : bool
  method secondary_icon_sensitive : bool
  method select_region : start:int -> stop:int -> unit
  method selection : (int * int) option
  method sensitive : bool
  method set_activates_default : bool -> unit
  method set_app_paintable : bool -> unit
  method set_can_default : bool -> unit
  method set_can_focus : bool -> unit
  method set_completion : GEdit.entry_completion -> unit
  method set_editable : bool -> unit
  method set_events : GdkEnums.event_mask list -> unit
  method set_expand : bool -> unit
  method set_focus_on_click : bool -> unit
  method set_halign : GtkEnums.align -> unit
  method set_has_default : bool -> unit
  method set_has_focus : bool -> unit
  method set_has_frame : bool -> unit
  method set_has_tooltip : bool -> unit
  method set_height_request : int -> unit
  method set_hexpand : bool -> unit
  method set_hexpand_set : bool -> unit
  method set_invisible_char : int -> unit
  method set_is_focus : bool -> unit
  method set_margin : int -> unit
  method set_margin_bottom : int -> unit
  method set_margin_end : int -> unit
  method set_margin_left : int -> unit
  method set_margin_right : int -> unit
  method set_margin_start : int -> unit
  method set_margin_top : int -> unit
  method set_max_length : int -> unit
  method set_name : string -> unit
  method set_no_show_all : bool -> unit
  method set_opacity : float -> unit
  method set_overwrite_mode : bool -> unit
  method set_parent : Gtk.container Gtk.obj option -> unit
  method set_placeholder_text : string -> unit
  method set_position : int -> unit
  method set_primary_icon_activatable : bool -> unit
  method set_primary_icon_name : string -> unit
  method set_primary_icon_pixbuf : GdkPixbuf.pixbuf -> unit
  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 set_receives_default : bool -> unit
  method set_secondary_icon_activatable : bool -> unit
  method set_secondary_icon_name : string -> unit
  method set_secondary_icon_pixbuf : GdkPixbuf.pixbuf -> unit
  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
  method set_sensitive : bool -> unit
  method set_style : Gtk.style -> unit
  method set_text : string -> unit
  method set_tooltip_markup : string -> unit
  method set_tooltip_text : string -> unit
  method set_valign : GtkEnums.align -> unit
  method set_vexpand : bool -> unit
  method set_vexpand_set : bool -> unit
  method set_visibility : bool -> unit
  method set_visible : bool -> unit
  method set_width_chars : int -> unit
  method set_width_request : int -> unit
  method set_xalign : float -> unit
  method style : Gtk.style
  method text : string
  method text_length : int
  method tooltip_markup : string
  method tooltip_text : string
  method valign : GtkEnums.align
  method vexpand : bool
  method vexpand_set : bool
  method visibility : bool
  method visible : bool
  method width_chars : int
  method width_request : int
  method xalign : float
end