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/Combo_box/class-combo_box/index.html

Class Combo_box.combo_box

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GCell_editable.cell_editable_t
inherit Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_layout_t
method on_activate : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_format_entry_text : ?after:bool -> callback:(path:string -> string) -> unit -> Gobject.Signal.handler_id
method on_move_active : ?after:bool -> callback:(scroll_type:Ocgtk_gtk__.Gtk_enums.scrolltype -> unit) -> unit -> Gobject.Signal.handler_id
method on_popdown : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_popup : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_active : unit -> int
method get_active_id : unit -> string option
method get_button_sensitivity : unit -> Ocgtk_gtk__.Gtk_enums.sensitivitytype
method get_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_entry_text_column : unit -> int
method get_has_entry : unit -> bool
method get_id_column : unit -> int
method get_model : unit -> Ocgtk_gtk__.GTree_model.tree_model_t option
method get_popup_fixed_width : unit -> bool
method popdown : unit -> unit
method popup : unit -> unit
method popup_for_device : Ocgtk_gdk.Gdk.Device.device_t -> unit
method set_active : int -> unit
method set_active_id : string option -> bool
method set_active_iter : Ocgtk_gtk__.Tree_iter.t option -> unit
method set_button_sensitivity : Ocgtk_gtk__.Gtk_enums.sensitivitytype -> unit
method set_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_entry_text_column : int -> unit
method set_id_column : int -> unit
method set_model : Ocgtk_gtk__.GTree_model.tree_model_t option -> unit
method set_popup_fixed_width : bool -> unit
method has_frame : bool
method set_has_frame : bool -> unit
method popup_shown : bool
method as_combo_box : Ocgtk_gtk__.Combo_box.t