public class BNDtheme
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
backgroundColor – the background color of panels and windowsregularTheme – theme for labelstoolTheme – theme for tool buttonsradioTheme – theme for radio buttonstextFieldTheme – theme for text fieldsoptionTheme – theme for option buttons (checkboxes)choiceTheme – theme for choice buttons (comboboxes) Blender calls them "menu buttons"numberFieldTheme – theme for number fieldssliderTheme – theme for slider controlsscrollBarTheme – theme for scrollbarstooltipTheme – theme for tooltipsmenuTheme – theme for menu backgroundsmenuItemTheme – theme for menu itemsnodeTheme – theme for nodes
struct BNDtheme {
NVGcolor backgroundColor;
BNDwidgetTheme regularTheme;
BNDwidgetTheme toolTheme;
BNDwidgetTheme radioTheme;
BNDwidgetTheme textFieldTheme;
BNDwidgetTheme optionTheme;
BNDwidgetTheme choiceTheme;
BNDwidgetTheme numberFieldTheme;
BNDwidgetTheme sliderTheme;
BNDwidgetTheme scrollBarTheme;
BNDwidgetTheme tooltipTheme;
BNDwidgetTheme menuTheme;
BNDwidgetTheme menuItemTheme;
BNDnodeTheme nodeTheme;
}| Modifier and Type | Class and Description |
|---|---|
static class |
BNDtheme.Buffer
An array of
BNDtheme structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
BACKGROUNDCOLOR
The struct member offsets.
|
static int |
CHOICETHEME
The struct member offsets.
|
static int |
MENUITEMTHEME
The struct member offsets.
|
static int |
MENUTHEME
The struct member offsets.
|
static int |
NODETHEME
The struct member offsets.
|
static int |
NUMBERFIELDTHEME
The struct member offsets.
|
static int |
OPTIONTHEME
The struct member offsets.
|
static int |
RADIOTHEME
The struct member offsets.
|
static int |
REGULARTHEME
The struct member offsets.
|
static int |
SCROLLBARTHEME
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
SLIDERTHEME
The struct member offsets.
|
static int |
TEXTFIELDTHEME
The struct member offsets.
|
static int |
TOOLTHEME
The struct member offsets.
|
static int |
TOOLTIPTHEME
The struct member offsets.
|
| Constructor and Description |
|---|
BNDtheme(java.nio.ByteBuffer container)
Creates a
BNDtheme instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
NVGColor |
backgroundColor()
Returns a
NVGColor view of the backgroundColor field. |
BNDtheme |
backgroundColor(java.util.function.Consumer<NVGColor> consumer)
Passes the
backgroundColor field to the specified Consumer. |
BNDtheme |
backgroundColor(NVGColor value)
Copies the specified
NVGColor to the backgroundColor field. |
static BNDtheme |
calloc()
Returns a new
BNDtheme instance allocated with memCalloc. |
static BNDtheme.Buffer |
calloc(int capacity)
Returns a new
BNDtheme.Buffer instance allocated with memCalloc. |
static BNDtheme |
callocStack()
Returns a new
BNDtheme instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static BNDtheme.Buffer |
callocStack(int capacity)
Returns a new
BNDtheme.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static BNDtheme.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
BNDtheme.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static BNDtheme |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
BNDtheme instance allocated on the specified MemoryStack and initializes all its bits to zero. |
BNDwidgetTheme |
choiceTheme()
Returns a
BNDwidgetTheme view of the choiceTheme field. |
BNDtheme |
choiceTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the choiceTheme field. |
BNDtheme |
choiceTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
choiceTheme field to the specified Consumer. |
static BNDtheme |
create()
Returns a new
BNDtheme instance allocated with BufferUtils. |
static BNDtheme.Buffer |
create(int capacity)
Returns a new
BNDtheme.Buffer instance allocated with BufferUtils. |
static BNDtheme |
create(long address)
Returns a new
BNDtheme instance for the specified memory address. |
static BNDtheme.Buffer |
create(long address,
int capacity)
Create a
BNDtheme.Buffer instance at the specified memory. |
static BNDtheme |
createSafe(long address)
|
static BNDtheme.Buffer |
createSafe(long address,
int capacity)
|
static BNDtheme |
malloc()
Returns a new
BNDtheme instance allocated with memAlloc. |
static BNDtheme.Buffer |
malloc(int capacity)
Returns a new
BNDtheme.Buffer instance allocated with memAlloc. |
static BNDtheme |
mallocStack()
Returns a new
BNDtheme instance allocated on the thread-local MemoryStack. |
static BNDtheme.Buffer |
mallocStack(int capacity)
Returns a new
BNDtheme.Buffer instance allocated on the thread-local MemoryStack. |
static BNDtheme.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
BNDtheme.Buffer instance allocated on the specified MemoryStack. |
static BNDtheme |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
BNDtheme instance allocated on the specified MemoryStack. |
BNDwidgetTheme |
menuItemTheme()
Returns a
BNDwidgetTheme view of the menuItemTheme field. |
BNDtheme |
menuItemTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the menuItemTheme field. |
BNDtheme |
menuItemTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
menuItemTheme field to the specified Consumer. |
BNDwidgetTheme |
menuTheme()
Returns a
BNDwidgetTheme view of the menuTheme field. |
BNDtheme |
menuTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the menuTheme field. |
BNDtheme |
menuTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
menuTheme field to the specified Consumer. |
static NVGColor |
nbackgroundColor(long struct)
Unsafe version of
backgroundColor(). |
static void |
nbackgroundColor(long struct,
NVGColor value)
Unsafe version of
backgroundColor. |
static BNDwidgetTheme |
nchoiceTheme(long struct)
Unsafe version of
choiceTheme(). |
static void |
nchoiceTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
choiceTheme. |
static BNDwidgetTheme |
nmenuItemTheme(long struct)
Unsafe version of
menuItemTheme(). |
static void |
nmenuItemTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
menuItemTheme. |
static BNDwidgetTheme |
nmenuTheme(long struct)
Unsafe version of
menuTheme(). |
static void |
nmenuTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
menuTheme. |
static BNDnodeTheme |
nnodeTheme(long struct)
Unsafe version of
nodeTheme(). |
static void |
nnodeTheme(long struct,
BNDnodeTheme value)
Unsafe version of
nodeTheme. |
static BNDwidgetTheme |
nnumberFieldTheme(long struct)
Unsafe version of
numberFieldTheme(). |
static void |
nnumberFieldTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
numberFieldTheme. |
BNDnodeTheme |
nodeTheme()
Returns a
BNDnodeTheme view of the nodeTheme field. |
BNDtheme |
nodeTheme(BNDnodeTheme value)
Copies the specified
BNDnodeTheme to the nodeTheme field. |
BNDtheme |
nodeTheme(java.util.function.Consumer<BNDnodeTheme> consumer)
Passes the
nodeTheme field to the specified Consumer. |
static BNDwidgetTheme |
noptionTheme(long struct)
Unsafe version of
optionTheme(). |
static void |
noptionTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
optionTheme. |
static BNDwidgetTheme |
nradioTheme(long struct)
Unsafe version of
radioTheme(). |
static void |
nradioTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
radioTheme. |
static BNDwidgetTheme |
nregularTheme(long struct)
Unsafe version of
regularTheme(). |
static void |
nregularTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
regularTheme. |
static BNDwidgetTheme |
nscrollBarTheme(long struct)
Unsafe version of
scrollBarTheme(). |
static void |
nscrollBarTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
scrollBarTheme. |
static BNDwidgetTheme |
nsliderTheme(long struct)
Unsafe version of
sliderTheme(). |
static void |
nsliderTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
sliderTheme. |
static BNDwidgetTheme |
ntextFieldTheme(long struct)
Unsafe version of
textFieldTheme(). |
static void |
ntextFieldTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
textFieldTheme. |
static BNDwidgetTheme |
ntoolTheme(long struct)
Unsafe version of
toolTheme(). |
static void |
ntoolTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
toolTheme. |
static BNDwidgetTheme |
ntooltipTheme(long struct)
Unsafe version of
tooltipTheme(). |
static void |
ntooltipTheme(long struct,
BNDwidgetTheme value)
Unsafe version of
tooltipTheme. |
BNDwidgetTheme |
numberFieldTheme()
Returns a
BNDwidgetTheme view of the numberFieldTheme field. |
BNDtheme |
numberFieldTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the numberFieldTheme field. |
BNDtheme |
numberFieldTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
numberFieldTheme field to the specified Consumer. |
BNDwidgetTheme |
optionTheme()
Returns a
BNDwidgetTheme view of the optionTheme field. |
BNDtheme |
optionTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the optionTheme field. |
BNDtheme |
optionTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
optionTheme field to the specified Consumer. |
BNDwidgetTheme |
radioTheme()
Returns a
BNDwidgetTheme view of the radioTheme field. |
BNDtheme |
radioTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the radioTheme field. |
BNDtheme |
radioTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
radioTheme field to the specified Consumer. |
BNDwidgetTheme |
regularTheme()
Returns a
BNDwidgetTheme view of the regularTheme field. |
BNDtheme |
regularTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the regularTheme field. |
BNDtheme |
regularTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
regularTheme field to the specified Consumer. |
BNDwidgetTheme |
scrollBarTheme()
Returns a
BNDwidgetTheme view of the scrollBarTheme field. |
BNDtheme |
scrollBarTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the scrollBarTheme field. |
BNDtheme |
scrollBarTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
scrollBarTheme field to the specified Consumer. |
BNDtheme |
set(BNDtheme src)
Copies the specified struct data to this struct.
|
BNDtheme |
set(NVGColor backgroundColor,
BNDwidgetTheme regularTheme,
BNDwidgetTheme toolTheme,
BNDwidgetTheme radioTheme,
BNDwidgetTheme textFieldTheme,
BNDwidgetTheme optionTheme,
BNDwidgetTheme choiceTheme,
BNDwidgetTheme numberFieldTheme,
BNDwidgetTheme sliderTheme,
BNDwidgetTheme scrollBarTheme,
BNDwidgetTheme tooltipTheme,
BNDwidgetTheme menuTheme,
BNDwidgetTheme menuItemTheme,
BNDnodeTheme nodeTheme)
Initializes this struct with the specified values.
|
int |
sizeof() |
BNDwidgetTheme |
sliderTheme()
Returns a
BNDwidgetTheme view of the sliderTheme field. |
BNDtheme |
sliderTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the sliderTheme field. |
BNDtheme |
sliderTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
sliderTheme field to the specified Consumer. |
BNDwidgetTheme |
textFieldTheme()
Returns a
BNDwidgetTheme view of the textFieldTheme field. |
BNDtheme |
textFieldTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the textFieldTheme field. |
BNDtheme |
textFieldTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
textFieldTheme field to the specified Consumer. |
BNDwidgetTheme |
toolTheme()
Returns a
BNDwidgetTheme view of the toolTheme field. |
BNDtheme |
toolTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the toolTheme field. |
BNDtheme |
toolTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
toolTheme field to the specified Consumer. |
BNDwidgetTheme |
tooltipTheme()
Returns a
BNDwidgetTheme view of the tooltipTheme field. |
BNDtheme |
tooltipTheme(BNDwidgetTheme value)
Copies the specified
BNDwidgetTheme to the tooltipTheme field. |
BNDtheme |
tooltipTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
Passes the
tooltipTheme field to the specified Consumer. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int BACKGROUNDCOLOR
public static final int REGULARTHEME
public static final int TOOLTHEME
public static final int RADIOTHEME
public static final int TEXTFIELDTHEME
public static final int OPTIONTHEME
public static final int CHOICETHEME
public static final int NUMBERFIELDTHEME
public static final int SLIDERTHEME
public static final int SCROLLBARTHEME
public static final int TOOLTIPTHEME
public static final int MENUTHEME
public static final int MENUITEMTHEME
public static final int NODETHEME
public BNDtheme(java.nio.ByteBuffer container)
BNDtheme instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
The created instance holds a strong reference to the container object.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic NVGColor backgroundColor()
NVGColor view of the backgroundColor field.public BNDwidgetTheme regularTheme()
BNDwidgetTheme view of the regularTheme field.public BNDwidgetTheme toolTheme()
BNDwidgetTheme view of the toolTheme field.public BNDwidgetTheme radioTheme()
BNDwidgetTheme view of the radioTheme field.public BNDwidgetTheme textFieldTheme()
BNDwidgetTheme view of the textFieldTheme field.public BNDwidgetTheme optionTheme()
BNDwidgetTheme view of the optionTheme field.public BNDwidgetTheme choiceTheme()
BNDwidgetTheme view of the choiceTheme field.public BNDwidgetTheme numberFieldTheme()
BNDwidgetTheme view of the numberFieldTheme field.public BNDwidgetTheme sliderTheme()
BNDwidgetTheme view of the sliderTheme field.public BNDwidgetTheme scrollBarTheme()
BNDwidgetTheme view of the scrollBarTheme field.public BNDwidgetTheme tooltipTheme()
BNDwidgetTheme view of the tooltipTheme field.public BNDwidgetTheme menuTheme()
BNDwidgetTheme view of the menuTheme field.public BNDwidgetTheme menuItemTheme()
BNDwidgetTheme view of the menuItemTheme field.public BNDnodeTheme nodeTheme()
BNDnodeTheme view of the nodeTheme field.public BNDtheme backgroundColor(NVGColor value)
NVGColor to the backgroundColor field.public BNDtheme backgroundColor(java.util.function.Consumer<NVGColor> consumer)
backgroundColor field to the specified Consumer.public BNDtheme regularTheme(BNDwidgetTheme value)
BNDwidgetTheme to the regularTheme field.public BNDtheme regularTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
regularTheme field to the specified Consumer.public BNDtheme toolTheme(BNDwidgetTheme value)
BNDwidgetTheme to the toolTheme field.public BNDtheme toolTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
toolTheme field to the specified Consumer.public BNDtheme radioTheme(BNDwidgetTheme value)
BNDwidgetTheme to the radioTheme field.public BNDtheme radioTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
radioTheme field to the specified Consumer.public BNDtheme textFieldTheme(BNDwidgetTheme value)
BNDwidgetTheme to the textFieldTheme field.public BNDtheme textFieldTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
textFieldTheme field to the specified Consumer.public BNDtheme optionTheme(BNDwidgetTheme value)
BNDwidgetTheme to the optionTheme field.public BNDtheme optionTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
optionTheme field to the specified Consumer.public BNDtheme choiceTheme(BNDwidgetTheme value)
BNDwidgetTheme to the choiceTheme field.public BNDtheme choiceTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
choiceTheme field to the specified Consumer.public BNDtheme numberFieldTheme(BNDwidgetTheme value)
BNDwidgetTheme to the numberFieldTheme field.public BNDtheme numberFieldTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
numberFieldTheme field to the specified Consumer.public BNDtheme sliderTheme(BNDwidgetTheme value)
BNDwidgetTheme to the sliderTheme field.public BNDtheme sliderTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
sliderTheme field to the specified Consumer.public BNDtheme scrollBarTheme(BNDwidgetTheme value)
BNDwidgetTheme to the scrollBarTheme field.public BNDtheme scrollBarTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
scrollBarTheme field to the specified Consumer.public BNDtheme tooltipTheme(BNDwidgetTheme value)
BNDwidgetTheme to the tooltipTheme field.public BNDtheme tooltipTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
tooltipTheme field to the specified Consumer.public BNDtheme menuTheme(BNDwidgetTheme value)
BNDwidgetTheme to the menuTheme field.public BNDtheme menuTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
menuTheme field to the specified Consumer.public BNDtheme menuItemTheme(BNDwidgetTheme value)
BNDwidgetTheme to the menuItemTheme field.public BNDtheme menuItemTheme(java.util.function.Consumer<BNDwidgetTheme> consumer)
menuItemTheme field to the specified Consumer.public BNDtheme nodeTheme(BNDnodeTheme value)
BNDnodeTheme to the nodeTheme field.public BNDtheme nodeTheme(java.util.function.Consumer<BNDnodeTheme> consumer)
nodeTheme field to the specified Consumer.public BNDtheme set(NVGColor backgroundColor, BNDwidgetTheme regularTheme, BNDwidgetTheme toolTheme, BNDwidgetTheme radioTheme, BNDwidgetTheme textFieldTheme, BNDwidgetTheme optionTheme, BNDwidgetTheme choiceTheme, BNDwidgetTheme numberFieldTheme, BNDwidgetTheme sliderTheme, BNDwidgetTheme scrollBarTheme, BNDwidgetTheme tooltipTheme, BNDwidgetTheme menuTheme, BNDwidgetTheme menuItemTheme, BNDnodeTheme nodeTheme)
public BNDtheme set(BNDtheme src)
src - the source structpublic static BNDtheme malloc()
BNDtheme instance allocated with memAlloc. The instance must be explicitly freed.public static BNDtheme calloc()
BNDtheme instance allocated with memCalloc. The instance must be explicitly freed.public static BNDtheme create()
BNDtheme instance allocated with BufferUtils.public static BNDtheme create(long address)
BNDtheme instance for the specified memory address.@Nullable public static BNDtheme createSafe(long address)
public static BNDtheme.Buffer malloc(int capacity)
BNDtheme.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static BNDtheme.Buffer calloc(int capacity)
BNDtheme.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static BNDtheme.Buffer create(int capacity)
BNDtheme.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static BNDtheme.Buffer create(long address, int capacity)
BNDtheme.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static BNDtheme.Buffer createSafe(long address, int capacity)
public static BNDtheme mallocStack()
BNDtheme instance allocated on the thread-local MemoryStack.public static BNDtheme callocStack()
BNDtheme instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static BNDtheme mallocStack(org.lwjgl.system.MemoryStack stack)
BNDtheme instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static BNDtheme callocStack(org.lwjgl.system.MemoryStack stack)
BNDtheme instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static BNDtheme.Buffer mallocStack(int capacity)
BNDtheme.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static BNDtheme.Buffer callocStack(int capacity)
BNDtheme.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static BNDtheme.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
BNDtheme.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static BNDtheme.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
BNDtheme.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static NVGColor nbackgroundColor(long struct)
backgroundColor().public static BNDwidgetTheme nregularTheme(long struct)
regularTheme().public static BNDwidgetTheme ntoolTheme(long struct)
toolTheme().public static BNDwidgetTheme nradioTheme(long struct)
radioTheme().public static BNDwidgetTheme ntextFieldTheme(long struct)
textFieldTheme().public static BNDwidgetTheme noptionTheme(long struct)
optionTheme().public static BNDwidgetTheme nchoiceTheme(long struct)
choiceTheme().public static BNDwidgetTheme nnumberFieldTheme(long struct)
numberFieldTheme().public static BNDwidgetTheme nsliderTheme(long struct)
sliderTheme().public static BNDwidgetTheme nscrollBarTheme(long struct)
scrollBarTheme().public static BNDwidgetTheme ntooltipTheme(long struct)
tooltipTheme().public static BNDwidgetTheme nmenuTheme(long struct)
menuTheme().public static BNDwidgetTheme nmenuItemTheme(long struct)
menuItemTheme().public static BNDnodeTheme nnodeTheme(long struct)
nodeTheme().public static void nbackgroundColor(long struct,
NVGColor value)
backgroundColor.public static void nregularTheme(long struct,
BNDwidgetTheme value)
regularTheme.public static void ntoolTheme(long struct,
BNDwidgetTheme value)
toolTheme.public static void nradioTheme(long struct,
BNDwidgetTheme value)
radioTheme.public static void ntextFieldTheme(long struct,
BNDwidgetTheme value)
textFieldTheme.public static void noptionTheme(long struct,
BNDwidgetTheme value)
optionTheme.public static void nchoiceTheme(long struct,
BNDwidgetTheme value)
choiceTheme.public static void nnumberFieldTheme(long struct,
BNDwidgetTheme value)
numberFieldTheme.public static void nsliderTheme(long struct,
BNDwidgetTheme value)
sliderTheme.public static void nscrollBarTheme(long struct,
BNDwidgetTheme value)
scrollBarTheme.public static void ntooltipTheme(long struct,
BNDwidgetTheme value)
tooltipTheme.public static void nmenuTheme(long struct,
BNDwidgetTheme value)
menuTheme.public static void nmenuItemTheme(long struct,
BNDwidgetTheme value)
menuItemTheme.public static void nnodeTheme(long struct,
BNDnodeTheme value)
nodeTheme.Copyright LWJGL. All Rights Reserved. License terms.