package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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