public class NkStyleScrollbar
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
inc_symbol – one of:dec_symbol – see inc_symbol
struct nk_style_scrollbar {
struct nk_style_item normal;
struct nk_style_item hover;
struct nk_style_item active;
struct nk_color border_color;
struct nk_style_item cursor_normal;
struct nk_style_item cursor_hover;
struct nk_style_item cursor_active;
struct nk_color cursor_border_color;
float border;
float rounding;
float border_cursor;
float rounding_cursor;
struct nk_vec2 padding;
int show_buttons;
struct nk_style_button inc_button;
struct nk_style_button dec_button;
enum nk_symbol_type inc_symbol;
enum nk_symbol_type dec_symbol;
nk_handle userdata;
nk_draw_begin draw_begin;
nk_draw_end draw_end;
}| Modifier and Type | Class and Description |
|---|---|
static class |
NkStyleScrollbar.Buffer
An array of
NkStyleScrollbar structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE
The struct member offsets.
|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
BORDER
The struct member offsets.
|
static int |
BORDER_COLOR
The struct member offsets.
|
static int |
BORDER_CURSOR
The struct member offsets.
|
static int |
CURSOR_ACTIVE
The struct member offsets.
|
static int |
CURSOR_BORDER_COLOR
The struct member offsets.
|
static int |
CURSOR_HOVER
The struct member offsets.
|
static int |
CURSOR_NORMAL
The struct member offsets.
|
static int |
DEC_BUTTON
The struct member offsets.
|
static int |
DEC_SYMBOL
The struct member offsets.
|
static int |
DRAW_BEGIN
The struct member offsets.
|
static int |
DRAW_END
The struct member offsets.
|
static int |
HOVER
The struct member offsets.
|
static int |
INC_BUTTON
The struct member offsets.
|
static int |
INC_SYMBOL
The struct member offsets.
|
static int |
NORMAL
The struct member offsets.
|
static int |
PADDING
The struct member offsets.
|
static int |
ROUNDING
The struct member offsets.
|
static int |
ROUNDING_CURSOR
The struct member offsets.
|
static int |
SHOW_BUTTONS
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
USERDATA
The struct member offsets.
|
| Constructor and Description |
|---|
NkStyleScrollbar(java.nio.ByteBuffer container)
Creates a
NkStyleScrollbar instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
NkStyleItem |
active()
Returns a
NkStyleItem view of the active field. |
NkStyleScrollbar |
active(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
active field to the specified Consumer. |
NkStyleScrollbar |
active(NkStyleItem value)
Copies the specified
NkStyleItem to the active field. |
NkColor |
border_color()
Returns a
NkColor view of the border_color field. |
NkStyleScrollbar |
border_color(java.util.function.Consumer<NkColor> consumer)
Passes the
border_color field to the specified Consumer. |
NkStyleScrollbar |
border_color(NkColor value)
Copies the specified
NkColor to the border_color field. |
float |
border_cursor()
Returns the value of the
border_cursor field. |
NkStyleScrollbar |
border_cursor(float value)
Sets the specified value to the
border_cursor field. |
float |
border()
Returns the value of the
border field. |
NkStyleScrollbar |
border(float value)
Sets the specified value to the
border field. |
static NkStyleScrollbar |
calloc()
Returns a new
NkStyleScrollbar instance allocated with memCalloc. |
static NkStyleScrollbar.Buffer |
calloc(int capacity)
Returns a new
NkStyleScrollbar.Buffer instance allocated with memCalloc. |
static NkStyleScrollbar |
callocStack()
Returns a new
NkStyleScrollbar instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static NkStyleScrollbar.Buffer |
callocStack(int capacity)
Returns a new
NkStyleScrollbar.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static NkStyleScrollbar.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
NkStyleScrollbar.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static NkStyleScrollbar |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
NkStyleScrollbar instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static NkStyleScrollbar |
create()
Returns a new
NkStyleScrollbar instance allocated with BufferUtils. |
static NkStyleScrollbar.Buffer |
create(int capacity)
Returns a new
NkStyleScrollbar.Buffer instance allocated with BufferUtils. |
static NkStyleScrollbar |
create(long address)
Returns a new
NkStyleScrollbar instance for the specified memory address. |
static NkStyleScrollbar.Buffer |
create(long address,
int capacity)
Create a
NkStyleScrollbar.Buffer instance at the specified memory. |
static NkStyleScrollbar |
createSafe(long address)
|
static NkStyleScrollbar.Buffer |
createSafe(long address,
int capacity)
|
NkStyleItem |
cursor_active()
Returns a
NkStyleItem view of the cursor_active field. |
NkStyleScrollbar |
cursor_active(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
cursor_active field to the specified Consumer. |
NkStyleScrollbar |
cursor_active(NkStyleItem value)
Copies the specified
NkStyleItem to the cursor_active field. |
NkColor |
cursor_border_color()
Returns a
NkColor view of the cursor_border_color field. |
NkStyleScrollbar |
cursor_border_color(java.util.function.Consumer<NkColor> consumer)
Passes the
cursor_border_color field to the specified Consumer. |
NkStyleScrollbar |
cursor_border_color(NkColor value)
Copies the specified
NkColor to the cursor_border_color field. |
NkStyleItem |
cursor_hover()
Returns a
NkStyleItem view of the cursor_hover field. |
NkStyleScrollbar |
cursor_hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
cursor_hover field to the specified Consumer. |
NkStyleScrollbar |
cursor_hover(NkStyleItem value)
Copies the specified
NkStyleItem to the cursor_hover field. |
NkStyleItem |
cursor_normal()
Returns a
NkStyleItem view of the cursor_normal field. |
NkStyleScrollbar |
cursor_normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
cursor_normal field to the specified Consumer. |
NkStyleScrollbar |
cursor_normal(NkStyleItem value)
Copies the specified
NkStyleItem to the cursor_normal field. |
NkStyleButton |
dec_button()
Returns a
NkStyleButton view of the dec_button field. |
NkStyleScrollbar |
dec_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes the
dec_button field to the specified Consumer. |
NkStyleScrollbar |
dec_button(NkStyleButton value)
Copies the specified
NkStyleButton to the dec_button field. |
int |
dec_symbol()
Returns the value of the
dec_symbol field. |
NkStyleScrollbar |
dec_symbol(int value)
Sets the specified value to the
dec_symbol field. |
NkDrawBeginCallback |
draw_begin()
Returns the value of the
draw_begin field. |
NkStyleScrollbar |
draw_begin(NkDrawBeginCallbackI value)
Sets the specified value to the
draw_begin field. |
NkDrawEndCallback |
draw_end()
Returns the value of the
draw_end field. |
NkStyleScrollbar |
draw_end(NkDrawEndCallbackI value)
Sets the specified value to the
draw_end field. |
NkStyleItem |
hover()
Returns a
NkStyleItem view of the hover field. |
NkStyleScrollbar |
hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
hover field to the specified Consumer. |
NkStyleScrollbar |
hover(NkStyleItem value)
Copies the specified
NkStyleItem to the hover field. |
NkStyleButton |
inc_button()
Returns a
NkStyleButton view of the inc_button field. |
NkStyleScrollbar |
inc_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes the
inc_button field to the specified Consumer. |
NkStyleScrollbar |
inc_button(NkStyleButton value)
Copies the specified
NkStyleButton to the inc_button field. |
int |
inc_symbol()
Returns the value of the
inc_symbol field. |
NkStyleScrollbar |
inc_symbol(int value)
Sets the specified value to the
inc_symbol field. |
static NkStyleScrollbar |
malloc()
Returns a new
NkStyleScrollbar instance allocated with memAlloc. |
static NkStyleScrollbar.Buffer |
malloc(int capacity)
Returns a new
NkStyleScrollbar.Buffer instance allocated with memAlloc. |
static NkStyleScrollbar |
mallocStack()
Returns a new
NkStyleScrollbar instance allocated on the thread-local MemoryStack. |
static NkStyleScrollbar.Buffer |
mallocStack(int capacity)
Returns a new
NkStyleScrollbar.Buffer instance allocated on the thread-local MemoryStack. |
static NkStyleScrollbar.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
NkStyleScrollbar.Buffer instance allocated on the specified MemoryStack. |
static NkStyleScrollbar |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
NkStyleScrollbar instance allocated on the specified MemoryStack. |
static NkStyleItem |
nactive(long struct)
Unsafe version of
active(). |
static void |
nactive(long struct,
NkStyleItem value)
Unsafe version of
active. |
static NkColor |
nborder_color(long struct)
Unsafe version of
border_color(). |
static void |
nborder_color(long struct,
NkColor value)
Unsafe version of
border_color. |
static float |
nborder_cursor(long struct)
Unsafe version of
border_cursor(). |
static void |
nborder_cursor(long struct,
float value)
Unsafe version of
border_cursor. |
static float |
nborder(long struct)
Unsafe version of
border(). |
static void |
nborder(long struct,
float value)
Unsafe version of
border. |
static NkStyleItem |
ncursor_active(long struct)
Unsafe version of
cursor_active(). |
static void |
ncursor_active(long struct,
NkStyleItem value)
Unsafe version of
cursor_active. |
static NkColor |
ncursor_border_color(long struct)
Unsafe version of
cursor_border_color(). |
static void |
ncursor_border_color(long struct,
NkColor value)
Unsafe version of
cursor_border_color. |
static NkStyleItem |
ncursor_hover(long struct)
Unsafe version of
cursor_hover(). |
static void |
ncursor_hover(long struct,
NkStyleItem value)
Unsafe version of
cursor_hover. |
static NkStyleItem |
ncursor_normal(long struct)
Unsafe version of
cursor_normal(). |
static void |
ncursor_normal(long struct,
NkStyleItem value)
Unsafe version of
cursor_normal. |
static NkStyleButton |
ndec_button(long struct)
Unsafe version of
dec_button(). |
static void |
ndec_button(long struct,
NkStyleButton value)
Unsafe version of
dec_button. |
static int |
ndec_symbol(long struct)
Unsafe version of
dec_symbol(). |
static void |
ndec_symbol(long struct,
int value)
Unsafe version of
dec_symbol. |
static NkDrawBeginCallback |
ndraw_begin(long struct)
Unsafe version of
draw_begin(). |
static void |
ndraw_begin(long struct,
NkDrawBeginCallbackI value)
Unsafe version of
draw_begin. |
static NkDrawEndCallback |
ndraw_end(long struct)
Unsafe version of
draw_end(). |
static void |
ndraw_end(long struct,
NkDrawEndCallbackI value)
Unsafe version of
draw_end. |
static NkStyleItem |
nhover(long struct)
Unsafe version of
hover(). |
static void |
nhover(long struct,
NkStyleItem value)
Unsafe version of
hover. |
static NkStyleButton |
ninc_button(long struct)
Unsafe version of
inc_button(). |
static void |
ninc_button(long struct,
NkStyleButton value)
Unsafe version of
inc_button. |
static int |
ninc_symbol(long struct)
Unsafe version of
inc_symbol(). |
static void |
ninc_symbol(long struct,
int value)
Unsafe version of
inc_symbol. |
static NkStyleItem |
nnormal(long struct)
Unsafe version of
normal(). |
static void |
nnormal(long struct,
NkStyleItem value)
Unsafe version of
normal. |
NkStyleItem |
normal()
Returns a
NkStyleItem view of the normal field. |
NkStyleScrollbar |
normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes the
normal field to the specified Consumer. |
NkStyleScrollbar |
normal(NkStyleItem value)
Copies the specified
NkStyleItem to the normal field. |
static NkVec2 |
npadding(long struct)
Unsafe version of
padding(). |
static void |
npadding(long struct,
NkVec2 value)
Unsafe version of
padding. |
static float |
nrounding_cursor(long struct)
Unsafe version of
rounding_cursor(). |
static void |
nrounding_cursor(long struct,
float value)
Unsafe version of
rounding_cursor. |
static float |
nrounding(long struct)
Unsafe version of
rounding(). |
static void |
nrounding(long struct,
float value)
Unsafe version of
rounding. |
static int |
nshow_buttons(long struct)
Unsafe version of
show_buttons(). |
static void |
nshow_buttons(long struct,
int value)
Unsafe version of
show_buttons. |
static NkHandle |
nuserdata(long struct)
Unsafe version of
userdata(). |
static void |
nuserdata(long struct,
NkHandle value)
Unsafe version of
userdata. |
NkVec2 |
padding()
Returns a
NkVec2 view of the padding field. |
NkStyleScrollbar |
padding(java.util.function.Consumer<NkVec2> consumer)
Passes the
padding field to the specified Consumer. |
NkStyleScrollbar |
padding(NkVec2 value)
Copies the specified
NkVec2 to the padding field. |
float |
rounding_cursor()
Returns the value of the
rounding_cursor field. |
NkStyleScrollbar |
rounding_cursor(float value)
Sets the specified value to the
rounding_cursor field. |
float |
rounding()
Returns the value of the
rounding field. |
NkStyleScrollbar |
rounding(float value)
Sets the specified value to the
rounding field. |
NkStyleScrollbar |
set(NkStyleItem normal,
NkStyleItem hover,
NkStyleItem active,
NkColor border_color,
NkStyleItem cursor_normal,
NkStyleItem cursor_hover,
NkStyleItem cursor_active,
NkColor cursor_border_color,
float border,
float rounding,
float border_cursor,
float rounding_cursor,
NkVec2 padding,
int show_buttons,
NkStyleButton inc_button,
NkStyleButton dec_button,
int inc_symbol,
int dec_symbol,
NkHandle userdata,
NkDrawBeginCallbackI draw_begin,
NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.
|
NkStyleScrollbar |
set(NkStyleScrollbar src)
Copies the specified struct data to this struct.
|
int |
show_buttons()
Returns the value of the
show_buttons field. |
NkStyleScrollbar |
show_buttons(int value)
Sets the specified value to the
show_buttons field. |
int |
sizeof() |
NkHandle |
userdata()
Returns a
NkHandle view of the userdata field. |
NkStyleScrollbar |
userdata(java.util.function.Consumer<NkHandle> consumer)
Passes the
userdata field to the specified Consumer. |
NkStyleScrollbar |
userdata(NkHandle value)
Copies the specified
NkHandle to the userdata field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int NORMAL
public static final int HOVER
public static final int ACTIVE
public static final int BORDER_COLOR
public static final int CURSOR_NORMAL
public static final int CURSOR_HOVER
public static final int CURSOR_ACTIVE
public static final int CURSOR_BORDER_COLOR
public static final int BORDER
public static final int ROUNDING
public static final int BORDER_CURSOR
public static final int ROUNDING_CURSOR
public static final int PADDING
public static final int SHOW_BUTTONS
public static final int INC_BUTTON
public static final int DEC_BUTTON
public static final int INC_SYMBOL
public static final int DEC_SYMBOL
public static final int USERDATA
public static final int DRAW_BEGIN
public static final int DRAW_END
public NkStyleScrollbar(java.nio.ByteBuffer container)
NkStyleScrollbar 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 NkStyleItem normal()
NkStyleItem view of the normal field.public NkStyleItem hover()
NkStyleItem view of the hover field.public NkStyleItem active()
NkStyleItem view of the active field.public NkStyleItem cursor_normal()
NkStyleItem view of the cursor_normal field.public NkStyleItem cursor_hover()
NkStyleItem view of the cursor_hover field.public NkStyleItem cursor_active()
NkStyleItem view of the cursor_active field.public NkColor cursor_border_color()
NkColor view of the cursor_border_color field.public float border()
border field.public float rounding()
rounding field.public float border_cursor()
border_cursor field.public float rounding_cursor()
rounding_cursor field.public int show_buttons()
show_buttons field.public NkStyleButton inc_button()
NkStyleButton view of the inc_button field.public NkStyleButton dec_button()
NkStyleButton view of the dec_button field.public int inc_symbol()
inc_symbol field.public int dec_symbol()
dec_symbol field.@Nullable public NkDrawBeginCallback draw_begin()
draw_begin field.@Nullable public NkDrawEndCallback draw_end()
draw_end field.public NkStyleScrollbar normal(NkStyleItem value)
NkStyleItem to the normal field.public NkStyleScrollbar normal(java.util.function.Consumer<NkStyleItem> consumer)
normal field to the specified Consumer.public NkStyleScrollbar hover(NkStyleItem value)
NkStyleItem to the hover field.public NkStyleScrollbar hover(java.util.function.Consumer<NkStyleItem> consumer)
hover field to the specified Consumer.public NkStyleScrollbar active(NkStyleItem value)
NkStyleItem to the active field.public NkStyleScrollbar active(java.util.function.Consumer<NkStyleItem> consumer)
active field to the specified Consumer.public NkStyleScrollbar border_color(NkColor value)
NkColor to the border_color field.public NkStyleScrollbar border_color(java.util.function.Consumer<NkColor> consumer)
border_color field to the specified Consumer.public NkStyleScrollbar cursor_normal(NkStyleItem value)
NkStyleItem to the cursor_normal field.public NkStyleScrollbar cursor_normal(java.util.function.Consumer<NkStyleItem> consumer)
cursor_normal field to the specified Consumer.public NkStyleScrollbar cursor_hover(NkStyleItem value)
NkStyleItem to the cursor_hover field.public NkStyleScrollbar cursor_hover(java.util.function.Consumer<NkStyleItem> consumer)
cursor_hover field to the specified Consumer.public NkStyleScrollbar cursor_active(NkStyleItem value)
NkStyleItem to the cursor_active field.public NkStyleScrollbar cursor_active(java.util.function.Consumer<NkStyleItem> consumer)
cursor_active field to the specified Consumer.public NkStyleScrollbar cursor_border_color(NkColor value)
NkColor to the cursor_border_color field.public NkStyleScrollbar cursor_border_color(java.util.function.Consumer<NkColor> consumer)
cursor_border_color field to the specified Consumer.public NkStyleScrollbar border(float value)
border field.public NkStyleScrollbar rounding(float value)
rounding field.public NkStyleScrollbar border_cursor(float value)
border_cursor field.public NkStyleScrollbar rounding_cursor(float value)
rounding_cursor field.public NkStyleScrollbar padding(NkVec2 value)
NkVec2 to the padding field.public NkStyleScrollbar padding(java.util.function.Consumer<NkVec2> consumer)
padding field to the specified Consumer.public NkStyleScrollbar show_buttons(int value)
show_buttons field.public NkStyleScrollbar inc_button(NkStyleButton value)
NkStyleButton to the inc_button field.public NkStyleScrollbar inc_button(java.util.function.Consumer<NkStyleButton> consumer)
inc_button field to the specified Consumer.public NkStyleScrollbar dec_button(NkStyleButton value)
NkStyleButton to the dec_button field.public NkStyleScrollbar dec_button(java.util.function.Consumer<NkStyleButton> consumer)
dec_button field to the specified Consumer.public NkStyleScrollbar inc_symbol(int value)
inc_symbol field.public NkStyleScrollbar dec_symbol(int value)
dec_symbol field.public NkStyleScrollbar userdata(NkHandle value)
NkHandle to the userdata field.public NkStyleScrollbar userdata(java.util.function.Consumer<NkHandle> consumer)
userdata field to the specified Consumer.public NkStyleScrollbar draw_begin(@Nullable NkDrawBeginCallbackI value)
draw_begin field.public NkStyleScrollbar draw_end(@Nullable NkDrawEndCallbackI value)
draw_end field.public NkStyleScrollbar set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkStyleItem cursor_normal, NkStyleItem cursor_hover, NkStyleItem cursor_active, NkColor cursor_border_color, float border, float rounding, float border_cursor, float rounding_cursor, NkVec2 padding, int show_buttons, NkStyleButton inc_button, NkStyleButton dec_button, int inc_symbol, int dec_symbol, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
public NkStyleScrollbar set(NkStyleScrollbar src)
src - the source structpublic static NkStyleScrollbar malloc()
NkStyleScrollbar instance allocated with memAlloc. The instance must be explicitly freed.public static NkStyleScrollbar calloc()
NkStyleScrollbar instance allocated with memCalloc. The instance must be explicitly freed.public static NkStyleScrollbar create()
NkStyleScrollbar instance allocated with BufferUtils.public static NkStyleScrollbar create(long address)
NkStyleScrollbar instance for the specified memory address.@Nullable public static NkStyleScrollbar createSafe(long address)
public static NkStyleScrollbar.Buffer malloc(int capacity)
NkStyleScrollbar.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static NkStyleScrollbar.Buffer calloc(int capacity)
NkStyleScrollbar.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static NkStyleScrollbar.Buffer create(int capacity)
NkStyleScrollbar.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static NkStyleScrollbar.Buffer create(long address, int capacity)
NkStyleScrollbar.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static NkStyleScrollbar.Buffer createSafe(long address, int capacity)
public static NkStyleScrollbar mallocStack()
NkStyleScrollbar instance allocated on the thread-local MemoryStack.public static NkStyleScrollbar callocStack()
NkStyleScrollbar instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static NkStyleScrollbar mallocStack(org.lwjgl.system.MemoryStack stack)
NkStyleScrollbar instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static NkStyleScrollbar callocStack(org.lwjgl.system.MemoryStack stack)
NkStyleScrollbar instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static NkStyleScrollbar.Buffer mallocStack(int capacity)
NkStyleScrollbar.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static NkStyleScrollbar.Buffer callocStack(int capacity)
NkStyleScrollbar.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static NkStyleScrollbar.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
NkStyleScrollbar.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static NkStyleScrollbar.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
NkStyleScrollbar.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 NkStyleItem nnormal(long struct)
normal().public static NkStyleItem nhover(long struct)
hover().public static NkStyleItem nactive(long struct)
active().public static NkColor nborder_color(long struct)
border_color().public static NkStyleItem ncursor_normal(long struct)
cursor_normal().public static NkStyleItem ncursor_hover(long struct)
cursor_hover().public static NkStyleItem ncursor_active(long struct)
cursor_active().public static NkColor ncursor_border_color(long struct)
cursor_border_color().public static float nborder(long struct)
border().public static float nrounding(long struct)
rounding().public static float nborder_cursor(long struct)
border_cursor().public static float nrounding_cursor(long struct)
rounding_cursor().public static int nshow_buttons(long struct)
show_buttons().public static NkStyleButton ninc_button(long struct)
inc_button().public static NkStyleButton ndec_button(long struct)
dec_button().public static int ninc_symbol(long struct)
inc_symbol().public static int ndec_symbol(long struct)
dec_symbol().public static NkHandle nuserdata(long struct)
userdata().@Nullable public static NkDrawBeginCallback ndraw_begin(long struct)
draw_begin().@Nullable public static NkDrawEndCallback ndraw_end(long struct)
draw_end().public static void nnormal(long struct,
NkStyleItem value)
normal.public static void nhover(long struct,
NkStyleItem value)
hover.public static void nactive(long struct,
NkStyleItem value)
active.public static void nborder_color(long struct,
NkColor value)
border_color.public static void ncursor_normal(long struct,
NkStyleItem value)
cursor_normal.public static void ncursor_hover(long struct,
NkStyleItem value)
cursor_hover.public static void ncursor_active(long struct,
NkStyleItem value)
cursor_active.public static void ncursor_border_color(long struct,
NkColor value)
cursor_border_color.public static void nborder(long struct,
float value)
border.public static void nrounding(long struct,
float value)
rounding.public static void nborder_cursor(long struct,
float value)
border_cursor.public static void nrounding_cursor(long struct,
float value)
rounding_cursor.public static void nshow_buttons(long struct,
int value)
show_buttons.public static void ninc_button(long struct,
NkStyleButton value)
inc_button.public static void ndec_button(long struct,
NkStyleButton value)
dec_button.public static void ninc_symbol(long struct,
int value)
inc_symbol.public static void ndec_symbol(long struct,
int value)
dec_symbol.public static void ndraw_begin(long struct,
@Nullable
NkDrawBeginCallbackI value)
draw_begin.public static void ndraw_end(long struct,
@Nullable
NkDrawEndCallbackI value)
draw_end.Copyright LWJGL. All Rights Reserved. License terms.