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.gdk/Ocgtk_gdk/Gdk/Frame_clock/class-frame_clock/index.html

Class Frame_clock.frame_clock

method on_after_paint : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_before_paint : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_flush_events : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_layout : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_paint : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_resume_events : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_update : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method begin_updating : unit -> unit
method end_updating : unit -> unit
method get_current_timings : unit -> Ocgtk_gdk__.Frame_timings.t option
method get_fps : unit -> float
method get_frame_counter : unit -> int64
method get_frame_time : unit -> int64
method get_history_start : unit -> int64
method get_timings : int64 -> Ocgtk_gdk__.Frame_timings.t option
method request_phase : Ocgtk_gdk__.Gdk_enums.frameclockphase -> unit
method as_frame_clock : Ocgtk_gdk__.Frame_clock.t