org.gnu.gtk

Class ResponseType


public class ResponseType
extends Enum

END OF GENERATED CODE

Field Summary

static ResponseType
ACCEPT
static ResponseType
APPLY
static ResponseType
CANCEL
static ResponseType
CLOSE
static ResponseType
DELETE_EVENT
static ResponseType
HELP
static ResponseType
NO
static ResponseType
NONE
static ResponseType
OK
static ResponseType
REJECT
static ResponseType
YES

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

ACCEPT

public static final ResponseType ACCEPT


APPLY

public static final ResponseType APPLY


CANCEL

public static final ResponseType CANCEL


CLOSE

public static final ResponseType CLOSE


DELETE_EVENT

public static final ResponseType DELETE_EVENT


HELP

public static final ResponseType HELP


NO

public static final ResponseType NO


NONE

public static final ResponseType NONE


OK

public static final ResponseType OK


REJECT

public static final ResponseType REJECT


YES

public static final ResponseType YES

Method Details

and

public ResponseType and(ResponseType other)


intern

public static ResponseType intern(int value)


or

public ResponseType or(ResponseType other)


test

public boolean test(ResponseType other)


xor

public ResponseType xor(ResponseType other)