package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Search_entry/class-search_entry/index.html

Class Search_entry.search_entry

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GEditable.editable_t
method on_activate : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_next_match : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_previous_match : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_search_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_search_started : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_input_hints : unit -> Ocgtk_gtk__.Gtk_enums.inputhints
method get_input_purpose : unit -> Ocgtk_gtk__.Gtk_enums.inputpurpose
method get_key_capture_widget : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_placeholder_text : unit -> string option
method get_search_delay : unit -> int
method set_input_hints : Ocgtk_gtk__.Gtk_enums.inputhints -> unit
method set_input_purpose : Ocgtk_gtk__.Gtk_enums.inputpurpose -> unit
method set_key_capture_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_placeholder_text : string option -> unit
method set_search_delay : int -> unit
method activates_default : bool
method set_activates_default : bool -> unit
method as_search_entry : Ocgtk_gtk__.Search_entry.t