org.gnu.gdk

Class WindowHints


public class WindowHints
extends Flags

END OF GENERATED CODE

Field Summary

static WindowHints
ASPECG
static WindowHints
BASE_SIZE
static WindowHints
MAX_SIZE
static WindowHints
MIN_SIZE
static WindowHints
POS
static WindowHints
RESIZE_INC
static WindowHints
USER_POS
static WindowHints
USER_SIZE
static WindowHints
WIN_GRAVITY

Fields inherited from class org.gnu.glib.Flags

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Flags

equals, getValue, hashCode

Field Details

ASPECG

public static final WindowHints ASPECG


BASE_SIZE

public static final WindowHints BASE_SIZE


MAX_SIZE

public static final WindowHints MAX_SIZE


MIN_SIZE

public static final WindowHints MIN_SIZE


POS

public static final WindowHints POS


RESIZE_INC

public static final WindowHints RESIZE_INC


USER_POS

public static final WindowHints USER_POS


USER_SIZE

public static final WindowHints USER_SIZE


WIN_GRAVITY

public static final WindowHints WIN_GRAVITY

Method Details

and

public WindowHints and(WindowHints other)


intern

public static WindowHints intern(int value)


or

public WindowHints or(WindowHints other)


test

public boolean test(WindowHints other)


xor

public WindowHints xor(WindowHints other)