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/App_chooser_widget/class-app_chooser_widget/index.html

Class App_chooser_widget.app_chooser_widget

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GApp_chooser.app_chooser_t
method on_application_activated : ?after:bool -> callback:(application:Ocgtk_gio.Gio.App_info.app_info_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_application_selected : ?after:bool -> callback:(application:Ocgtk_gio.Gio.App_info.app_info_t -> unit) -> unit -> Gobject.Signal.handler_id
method get_default_text : unit -> string option
method get_show_all : unit -> bool
method get_show_default : unit -> bool
method get_show_fallback : unit -> bool
method get_show_other : unit -> bool
method set_default_text : string -> unit
method set_show_all : bool -> unit
method set_show_default : bool -> unit
method set_show_fallback : bool -> unit
method set_show_other : bool -> unit
method as_app_chooser_widget : Ocgtk_gtk__.App_chooser_widget.t