Package ch.bailu.gtk.glib
Interface HookFlagMask
public interface HookFlagMask
-
Field Summary
-
Field Details
-
ACTIVE
static final int ACTIVEset if the hook has not been destroyed- See Also:
-
IN_CALL
static final int IN_CALLset if the hook is currently being run- See Also:
-
MASK
static final int MASKA mask covering all bits reserved for
hook flags; see %G_HOOK_FLAG_USER_SHIFT- See Also:
-