package ocgtk

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

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