org.gnu.gdk

Class GrabStatus


public class GrabStatus
extends Enum

// Not implemented. native static final private void gdk_threads_set_lock_functions(GCallback enter_fn, GCallback leave_fn); // Deprecated or undocumented functions. native static final private void gdk_add_option_entries_libgtk_only(GOptionGroup* group); native static final private void gdk_pre_parse_libgtk_only(); native static final private boolean gdk_pointer_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private boolean gdk_keyboard_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private void gdk_add_option_entries_libgtk_only(GOptionGroup* group); native static final private void gdk_pre_parse_libgtk_only(); native static final private void gdk_exit(int error_code); native static final private void gdk_set_use_xshm(boolean use_xshm); native static final private boolean gdk_get_use_xshm(); native static final private boolean gdk_pointer_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private boolean gdk_keyboard_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private String gdk_wcstombs(constGdkWChar* src); native static final private int gdk_mbstowcs(Handle dest, String src, int dest_max); native static final private int gdk_input_add_full(int source, int condition, int function, gpointer data, int destroy); native static final private int gdk_input_add(int source, int condition, int function, gpointer data); native static final private void gdk_input_remove(int tag);

Field Summary

static GrabStatus
ALREADY_GRABBED
The resource is actively grabbed by another client.
static GrabStatus
FROZEN
The resource is frozen by an active grab of another client.
static GrabStatus
INVALID_TIME
The resource was grabbed more recently than the specified time.
static GrabStatus
NOT_VIEWABLE
The grab window or the confineTo window are not viewable.
static GrabStatus
SUCCESS
The resource was successfully grabbed.

Method Summary

GrabStatus
and(GrabStatus other)
static GrabStatus
intern(int value)
GrabStatus
or(GrabStatus other)
boolean
test(GrabStatus other)
GrabStatus
xor(GrabStatus other)

Field Details

ALREADY_GRABBED

public static final GrabStatus ALREADY_GRABBED
The resource is actively grabbed by another client.

FROZEN

public static final GrabStatus FROZEN
The resource is frozen by an active grab of another client.

INVALID_TIME

public static final GrabStatus INVALID_TIME
The resource was grabbed more recently than the specified time.

NOT_VIEWABLE

public static final GrabStatus NOT_VIEWABLE
The grab window or the confineTo window are not viewable.

SUCCESS

public static final GrabStatus SUCCESS
The resource was successfully grabbed.

Method Details

and

public GrabStatus and(GrabStatus other)

intern

public static GrabStatus intern(int value)

or

public GrabStatus or(GrabStatus other)

test

public boolean test(GrabStatus other)

xor

public GrabStatus xor(GrabStatus other)