Package org.lwjgl.nuklear
Class NkStyleProperty
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.nuklear.NkStyleProperty
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class NkStyleProperty extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Member documentation
sym_left
– one of:sym_right
– seesym_left
Layout
struct nk_style_property {
struct nk_style_item
normal;struct nk_style_item
hover;struct nk_style_item
active;struct nk_color
border_color;struct nk_color
label_normal;struct nk_color
label_hover;struct nk_color
label_active; enum nk_symbol_type sym_left; enum nk_symbol_type sym_right; float border; float rounding;struct nk_vec2
padding;struct nk_style_edit
edit;struct nk_style_button
inc_button;struct nk_style_button
dec_button;nk_handle
userdata;nk_draw_begin
draw_begin;nk_draw_end
draw_end; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NkStyleProperty.Buffer
An array ofNkStyleProperty
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVE
The struct member offsets.static int
ALIGNOF
The struct alignment in bytes.static int
BORDER
BORDER_COLOR
DEC_BUTTON
DRAW_BEGIN
DRAW_END
EDIT
HOVER
INC_BUTTON
LABEL_ACTIVE
LABEL_HOVER
LABEL_NORMAL
NORMAL
PADDING
ROUNDINGThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
SYM_LEFT
SYM_RIGHT
USERDATAThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description NkStyleProperty(java.nio.ByteBuffer container)
Creates aNkStyleProperty
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NkStyleItem
active()
Returns aNkStyleItem
view of theactive
field.NkStyleProperty
active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.NkStyleProperty
active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.float
border()
Returns the value of theborder
field.NkStyleProperty
border(float value)
Sets the specified value to theborder
field.NkColor
border_color()
Returns aNkColor
view of theborder_color
field.NkStyleProperty
border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.NkStyleProperty
border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.static NkStyleProperty
calloc()
Returns a newNkStyleProperty
instance allocated withmemCalloc
.static NkStyleProperty.Buffer
calloc(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withmemCalloc
.static NkStyleProperty
callocStack()
Returns a newNkStyleProperty
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleProperty.Buffer
callocStack(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleProperty.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleProperty
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleProperty
create()
Returns a newNkStyleProperty
instance allocated withBufferUtils
.static NkStyleProperty.Buffer
create(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withBufferUtils
.static NkStyleProperty
create(long address)
Returns a newNkStyleProperty
instance for the specified memory address.static NkStyleProperty.Buffer
create(long address, int capacity)
Create aNkStyleProperty.Buffer
instance at the specified memory.static NkStyleProperty
createSafe(long address)
static NkStyleProperty.Buffer
createSafe(long address, int capacity)
NkStyleButton
dec_button()
Returns aNkStyleButton
view of thedec_button
field.NkStyleProperty
dec_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes thedec_button
field to the specifiedConsumer
.NkStyleProperty
dec_button(NkStyleButton value)
Copies the specifiedNkStyleButton
to thedec_button
field.NkDrawBeginCallback
draw_begin()
Returns the value of thedraw_begin
field.NkStyleProperty
draw_begin(NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.NkDrawEndCallback
draw_end()
Returns the value of thedraw_end
field.NkStyleProperty
draw_end(NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.NkStyleEdit
edit()
Returns aNkStyleEdit
view of theedit
field.NkStyleProperty
edit(java.util.function.Consumer<NkStyleEdit> consumer)
Passes theedit
field to the specifiedConsumer
.NkStyleProperty
edit(NkStyleEdit value)
Copies the specifiedNkStyleEdit
to theedit
field.NkStyleItem
hover()
Returns aNkStyleItem
view of thehover
field.NkStyleProperty
hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.NkStyleProperty
hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.NkStyleButton
inc_button()
Returns aNkStyleButton
view of theinc_button
field.NkStyleProperty
inc_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes theinc_button
field to the specifiedConsumer
.NkStyleProperty
inc_button(NkStyleButton value)
Copies the specifiedNkStyleButton
to theinc_button
field.NkColor
label_active()
Returns aNkColor
view of thelabel_active
field.NkStyleProperty
label_active(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_active
field to the specifiedConsumer
.NkStyleProperty
label_active(NkColor value)
Copies the specifiedNkColor
to thelabel_active
field.NkColor
label_hover()
Returns aNkColor
view of thelabel_hover
field.NkStyleProperty
label_hover(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_hover
field to the specifiedConsumer
.NkStyleProperty
label_hover(NkColor value)
Copies the specifiedNkColor
to thelabel_hover
field.NkColor
label_normal()
Returns aNkColor
view of thelabel_normal
field.NkStyleProperty
label_normal(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_normal
field to the specifiedConsumer
.NkStyleProperty
label_normal(NkColor value)
Copies the specifiedNkColor
to thelabel_normal
field.static NkStyleProperty
malloc()
Returns a newNkStyleProperty
instance allocated withmemAlloc
.static NkStyleProperty.Buffer
malloc(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withmemAlloc
.static NkStyleProperty
mallocStack()
Returns a newNkStyleProperty
instance allocated on the thread-localMemoryStack
.static NkStyleProperty.Buffer
mallocStack(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated on the thread-localMemoryStack
.static NkStyleProperty.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty.Buffer
instance allocated on the specifiedMemoryStack
.static NkStyleProperty
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty
instance allocated on the specifiedMemoryStack
.static NkStyleItem
nactive(long struct)
Unsafe version ofactive()
.static void
nactive(long struct, NkStyleItem value)
Unsafe version ofactive
.static float
nborder(long struct)
Unsafe version ofborder()
.static void
nborder(long struct, float value)
Unsafe version ofborder
.static NkColor
nborder_color(long struct)
Unsafe version ofborder_color()
.static void
nborder_color(long struct, NkColor value)
Unsafe version ofborder_color
.static NkStyleButton
ndec_button(long struct)
Unsafe version ofdec_button()
.static void
ndec_button(long struct, NkStyleButton value)
Unsafe version ofdec_button
.static NkDrawBeginCallback
ndraw_begin(long struct)
Unsafe version ofdraw_begin()
.static void
ndraw_begin(long struct, NkDrawBeginCallbackI value)
Unsafe version ofdraw_begin
.static NkDrawEndCallback
ndraw_end(long struct)
Unsafe version ofdraw_end()
.static void
ndraw_end(long struct, NkDrawEndCallbackI value)
Unsafe version ofdraw_end
.static NkStyleEdit
nedit(long struct)
Unsafe version ofedit()
.static void
nedit(long struct, NkStyleEdit value)
Unsafe version ofedit
.static NkStyleItem
nhover(long struct)
Unsafe version ofhover()
.static void
nhover(long struct, NkStyleItem value)
Unsafe version ofhover
.static NkStyleButton
ninc_button(long struct)
Unsafe version ofinc_button()
.static void
ninc_button(long struct, NkStyleButton value)
Unsafe version ofinc_button
.static NkColor
nlabel_active(long struct)
Unsafe version oflabel_active()
.static void
nlabel_active(long struct, NkColor value)
Unsafe version oflabel_active
.static NkColor
nlabel_hover(long struct)
Unsafe version oflabel_hover()
.static void
nlabel_hover(long struct, NkColor value)
Unsafe version oflabel_hover
.static NkColor
nlabel_normal(long struct)
Unsafe version oflabel_normal()
.static void
nlabel_normal(long struct, NkColor value)
Unsafe version oflabel_normal
.static NkStyleItem
nnormal(long struct)
Unsafe version ofnormal()
.static void
nnormal(long struct, NkStyleItem value)
Unsafe version ofnormal
.NkStyleItem
normal()
Returns aNkStyleItem
view of thenormal
field.NkStyleProperty
normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.NkStyleProperty
normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.static NkVec2
npadding(long struct)
Unsafe version ofpadding()
.static void
npadding(long struct, NkVec2 value)
Unsafe version ofpadding
.static float
nrounding(long struct)
Unsafe version ofrounding()
.static void
nrounding(long struct, float value)
Unsafe version ofrounding
.static int
nsym_left(long struct)
Unsafe version ofsym_left()
.static void
nsym_left(long struct, int value)
Unsafe version ofsym_left
.static int
nsym_right(long struct)
Unsafe version ofsym_right()
.static void
nsym_right(long struct, int value)
Unsafe version ofsym_right
.static NkHandle
nuserdata(long struct)
Unsafe version ofuserdata()
.static void
nuserdata(long struct, NkHandle value)
Unsafe version ofuserdata
.NkVec2
padding()
Returns aNkVec2
view of thepadding
field.NkStyleProperty
padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.NkStyleProperty
padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.float
rounding()
Returns the value of therounding
field.NkStyleProperty
rounding(float value)
Sets the specified value to therounding
field.NkStyleProperty
set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor label_normal, NkColor label_hover, NkColor label_active, int sym_left, int sym_right, float border, float rounding, NkVec2 padding, NkStyleEdit edit, NkStyleButton inc_button, NkStyleButton dec_button, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.NkStyleProperty
set(NkStyleProperty src)
Copies the specified struct data to this struct.int
sizeof()
int
sym_left()
Returns the value of thesym_left
field.NkStyleProperty
sym_left(int value)
Sets the specified value to thesym_left
field.int
sym_right()
Returns the value of thesym_right
field.NkStyleProperty
sym_right(int value)
Sets the specified value to thesym_right
field.NkHandle
userdata()
Returns aNkHandle
view of theuserdata
field.NkStyleProperty
userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.NkStyleProperty
userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
-
-
Constructor Detail
-
NkStyleProperty
public NkStyleProperty(java.nio.ByteBuffer container)
Creates aNkStyleProperty
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
normal
public NkStyleItem normal()
Returns aNkStyleItem
view of thenormal
field.
-
hover
public NkStyleItem hover()
Returns aNkStyleItem
view of thehover
field.
-
active
public NkStyleItem active()
Returns aNkStyleItem
view of theactive
field.
-
sym_left
public int sym_left()
Returns the value of thesym_left
field.
-
sym_right
public int sym_right()
Returns the value of thesym_right
field.
-
border
public float border()
Returns the value of theborder
field.
-
rounding
public float rounding()
Returns the value of therounding
field.
-
edit
public NkStyleEdit edit()
Returns aNkStyleEdit
view of theedit
field.
-
inc_button
public NkStyleButton inc_button()
Returns aNkStyleButton
view of theinc_button
field.
-
dec_button
public NkStyleButton dec_button()
Returns aNkStyleButton
view of thedec_button
field.
-
draw_begin
@Nullable public NkDrawBeginCallback draw_begin()
Returns the value of thedraw_begin
field.
-
draw_end
@Nullable public NkDrawEndCallback draw_end()
Returns the value of thedraw_end
field.
-
normal
public NkStyleProperty normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.
-
normal
public NkStyleProperty normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.
-
hover
public NkStyleProperty hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.
-
hover
public NkStyleProperty hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.
-
active
public NkStyleProperty active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.
-
active
public NkStyleProperty active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.
-
border_color
public NkStyleProperty border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.
-
border_color
public NkStyleProperty border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.
-
label_normal
public NkStyleProperty label_normal(NkColor value)
Copies the specifiedNkColor
to thelabel_normal
field.
-
label_normal
public NkStyleProperty label_normal(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_normal
field to the specifiedConsumer
.
-
label_hover
public NkStyleProperty label_hover(NkColor value)
Copies the specifiedNkColor
to thelabel_hover
field.
-
label_hover
public NkStyleProperty label_hover(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_hover
field to the specifiedConsumer
.
-
label_active
public NkStyleProperty label_active(NkColor value)
Copies the specifiedNkColor
to thelabel_active
field.
-
label_active
public NkStyleProperty label_active(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_active
field to the specifiedConsumer
.
-
sym_left
public NkStyleProperty sym_left(int value)
Sets the specified value to thesym_left
field.
-
sym_right
public NkStyleProperty sym_right(int value)
Sets the specified value to thesym_right
field.
-
border
public NkStyleProperty border(float value)
Sets the specified value to theborder
field.
-
rounding
public NkStyleProperty rounding(float value)
Sets the specified value to therounding
field.
-
padding
public NkStyleProperty padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.
-
padding
public NkStyleProperty padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.
-
edit
public NkStyleProperty edit(NkStyleEdit value)
Copies the specifiedNkStyleEdit
to theedit
field.
-
edit
public NkStyleProperty edit(java.util.function.Consumer<NkStyleEdit> consumer)
Passes theedit
field to the specifiedConsumer
.
-
inc_button
public NkStyleProperty inc_button(NkStyleButton value)
Copies the specifiedNkStyleButton
to theinc_button
field.
-
inc_button
public NkStyleProperty inc_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes theinc_button
field to the specifiedConsumer
.
-
dec_button
public NkStyleProperty dec_button(NkStyleButton value)
Copies the specifiedNkStyleButton
to thedec_button
field.
-
dec_button
public NkStyleProperty dec_button(java.util.function.Consumer<NkStyleButton> consumer)
Passes thedec_button
field to the specifiedConsumer
.
-
userdata
public NkStyleProperty userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
userdata
public NkStyleProperty userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.
-
draw_begin
public NkStyleProperty draw_begin(@Nullable NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.
-
draw_end
public NkStyleProperty draw_end(@Nullable NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.
-
set
public NkStyleProperty set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor label_normal, NkColor label_hover, NkColor label_active, int sym_left, int sym_right, float border, float rounding, NkVec2 padding, NkStyleEdit edit, NkStyleButton inc_button, NkStyleButton dec_button, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.
-
set
public NkStyleProperty set(NkStyleProperty src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static NkStyleProperty malloc()
Returns a newNkStyleProperty
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static NkStyleProperty calloc()
Returns a newNkStyleProperty
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static NkStyleProperty create()
Returns a newNkStyleProperty
instance allocated withBufferUtils
.
-
create
public static NkStyleProperty create(long address)
Returns a newNkStyleProperty
instance for the specified memory address.
-
createSafe
@Nullable public static NkStyleProperty createSafe(long address)
-
malloc
public static NkStyleProperty.Buffer malloc(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static NkStyleProperty.Buffer calloc(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleProperty.Buffer create(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleProperty.Buffer create(long address, int capacity)
Create aNkStyleProperty.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static NkStyleProperty.Buffer createSafe(long address, int capacity)
-
mallocStack
public static NkStyleProperty mallocStack()
Returns a newNkStyleProperty
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static NkStyleProperty callocStack()
Returns a newNkStyleProperty
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static NkStyleProperty mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static NkStyleProperty callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static NkStyleProperty.Buffer mallocStack(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static NkStyleProperty.Buffer callocStack(int capacity)
Returns a newNkStyleProperty.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static NkStyleProperty.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static NkStyleProperty.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProperty.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nnormal
public static NkStyleItem nnormal(long struct)
Unsafe version ofnormal()
.
-
nhover
public static NkStyleItem nhover(long struct)
Unsafe version ofhover()
.
-
nactive
public static NkStyleItem nactive(long struct)
Unsafe version ofactive()
.
-
nborder_color
public static NkColor nborder_color(long struct)
Unsafe version ofborder_color()
.
-
nlabel_normal
public static NkColor nlabel_normal(long struct)
Unsafe version oflabel_normal()
.
-
nlabel_hover
public static NkColor nlabel_hover(long struct)
Unsafe version oflabel_hover()
.
-
nlabel_active
public static NkColor nlabel_active(long struct)
Unsafe version oflabel_active()
.
-
nsym_left
public static int nsym_left(long struct)
Unsafe version ofsym_left()
.
-
nsym_right
public static int nsym_right(long struct)
Unsafe version ofsym_right()
.
-
nborder
public static float nborder(long struct)
Unsafe version ofborder()
.
-
nrounding
public static float nrounding(long struct)
Unsafe version ofrounding()
.
-
nedit
public static NkStyleEdit nedit(long struct)
Unsafe version ofedit()
.
-
ninc_button
public static NkStyleButton ninc_button(long struct)
Unsafe version ofinc_button()
.
-
ndec_button
public static NkStyleButton ndec_button(long struct)
Unsafe version ofdec_button()
.
-
nuserdata
public static NkHandle nuserdata(long struct)
Unsafe version ofuserdata()
.
-
ndraw_begin
@Nullable public static NkDrawBeginCallback ndraw_begin(long struct)
Unsafe version ofdraw_begin()
.
-
ndraw_end
@Nullable public static NkDrawEndCallback ndraw_end(long struct)
Unsafe version ofdraw_end()
.
-
nnormal
public static void nnormal(long struct, NkStyleItem value)
Unsafe version ofnormal
.
-
nhover
public static void nhover(long struct, NkStyleItem value)
Unsafe version ofhover
.
-
nactive
public static void nactive(long struct, NkStyleItem value)
Unsafe version ofactive
.
-
nborder_color
public static void nborder_color(long struct, NkColor value)
Unsafe version ofborder_color
.
-
nlabel_normal
public static void nlabel_normal(long struct, NkColor value)
Unsafe version oflabel_normal
.
-
nlabel_hover
public static void nlabel_hover(long struct, NkColor value)
Unsafe version oflabel_hover
.
-
nlabel_active
public static void nlabel_active(long struct, NkColor value)
Unsafe version oflabel_active
.
-
nsym_left
public static void nsym_left(long struct, int value)
Unsafe version ofsym_left
.
-
nsym_right
public static void nsym_right(long struct, int value)
Unsafe version ofsym_right
.
-
nborder
public static void nborder(long struct, float value)
Unsafe version ofborder
.
-
nrounding
public static void nrounding(long struct, float value)
Unsafe version ofrounding
.
-
nedit
public static void nedit(long struct, NkStyleEdit value)
Unsafe version ofedit
.
-
ninc_button
public static void ninc_button(long struct, NkStyleButton value)
Unsafe version ofinc_button
.
-
ndec_button
public static void ndec_button(long struct, NkStyleButton value)
Unsafe version ofdec_button
.
-
ndraw_begin
public static void ndraw_begin(long struct, @Nullable NkDrawBeginCallbackI value)
Unsafe version ofdraw_begin
.
-
ndraw_end
public static void ndraw_end(long struct, @Nullable NkDrawEndCallbackI value)
Unsafe version ofdraw_end
.
-
-