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_text/class-combo_box_text/index.html

Class Combo_box_text.combo_box_text

inherit Ocgtk_gtk__.GCombo_box.combo_box_t
method append : string option -> string -> unit
method append_text : string -> unit
method get_active_text : unit -> string option
method insert : int -> string option -> string -> unit
method insert_text : int -> string -> unit
method prepend : string option -> string -> unit
method prepend_text : string -> unit
method remove : int -> unit
method remove_all : unit -> unit
method as_combo_box_text : Ocgtk_gtk__.Combo_box_text.t