org.gnu.gdk

Class InputMode


public class InputMode
extends Enum

END OF GENERATED CODE

Field Summary

static InputMode
DISABLED
static InputMode
SCREEN
static InputMode
WINDOW

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

DISABLED

public static final InputMode DISABLED


SCREEN

public static final InputMode SCREEN


WINDOW

public static final InputMode WINDOW

Method Details

and

public InputMode and(InputMode other)


intern

public static InputMode intern(int value)


or

public InputMode or(InputMode other)


test

public boolean test(InputMode other)


xor

public InputMode xor(InputMode other)