package lablgtk3

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

Module GtkEditProps.EntryCompletionSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval create : [ `celllayout | `entrycompletion ] Gobject.param list -> Gtk.entry_completion
Sourceval get_entry : [> `entrycompletion ] Gtk.obj -> Gtk.entry Gtk.obj option
Sourceval complete : [> `entrycompletion ] Gtk.obj -> unit
Sourceval insert_action_text : [> `entrycompletion ] Gtk.obj -> int -> string -> unit
Sourceval insert_action_markup : [> `entrycompletion ] Gtk.obj -> int -> string -> unit
Sourceval delete_action : [> `entrycompletion ] Gtk.obj -> int -> unit
Sourceval set_text_column : [> `entrycompletion ] Gtk.obj -> int -> unit
Sourceval set_match_func : [> `entrycompletion ] Gtk.obj -> (string -> Gtk.tree_iter -> bool) -> unit
Sourceval make_params : cont:([> `entrycompletion ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?minimum_key_length:int -> ?model:Gtk.tree_model -> 'b
OCaml

Innovation. Community. Security.