org.gnu.gdk

Class InputSource


public class InputSource
extends Enum

END OF GENERATED CODE

Field Summary

static InputSource
CURSOR
static InputSource
ERASER
static InputSource
MOUSE
static InputSource
PEN

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

CURSOR

public static final InputSource CURSOR


ERASER

public static final InputSource ERASER


MOUSE

public static final InputSource MOUSE


PEN

public static final InputSource PEN

Method Details

and

public InputSource and(InputSource other)


intern

public static InputSource intern(int value)


or

public InputSource or(InputSource other)


test

public boolean test(InputSource other)


xor

public InputSource xor(InputSource other)