Package: gdk
Enum gdk-frame-clock-phase
Details The gdk-frame-clock-phase enumeration is used to represent the
different paint clock phases that can be requested.
The elements of the enumeration correspond to the signals of the gdk-frame-clock class. (define-g-enum "GdkFrameClockPhase" gdk-frame-clock-phase (:export t :type-initializer "gdk_frame_clock_phase_get_type") (:none 0) (:flush-events 1) (:before-paint 2) (:update 3) (:layout 4) (:paint 5) (:resume-events 6) (:after-paint 7))
| See also |
2020-11-12