package ocgtk

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

Class Entry_completion.entry_completion

inherit Ocgtk_gtk__.GBuildable.buildable_t
inherit Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_layout_t
method on_insert_prefix : ?after:bool -> callback:(prefix:string -> bool) -> unit -> Gobject.Signal.handler_id
method on_no_matches : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method complete : unit -> unit
method compute_prefix : string -> string option
method get_completion_prefix : unit -> string option
method get_entry : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method get_inline_completion : unit -> bool
method get_inline_selection : unit -> bool
method get_minimum_key_length : unit -> int
method get_model : unit -> Ocgtk_gtk__.GTree_model.tree_model_t option
method get_popup_completion : unit -> bool
method get_popup_set_width : unit -> bool
method get_popup_single_match : unit -> bool
method get_text_column : unit -> int
method insert_prefix : unit -> unit
method set_inline_completion : bool -> unit
method set_inline_selection : bool -> unit
method set_minimum_key_length : int -> unit
method set_model : Ocgtk_gtk__.GTree_model.tree_model_t option -> unit
method set_popup_completion : bool -> unit
method set_popup_set_width : bool -> unit
method set_popup_single_match : bool -> unit
method set_text_column : int -> unit
method cell_area : Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_area_t
method as_entry_completion : Ocgtk_gtk__.Entry_completion.t