Package org.lwjgl.nuklear
Class NkStyleCombo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.nuklear.NkStyleCombo
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class NkStyleCombo extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Layout
struct nk_style_combo {
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;struct nk_color
symbol_normal;struct nk_color
symbol_hover;struct nk_color
symbol_active;struct nk_style_button
button; enum nk_symbol_type sym_normal; enum nk_symbol_type sym_hover; enum nk_symbol_type sym_active; float border; float rounding;struct nk_vec2
content_padding;struct nk_vec2
button_padding;struct nk_vec2
spacing; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NkStyleCombo.Buffer
An array ofNkStyleCombo
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
BUTTON
BUTTON_PADDING
CONTENT_PADDING
HOVER
LABEL_ACTIVE
LABEL_HOVER
LABEL_NORMAL
NORMAL
ROUNDINGThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
SPACING
SYM_ACTIVE
SYM_HOVER
SYM_NORMAL
SYMBOL_ACTIVE
SYMBOL_HOVER
SYMBOL_NORMALThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description NkStyleCombo(java.nio.ByteBuffer container)
Creates aNkStyleCombo
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.NkStyleCombo
active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.NkStyleCombo
active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.float
border()
Returns the value of theborder
field.NkStyleCombo
border(float value)
Sets the specified value to theborder
field.NkColor
border_color()
Returns aNkColor
view of theborder_color
field.NkStyleCombo
border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.NkStyleCombo
border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.NkStyleButton
button()
Returns aNkStyleButton
view of thebutton
field.NkStyleCombo
button(java.util.function.Consumer<NkStyleButton> consumer)
Passes thebutton
field to the specifiedConsumer
.NkStyleCombo
button(NkStyleButton value)
Copies the specifiedNkStyleButton
to thebutton
field.NkVec2
button_padding()
Returns aNkVec2
view of thebutton_padding
field.NkStyleCombo
button_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thebutton_padding
field to the specifiedConsumer
.NkStyleCombo
button_padding(NkVec2 value)
Copies the specifiedNkVec2
to thebutton_padding
field.static NkStyleCombo
calloc()
Returns a newNkStyleCombo
instance allocated withmemCalloc
.static NkStyleCombo.Buffer
calloc(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withmemCalloc
.static NkStyleCombo
callocStack()
Returns a newNkStyleCombo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleCombo.Buffer
callocStack(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleCombo.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleCombo
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.NkVec2
content_padding()
Returns aNkVec2
view of thecontent_padding
field.NkStyleCombo
content_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thecontent_padding
field to the specifiedConsumer
.NkStyleCombo
content_padding(NkVec2 value)
Copies the specifiedNkVec2
to thecontent_padding
field.static NkStyleCombo
create()
Returns a newNkStyleCombo
instance allocated withBufferUtils
.static NkStyleCombo.Buffer
create(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withBufferUtils
.static NkStyleCombo
create(long address)
Returns a newNkStyleCombo
instance for the specified memory address.static NkStyleCombo.Buffer
create(long address, int capacity)
Create aNkStyleCombo.Buffer
instance at the specified memory.static NkStyleCombo
createSafe(long address)
static NkStyleCombo.Buffer
createSafe(long address, int capacity)
NkStyleItem
hover()
Returns aNkStyleItem
view of thehover
field.NkStyleCombo
hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.NkStyleCombo
hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.NkColor
label_active()
Returns aNkColor
view of thelabel_active
field.NkStyleCombo
label_active(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_active
field to the specifiedConsumer
.NkStyleCombo
label_active(NkColor value)
Copies the specifiedNkColor
to thelabel_active
field.NkColor
label_hover()
Returns aNkColor
view of thelabel_hover
field.NkStyleCombo
label_hover(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_hover
field to the specifiedConsumer
.NkStyleCombo
label_hover(NkColor value)
Copies the specifiedNkColor
to thelabel_hover
field.NkColor
label_normal()
Returns aNkColor
view of thelabel_normal
field.NkStyleCombo
label_normal(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_normal
field to the specifiedConsumer
.NkStyleCombo
label_normal(NkColor value)
Copies the specifiedNkColor
to thelabel_normal
field.static NkStyleCombo
malloc()
Returns a newNkStyleCombo
instance allocated withmemAlloc
.static NkStyleCombo.Buffer
malloc(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withmemAlloc
.static NkStyleCombo
mallocStack()
Returns a newNkStyleCombo
instance allocated on the thread-localMemoryStack
.static NkStyleCombo.Buffer
mallocStack(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated on the thread-localMemoryStack
.static NkStyleCombo.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo.Buffer
instance allocated on the specifiedMemoryStack
.static NkStyleCombo
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo
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
nbutton(long struct)
Unsafe version ofbutton()
.static void
nbutton(long struct, NkStyleButton value)
Unsafe version ofbutton
.static NkVec2
nbutton_padding(long struct)
Unsafe version ofbutton_padding()
.static void
nbutton_padding(long struct, NkVec2 value)
Unsafe version ofbutton_padding
.static NkVec2
ncontent_padding(long struct)
Unsafe version ofcontent_padding()
.static void
ncontent_padding(long struct, NkVec2 value)
Unsafe version ofcontent_padding
.static NkStyleItem
nhover(long struct)
Unsafe version ofhover()
.static void
nhover(long struct, NkStyleItem value)
Unsafe version ofhover
.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.NkStyleCombo
normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.NkStyleCombo
normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.static float
nrounding(long struct)
Unsafe version ofrounding()
.static void
nrounding(long struct, float value)
Unsafe version ofrounding
.static NkVec2
nspacing(long struct)
Unsafe version ofspacing()
.static void
nspacing(long struct, NkVec2 value)
Unsafe version ofspacing
.static int
nsym_active(long struct)
Unsafe version ofsym_active()
.static void
nsym_active(long struct, int value)
Unsafe version ofsym_active
.static int
nsym_hover(long struct)
Unsafe version ofsym_hover()
.static void
nsym_hover(long struct, int value)
Unsafe version ofsym_hover
.static int
nsym_normal(long struct)
Unsafe version ofsym_normal()
.static void
nsym_normal(long struct, int value)
Unsafe version ofsym_normal
.static NkColor
nsymbol_active(long struct)
Unsafe version ofsymbol_active()
.static void
nsymbol_active(long struct, NkColor value)
Unsafe version ofsymbol_active
.static NkColor
nsymbol_hover(long struct)
Unsafe version ofsymbol_hover()
.static void
nsymbol_hover(long struct, NkColor value)
Unsafe version ofsymbol_hover
.static NkColor
nsymbol_normal(long struct)
Unsafe version ofsymbol_normal()
.static void
nsymbol_normal(long struct, NkColor value)
Unsafe version ofsymbol_normal
.float
rounding()
Returns the value of therounding
field.NkStyleCombo
rounding(float value)
Sets the specified value to therounding
field.NkStyleCombo
set(NkStyleCombo src)
Copies the specified struct data to this struct.NkStyleCombo
set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor label_normal, NkColor label_hover, NkColor label_active, NkColor symbol_normal, NkColor symbol_hover, NkColor symbol_active, NkStyleButton button, int sym_normal, int sym_hover, int sym_active, float border, float rounding, NkVec2 content_padding, NkVec2 button_padding, NkVec2 spacing)
Initializes this struct with the specified values.int
sizeof()
NkVec2
spacing()
Returns aNkVec2
view of thespacing
field.NkStyleCombo
spacing(java.util.function.Consumer<NkVec2> consumer)
Passes thespacing
field to the specifiedConsumer
.NkStyleCombo
spacing(NkVec2 value)
Copies the specifiedNkVec2
to thespacing
field.int
sym_active()
Returns the value of thesym_active
field.NkStyleCombo
sym_active(int value)
Sets the specified value to thesym_active
field.int
sym_hover()
Returns the value of thesym_hover
field.NkStyleCombo
sym_hover(int value)
Sets the specified value to thesym_hover
field.int
sym_normal()
Returns the value of thesym_normal
field.NkStyleCombo
sym_normal(int value)
Sets the specified value to thesym_normal
field.NkColor
symbol_active()
Returns aNkColor
view of thesymbol_active
field.NkStyleCombo
symbol_active(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_active
field to the specifiedConsumer
.NkStyleCombo
symbol_active(NkColor value)
Copies the specifiedNkColor
to thesymbol_active
field.NkColor
symbol_hover()
Returns aNkColor
view of thesymbol_hover
field.NkStyleCombo
symbol_hover(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_hover
field to the specifiedConsumer
.NkStyleCombo
symbol_hover(NkColor value)
Copies the specifiedNkColor
to thesymbol_hover
field.NkColor
symbol_normal()
Returns aNkColor
view of thesymbol_normal
field.NkStyleCombo
symbol_normal(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_normal
field to the specifiedConsumer
.NkStyleCombo
symbol_normal(NkColor value)
Copies the specifiedNkColor
to thesymbol_normal
field.
-
-
-
Field Detail
-
SIZEOF
The struct size in bytes.
-
ALIGNOF
The struct alignment in bytes.
-
NORMAL, HOVER, ACTIVE, BORDER_COLOR, LABEL_NORMAL, LABEL_HOVER, LABEL_ACTIVE, SYMBOL_NORMAL, SYMBOL_HOVER, SYMBOL_ACTIVE, BUTTON, SYM_NORMAL, SYM_HOVER, SYM_ACTIVE, BORDER, ROUNDING, CONTENT_PADDING, BUTTON_PADDING, SPACING
The struct member offsets.
-
-
Constructor Detail
-
NkStyleCombo
public NkStyleCombo(java.nio.ByteBuffer container)
Creates aNkStyleCombo
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.
-
button
public NkStyleButton button()
Returns aNkStyleButton
view of thebutton
field.
-
sym_normal
public int sym_normal()
Returns the value of thesym_normal
field.
-
sym_hover
public int sym_hover()
Returns the value of thesym_hover
field.
-
sym_active
public int sym_active()
Returns the value of thesym_active
field.
-
border
public float border()
Returns the value of theborder
field.
-
rounding
public float rounding()
Returns the value of therounding
field.
-
normal
public NkStyleCombo normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.
-
normal
public NkStyleCombo normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.
-
hover
public NkStyleCombo hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.
-
hover
public NkStyleCombo hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.
-
active
public NkStyleCombo active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.
-
active
public NkStyleCombo active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.
-
border_color
public NkStyleCombo border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.
-
border_color
public NkStyleCombo border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.
-
label_normal
public NkStyleCombo label_normal(NkColor value)
Copies the specifiedNkColor
to thelabel_normal
field.
-
label_normal
public NkStyleCombo label_normal(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_normal
field to the specifiedConsumer
.
-
label_hover
public NkStyleCombo label_hover(NkColor value)
Copies the specifiedNkColor
to thelabel_hover
field.
-
label_hover
public NkStyleCombo label_hover(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_hover
field to the specifiedConsumer
.
-
label_active
public NkStyleCombo label_active(NkColor value)
Copies the specifiedNkColor
to thelabel_active
field.
-
label_active
public NkStyleCombo label_active(java.util.function.Consumer<NkColor> consumer)
Passes thelabel_active
field to the specifiedConsumer
.
-
symbol_normal
public NkStyleCombo symbol_normal(NkColor value)
Copies the specifiedNkColor
to thesymbol_normal
field.
-
symbol_normal
public NkStyleCombo symbol_normal(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_normal
field to the specifiedConsumer
.
-
symbol_hover
public NkStyleCombo symbol_hover(NkColor value)
Copies the specifiedNkColor
to thesymbol_hover
field.
-
symbol_hover
public NkStyleCombo symbol_hover(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_hover
field to the specifiedConsumer
.
-
symbol_active
public NkStyleCombo symbol_active(NkColor value)
Copies the specifiedNkColor
to thesymbol_active
field.
-
symbol_active
public NkStyleCombo symbol_active(java.util.function.Consumer<NkColor> consumer)
Passes thesymbol_active
field to the specifiedConsumer
.
-
button
public NkStyleCombo button(NkStyleButton value)
Copies the specifiedNkStyleButton
to thebutton
field.
-
button
public NkStyleCombo button(java.util.function.Consumer<NkStyleButton> consumer)
Passes thebutton
field to the specifiedConsumer
.
-
sym_normal
public NkStyleCombo sym_normal(int value)
Sets the specified value to thesym_normal
field.
-
sym_hover
public NkStyleCombo sym_hover(int value)
Sets the specified value to thesym_hover
field.
-
sym_active
public NkStyleCombo sym_active(int value)
Sets the specified value to thesym_active
field.
-
border
public NkStyleCombo border(float value)
Sets the specified value to theborder
field.
-
rounding
public NkStyleCombo rounding(float value)
Sets the specified value to therounding
field.
-
content_padding
public NkStyleCombo content_padding(NkVec2 value)
Copies the specifiedNkVec2
to thecontent_padding
field.
-
content_padding
public NkStyleCombo content_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thecontent_padding
field to the specifiedConsumer
.
-
button_padding
public NkStyleCombo button_padding(NkVec2 value)
Copies the specifiedNkVec2
to thebutton_padding
field.
-
button_padding
public NkStyleCombo button_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thebutton_padding
field to the specifiedConsumer
.
-
spacing
public NkStyleCombo spacing(NkVec2 value)
Copies the specifiedNkVec2
to thespacing
field.
-
spacing
public NkStyleCombo spacing(java.util.function.Consumer<NkVec2> consumer)
Passes thespacing
field to the specifiedConsumer
.
-
set
public NkStyleCombo set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor label_normal, NkColor label_hover, NkColor label_active, NkColor symbol_normal, NkColor symbol_hover, NkColor symbol_active, NkStyleButton button, int sym_normal, int sym_hover, int sym_active, float border, float rounding, NkVec2 content_padding, NkVec2 button_padding, NkVec2 spacing)
Initializes this struct with the specified values.
-
set
public NkStyleCombo set(NkStyleCombo src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static NkStyleCombo malloc()
Returns a newNkStyleCombo
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static NkStyleCombo calloc()
Returns a newNkStyleCombo
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static NkStyleCombo create()
Returns a newNkStyleCombo
instance allocated withBufferUtils
.
-
create
public static NkStyleCombo create(long address)
Returns a newNkStyleCombo
instance for the specified memory address.
-
createSafe
@Nullable public static NkStyleCombo createSafe(long address)
-
malloc
public static NkStyleCombo.Buffer malloc(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static NkStyleCombo.Buffer calloc(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleCombo.Buffer create(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleCombo.Buffer create(long address, int capacity)
Create aNkStyleCombo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static NkStyleCombo.Buffer createSafe(long address, int capacity)
-
mallocStack
public static NkStyleCombo mallocStack()
Returns a newNkStyleCombo
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static NkStyleCombo callocStack()
Returns a newNkStyleCombo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static NkStyleCombo mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static NkStyleCombo callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static NkStyleCombo.Buffer mallocStack(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static NkStyleCombo.Buffer callocStack(int capacity)
Returns a newNkStyleCombo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static NkStyleCombo.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static NkStyleCombo.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleCombo.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()
.
-
nsymbol_normal
public static NkColor nsymbol_normal(long struct)
Unsafe version ofsymbol_normal()
.
-
nsymbol_hover
public static NkColor nsymbol_hover(long struct)
Unsafe version ofsymbol_hover()
.
-
nsymbol_active
public static NkColor nsymbol_active(long struct)
Unsafe version ofsymbol_active()
.
-
nbutton
public static NkStyleButton nbutton(long struct)
Unsafe version ofbutton()
.
-
nsym_normal
public static int nsym_normal(long struct)
Unsafe version ofsym_normal()
.
-
nsym_hover
public static int nsym_hover(long struct)
Unsafe version ofsym_hover()
.
-
nsym_active
public static int nsym_active(long struct)
Unsafe version ofsym_active()
.
-
nborder
public static float nborder(long struct)
Unsafe version ofborder()
.
-
nrounding
public static float nrounding(long struct)
Unsafe version ofrounding()
.
-
ncontent_padding
public static NkVec2 ncontent_padding(long struct)
Unsafe version ofcontent_padding()
.
-
nbutton_padding
public static NkVec2 nbutton_padding(long struct)
Unsafe version ofbutton_padding()
.
-
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
.
-
nsymbol_normal
public static void nsymbol_normal(long struct, NkColor value)
Unsafe version ofsymbol_normal
.
-
nsymbol_hover
public static void nsymbol_hover(long struct, NkColor value)
Unsafe version ofsymbol_hover
.
-
nsymbol_active
public static void nsymbol_active(long struct, NkColor value)
Unsafe version ofsymbol_active
.
-
nbutton
public static void nbutton(long struct, NkStyleButton value)
Unsafe version ofbutton
.
-
nsym_normal
public static void nsym_normal(long struct, int value)
Unsafe version ofsym_normal
.
-
nsym_hover
public static void nsym_hover(long struct, int value)
Unsafe version ofsym_hover
.
-
nsym_active
public static void nsym_active(long struct, int value)
Unsafe version ofsym_active
.
-
nborder
public static void nborder(long struct, float value)
Unsafe version ofborder
.
-
nrounding
public static void nrounding(long struct, float value)
Unsafe version ofrounding
.
-
ncontent_padding
public static void ncontent_padding(long struct, NkVec2 value)
Unsafe version ofcontent_padding
.
-
nbutton_padding
public static void nbutton_padding(long struct, NkVec2 value)
Unsafe version ofbutton_padding
.
-
-