package ocgtk

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

Class Display.display

method on_closed : ?after:bool -> callback:(is_error:bool -> unit) -> unit -> Gobject.Signal.handler_id
method on_opened : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_seat_added : ?after:bool -> callback:(seat:Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.seat_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_seat_removed : ?after:bool -> callback:(seat:Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.seat_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_setting_changed : ?after:bool -> callback:(setting:string -> unit) -> unit -> Gobject.Signal.handler_id
method beep : unit -> unit
method close : unit -> unit
method create_gl_context : unit -> (Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.gl_context_t, GError.t) result
method device_is_grabbed : Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.device_t -> bool
method flush : unit -> unit
method get_app_launch_context : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.app_launch_context_t
method get_clipboard : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.clipboard_t
method get_default_seat : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.seat_t option
method get_dmabuf_formats : unit -> Ocgtk_gdk__.Dmabuf_formats.t
method get_monitor_at_surface : Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.surface_t -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.monitor_t option
method get_monitors : unit -> Ocgtk_gio.Gio.List_model.list_model_t
method get_name : unit -> string
method get_primary_clipboard : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.clipboard_t
method get_setting : string -> Gobject.Value.t -> bool
method get_startup_notification_id : unit -> string option
method is_closed : unit -> bool
method is_composited : unit -> bool
method is_rgba : unit -> bool
method list_seats : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.seat_t list
method notify_startup_complete : string -> unit
method prepare_gl : unit -> (bool, GError.t) result
method put_event : Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.event_t -> unit
method supports_input_shapes : unit -> bool
method supports_shadow_width : unit -> bool
method sync : unit -> unit
method composited : bool
method input_shapes : bool
method rgba : bool
method shadow_width : bool
method as_display : Ocgtk_gdk__.App_launch_context_cycle_de440b34.Display.t