Package ch.bailu.gtk.gdk
Schnittstelle FrameClockPhase
public interface FrameClockPhase
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONEno phase- Siehe auch:
-
FLUSH_EVENTS
static final int FLUSH_EVENTScorresponds to GdkFrameClock::flush-events. Should not be handled by applications.- Siehe auch:
-
BEFORE_PAINT
static final int BEFORE_PAINTcorresponds to GdkFrameClock::before-paint. Should not be handled by applications.- Siehe auch:
-
UPDATE
static final int UPDATEcorresponds to GdkFrameClock::update.- Siehe auch:
-
LAYOUT
static final int LAYOUTcorresponds to GdkFrameClock::layout. Should not be handled by applications.- Siehe auch:
-
PAINT
static final int PAINTcorresponds to GdkFrameClock::paint.- Siehe auch:
-
RESUME_EVENTS
static final int RESUME_EVENTScorresponds to GdkFrameClock::resume-events. Should not be handled by applications.- Siehe auch:
-
AFTER_PAINT
static final int AFTER_PAINTcorresponds to GdkFrameClock::after-paint. Should not be handled by applications.- Siehe auch:
-