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/Popover/class-popover/index.html

Class Popover.popover

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GNative.native_t
inherit Ocgtk_gtk__.GShortcut_manager.shortcut_manager_t
method on_activate_default : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_closed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_autohide : unit -> bool
method get_cascade_popdown : unit -> bool
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_has_arrow : unit -> bool
method get_mnemonics_visible : unit -> bool
method get_position : unit -> Ocgtk_gtk__.Gtk_enums.positiontype
method popdown : unit -> unit
method popup : unit -> unit
method present : unit -> unit
method set_autohide : bool -> unit
method set_cascade_popdown : bool -> 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_default_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_has_arrow : bool -> unit
method set_mnemonics_visible : bool -> unit
method set_offset : int -> int -> unit
method set_pointing_to : Ocgtk_gdk.Gdk.Rectangle.rectangle_t option -> unit
method set_position : Ocgtk_gtk__.Gtk_enums.positiontype -> unit
method as_popover : Ocgtk_gtk__.Popover.t