Package ch.bailu.gtk.gdk
Interface FrameClockPhase
public interface FrameClockPhase
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
corresponds to GdkFrameClock::after-paint.static final int
corresponds to GdkFrameClock::before-paint.static final int
corresponds to GdkFrameClock::flush-events.static final int
corresponds to GdkFrameClock::layout.static final int
no phasestatic final int
corresponds to GdkFrameClock::paint.static final int
corresponds to GdkFrameClock::resume-events.static final int
corresponds to GdkFrameClock::update.
-
Field Details
-
NONE
static final int NONEno phase- See Also:
-
FLUSH_EVENTS
static final int FLUSH_EVENTScorresponds to GdkFrameClock::flush-events. Should not be handled by applications.- See Also:
-
BEFORE_PAINT
static final int BEFORE_PAINTcorresponds to GdkFrameClock::before-paint. Should not be handled by applications.- See Also:
-
UPDATE
static final int UPDATEcorresponds to GdkFrameClock::update.- See Also:
-
LAYOUT
static final int LAYOUTcorresponds to GdkFrameClock::layout. Should not be handled by applications.- See Also:
-
PAINT
static final int PAINTcorresponds to GdkFrameClock::paint.- See Also:
-
RESUME_EVENTS
static final int RESUME_EVENTScorresponds to GdkFrameClock::resume-events. Should not be handled by applications.- See Also:
-
AFTER_PAINT
static final int AFTER_PAINTcorresponds to GdkFrameClock::after-paint. Should not be handled by applications.- See Also:
-