Package org.lwjgl.nuklear
Class NkStyleEdit
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct nk_style_edit {
struct nk_style_item normal;
struct nk_style_item hover;
struct nk_style_item active;
struct nk_color border_color;
struct nk_style_scrollbar scrollbar;
struct nk_color cursor_normal;
struct nk_color cursor_hover;
struct nk_color cursor_text_normal;
struct nk_color cursor_text_hover;
struct nk_color text_normal;
struct nk_color text_hover;
struct nk_color text_active;
struct nk_color selected_normal;
struct nk_color selected_hover;
struct nk_color selected_text_normal;
struct nk_color selected_text_hover;
float border;
float rounding;
float cursor_size;
struct nk_vec2 scrollbar_size;
struct nk_vec2 padding;
float row_padding;
float color_factor;
float disabled_factor;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct member offsets.static final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionNkStyleEdit(ByteBuffer container) Creates aNkStyleEditinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionactive()active(Consumer<NkStyleItem> consumer) Passes theactivefield to the specifiedConsumer.active(NkStyleItem value) Copies the specifiedNkStyleItemto theactivefield.floatborder()border(float value) Sets the specified value to theborderfield.border_color(Consumer<NkColor> consumer) Passes theborder_colorfield to the specifiedConsumer.border_color(NkColor value) Copies the specifiedNkColorto theborder_colorfield.static NkStyleEditcalloc()Returns a newNkStyleEditinstance allocated withmemCalloc.static NkStyleEdit.Buffercalloc(int capacity) Returns a newNkStyleEdit.Bufferinstance allocated withmemCalloc.static NkStyleEdit.Buffercalloc(int capacity, MemoryStack stack) Returns a newNkStyleEdit.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static NkStyleEditcalloc(MemoryStack stack) Returns a newNkStyleEditinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.floatcolor_factor(float value) Sets the specified value to thecolor_factorfield.static NkStyleEditcreate()Returns a newNkStyleEditinstance allocated withBufferUtils.static NkStyleEdit.Buffercreate(int capacity) Returns a newNkStyleEdit.Bufferinstance allocated withBufferUtils.static NkStyleEditcreate(long address) Returns a newNkStyleEditinstance for the specified memory address.static NkStyleEdit.Buffercreate(long address, int capacity) Create aNkStyleEdit.Bufferinstance at the specified memory.static @Nullable NkStyleEditcreateSafe(long address) static @Nullable NkStyleEdit.BuffercreateSafe(long address, int capacity) cursor_hover(Consumer<NkColor> consumer) Passes thecursor_hoverfield to the specifiedConsumer.cursor_hover(NkColor value) Copies the specifiedNkColorto thecursor_hoverfield.cursor_normal(Consumer<NkColor> consumer) Passes thecursor_normalfield to the specifiedConsumer.cursor_normal(NkColor value) Copies the specifiedNkColorto thecursor_normalfield.floatcursor_size(float value) Sets the specified value to thecursor_sizefield.cursor_text_hover(Consumer<NkColor> consumer) Passes thecursor_text_hoverfield to the specifiedConsumer.cursor_text_hover(NkColor value) Copies the specifiedNkColorto thecursor_text_hoverfield.cursor_text_normal(Consumer<NkColor> consumer) Passes thecursor_text_normalfield to the specifiedConsumer.cursor_text_normal(NkColor value) Copies the specifiedNkColorto thecursor_text_normalfield.floatdisabled_factor(float value) Sets the specified value to thedisabled_factorfield.hover()hover(Consumer<NkStyleItem> consumer) Passes thehoverfield to the specifiedConsumer.hover(NkStyleItem value) Copies the specifiedNkStyleItemto thehoverfield.static NkStyleEditmalloc()Returns a newNkStyleEditinstance allocated withmemAlloc.static NkStyleEdit.Buffermalloc(int capacity) Returns a newNkStyleEdit.Bufferinstance allocated withmemAlloc.static NkStyleEdit.Buffermalloc(int capacity, MemoryStack stack) Returns a newNkStyleEdit.Bufferinstance allocated on the specifiedMemoryStack.static NkStyleEditmalloc(MemoryStack stack) Returns a newNkStyleEditinstance allocated on the specifiedMemoryStack.static NkStyleItemnactive(long struct) Unsafe version ofactive().static voidnactive(long struct, NkStyleItem value) Unsafe version ofactive.static floatnborder(long struct) Unsafe version ofborder().static voidnborder(long struct, float value) Unsafe version ofborder.static NkColornborder_color(long struct) Unsafe version ofborder_color().static voidnborder_color(long struct, NkColor value) Unsafe version ofborder_color.static floatncolor_factor(long struct) Unsafe version ofcolor_factor().static voidncolor_factor(long struct, float value) Unsafe version ofcolor_factor.static NkColorncursor_hover(long struct) Unsafe version ofcursor_hover().static voidncursor_hover(long struct, NkColor value) Unsafe version ofcursor_hover.static NkColorncursor_normal(long struct) Unsafe version ofcursor_normal().static voidncursor_normal(long struct, NkColor value) Unsafe version ofcursor_normal.static floatncursor_size(long struct) Unsafe version ofcursor_size().static voidncursor_size(long struct, float value) Unsafe version ofcursor_size.static NkColorncursor_text_hover(long struct) Unsafe version ofcursor_text_hover().static voidncursor_text_hover(long struct, NkColor value) Unsafe version ofcursor_text_hover.static NkColorncursor_text_normal(long struct) Unsafe version ofcursor_text_normal().static voidncursor_text_normal(long struct, NkColor value) Unsafe version ofcursor_text_normal.static floatndisabled_factor(long struct) Unsafe version ofdisabled_factor().static voidndisabled_factor(long struct, float value) Unsafe version ofdisabled_factor.static NkStyleItemnhover(long struct) Unsafe version ofhover().static voidnhover(long struct, NkStyleItem value) Unsafe version ofhover.static NkStyleItemnnormal(long struct) Unsafe version ofnormal().static voidnnormal(long struct, NkStyleItem value) Unsafe version ofnormal.normal()normal(Consumer<NkStyleItem> consumer) Passes thenormalfield to the specifiedConsumer.normal(NkStyleItem value) Copies the specifiedNkStyleItemto thenormalfield.static NkVec2npadding(long struct) Unsafe version ofpadding().static voidUnsafe version ofpadding.static floatnrounding(long struct) Unsafe version ofrounding().static voidnrounding(long struct, float value) Unsafe version ofrounding.static floatnrow_padding(long struct) Unsafe version ofrow_padding().static voidnrow_padding(long struct, float value) Unsafe version ofrow_padding.static NkStyleScrollbarnscrollbar(long struct) Unsafe version ofscrollbar().static voidnscrollbar(long struct, NkStyleScrollbar value) Unsafe version ofscrollbar.static NkVec2nscrollbar_size(long struct) Unsafe version ofscrollbar_size().static voidnscrollbar_size(long struct, NkVec2 value) Unsafe version ofscrollbar_size.static NkColornselected_hover(long struct) Unsafe version ofselected_hover().static voidnselected_hover(long struct, NkColor value) Unsafe version ofselected_hover.static NkColornselected_normal(long struct) Unsafe version ofselected_normal().static voidnselected_normal(long struct, NkColor value) Unsafe version ofselected_normal.static NkColornselected_text_hover(long struct) Unsafe version ofselected_text_hover().static voidnselected_text_hover(long struct, NkColor value) Unsafe version ofselected_text_hover.static NkColornselected_text_normal(long struct) Unsafe version ofselected_text_normal().static voidnselected_text_normal(long struct, NkColor value) Unsafe version ofselected_text_normal.static NkColorntext_active(long struct) Unsafe version oftext_active().static voidntext_active(long struct, NkColor value) Unsafe version oftext_active.static NkColorntext_hover(long struct) Unsafe version oftext_hover().static voidntext_hover(long struct, NkColor value) Unsafe version oftext_hover.static NkColorntext_normal(long struct) Unsafe version oftext_normal().static voidntext_normal(long struct, NkColor value) Unsafe version oftext_normal.padding()Passes thepaddingfield to the specifiedConsumer.Copies the specifiedNkVec2to thepaddingfield.floatrounding()rounding(float value) Sets the specified value to theroundingfield.floatrow_padding(float value) Sets the specified value to therow_paddingfield.scrollbar(Consumer<NkStyleScrollbar> consumer) Passes thescrollbarfield to the specifiedConsumer.scrollbar(NkStyleScrollbar value) Copies the specifiedNkStyleScrollbarto thescrollbarfield.scrollbar_size(Consumer<NkVec2> consumer) Passes thescrollbar_sizefield to the specifiedConsumer.scrollbar_size(NkVec2 value) Copies the specifiedNkVec2to thescrollbar_sizefield.selected_hover(Consumer<NkColor> consumer) Passes theselected_hoverfield to the specifiedConsumer.selected_hover(NkColor value) Copies the specifiedNkColorto theselected_hoverfield.selected_normal(Consumer<NkColor> consumer) Passes theselected_normalfield to the specifiedConsumer.selected_normal(NkColor value) Copies the specifiedNkColorto theselected_normalfield.selected_text_hover(Consumer<NkColor> consumer) Passes theselected_text_hoverfield to the specifiedConsumer.selected_text_hover(NkColor value) Copies the specifiedNkColorto theselected_text_hoverfield.selected_text_normal(Consumer<NkColor> consumer) Passes theselected_text_normalfield to the specifiedConsumer.selected_text_normal(NkColor value) Copies the specifiedNkColorto theselected_text_normalfield.set(NkStyleEdit src) Copies the specified struct data to this struct.set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkStyleScrollbar scrollbar, NkColor cursor_normal, NkColor cursor_hover, NkColor cursor_text_normal, NkColor cursor_text_hover, NkColor text_normal, NkColor text_hover, NkColor text_active, NkColor selected_normal, NkColor selected_hover, NkColor selected_text_normal, NkColor selected_text_hover, float border, float rounding, float cursor_size, NkVec2 scrollbar_size, NkVec2 padding, float row_padding, float color_factor, float disabled_factor) Initializes this struct with the specified values.intsizeof()Returnssizeof(struct).text_active(Consumer<NkColor> consumer) Passes thetext_activefield to the specifiedConsumer.text_active(NkColor value) Copies the specifiedNkColorto thetext_activefield.text_hover(Consumer<NkColor> consumer) Passes thetext_hoverfield to the specifiedConsumer.text_hover(NkColor value) Copies the specifiedNkColorto thetext_hoverfield.text_normal(Consumer<NkColor> consumer) Passes thetext_normalfield to the specifiedConsumer.text_normal(NkColor value) Copies the specifiedNkColorto thetext_normalfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
NORMAL
public static final int NORMALThe struct member offsets. -
HOVER
public static final int HOVERThe struct member offsets. -
ACTIVE
public static final int ACTIVEThe struct member offsets. -
BORDER_COLOR
public static final int BORDER_COLORThe struct member offsets. -
SCROLLBAR
public static final int SCROLLBARThe struct member offsets. -
CURSOR_NORMAL
public static final int CURSOR_NORMALThe struct member offsets. -
CURSOR_HOVER
public static final int CURSOR_HOVERThe struct member offsets. -
CURSOR_TEXT_NORMAL
public static final int CURSOR_TEXT_NORMALThe struct member offsets. -
CURSOR_TEXT_HOVER
public static final int CURSOR_TEXT_HOVERThe struct member offsets. -
TEXT_NORMAL
public static final int TEXT_NORMALThe struct member offsets. -
TEXT_HOVER
public static final int TEXT_HOVERThe struct member offsets. -
TEXT_ACTIVE
public static final int TEXT_ACTIVEThe struct member offsets. -
SELECTED_NORMAL
public static final int SELECTED_NORMALThe struct member offsets. -
SELECTED_HOVER
public static final int SELECTED_HOVERThe struct member offsets. -
SELECTED_TEXT_NORMAL
public static final int SELECTED_TEXT_NORMALThe struct member offsets. -
SELECTED_TEXT_HOVER
public static final int SELECTED_TEXT_HOVERThe struct member offsets. -
BORDER
public static final int BORDERThe struct member offsets. -
ROUNDING
public static final int ROUNDINGThe struct member offsets. -
CURSOR_SIZE
public static final int CURSOR_SIZEThe struct member offsets. -
SCROLLBAR_SIZE
public static final int SCROLLBAR_SIZEThe struct member offsets. -
PADDING
public static final int PADDINGThe struct member offsets. -
ROW_PADDING
public static final int ROW_PADDINGThe struct member offsets. -
COLOR_FACTOR
public static final int COLOR_FACTORThe struct member offsets. -
DISABLED_FACTOR
public static final int DISABLED_FACTORThe struct member offsets.
-
-
Constructor Details
-
NkStyleEdit
Creates aNkStyleEditinstance at the current position of the specifiedByteBuffercontainer. 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 Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<NkStyleEdit>
-
normal
- Returns:
- a
NkStyleItemview of thenormalfield.
-
hover
- Returns:
- a
NkStyleItemview of thehoverfield.
-
active
- Returns:
- a
NkStyleItemview of theactivefield.
-
border_color
- Returns:
- a
NkColorview of theborder_colorfield.
-
scrollbar
- Returns:
- a
NkStyleScrollbarview of thescrollbarfield.
-
cursor_normal
- Returns:
- a
NkColorview of thecursor_normalfield.
-
cursor_hover
- Returns:
- a
NkColorview of thecursor_hoverfield.
-
cursor_text_normal
- Returns:
- a
NkColorview of thecursor_text_normalfield.
-
cursor_text_hover
- Returns:
- a
NkColorview of thecursor_text_hoverfield.
-
text_normal
- Returns:
- a
NkColorview of thetext_normalfield.
-
text_hover
- Returns:
- a
NkColorview of thetext_hoverfield.
-
text_active
- Returns:
- a
NkColorview of thetext_activefield.
-
selected_normal
- Returns:
- a
NkColorview of theselected_normalfield.
-
selected_hover
- Returns:
- a
NkColorview of theselected_hoverfield.
-
selected_text_normal
- Returns:
- a
NkColorview of theselected_text_normalfield.
-
selected_text_hover
- Returns:
- a
NkColorview of theselected_text_hoverfield.
-
border
public float border()- Returns:
- the value of the
borderfield.
-
rounding
public float rounding()- Returns:
- the value of the
roundingfield.
-
cursor_size
public float cursor_size()- Returns:
- the value of the
cursor_sizefield.
-
scrollbar_size
- Returns:
- a
NkVec2view of thescrollbar_sizefield.
-
padding
- Returns:
- a
NkVec2view of thepaddingfield.
-
row_padding
public float row_padding()- Returns:
- the value of the
row_paddingfield.
-
color_factor
public float color_factor()- Returns:
- the value of the
color_factorfield.
-
disabled_factor
public float disabled_factor()- Returns:
- the value of the
disabled_factorfield.
-
normal
Copies the specifiedNkStyleItemto thenormalfield. -
normal
Passes thenormalfield to the specifiedConsumer. -
hover
Copies the specifiedNkStyleItemto thehoverfield. -
hover
Passes thehoverfield to the specifiedConsumer. -
active
Copies the specifiedNkStyleItemto theactivefield. -
active
Passes theactivefield to the specifiedConsumer. -
border_color
Copies the specifiedNkColorto theborder_colorfield. -
border_color
Passes theborder_colorfield to the specifiedConsumer. -
scrollbar
Copies the specifiedNkStyleScrollbarto thescrollbarfield. -
scrollbar
Passes thescrollbarfield to the specifiedConsumer. -
cursor_normal
Copies the specifiedNkColorto thecursor_normalfield. -
cursor_normal
Passes thecursor_normalfield to the specifiedConsumer. -
cursor_hover
Copies the specifiedNkColorto thecursor_hoverfield. -
cursor_hover
Passes thecursor_hoverfield to the specifiedConsumer. -
cursor_text_normal
Copies the specifiedNkColorto thecursor_text_normalfield. -
cursor_text_normal
Passes thecursor_text_normalfield to the specifiedConsumer. -
cursor_text_hover
Copies the specifiedNkColorto thecursor_text_hoverfield. -
cursor_text_hover
Passes thecursor_text_hoverfield to the specifiedConsumer. -
text_normal
Copies the specifiedNkColorto thetext_normalfield. -
text_normal
Passes thetext_normalfield to the specifiedConsumer. -
text_hover
Copies the specifiedNkColorto thetext_hoverfield. -
text_hover
Passes thetext_hoverfield to the specifiedConsumer. -
text_active
Copies the specifiedNkColorto thetext_activefield. -
text_active
Passes thetext_activefield to the specifiedConsumer. -
selected_normal
Copies the specifiedNkColorto theselected_normalfield. -
selected_normal
Passes theselected_normalfield to the specifiedConsumer. -
selected_hover
Copies the specifiedNkColorto theselected_hoverfield. -
selected_hover
Passes theselected_hoverfield to the specifiedConsumer. -
selected_text_normal
Copies the specifiedNkColorto theselected_text_normalfield. -
selected_text_normal
Passes theselected_text_normalfield to the specifiedConsumer. -
selected_text_hover
Copies the specifiedNkColorto theselected_text_hoverfield. -
selected_text_hover
Passes theselected_text_hoverfield to the specifiedConsumer. -
border
Sets the specified value to theborderfield. -
rounding
Sets the specified value to theroundingfield. -
cursor_size
Sets the specified value to thecursor_sizefield. -
scrollbar_size
Copies the specifiedNkVec2to thescrollbar_sizefield. -
scrollbar_size
Passes thescrollbar_sizefield to the specifiedConsumer. -
padding
Copies the specifiedNkVec2to thepaddingfield. -
padding
Passes thepaddingfield to the specifiedConsumer. -
row_padding
Sets the specified value to therow_paddingfield. -
color_factor
Sets the specified value to thecolor_factorfield. -
disabled_factor
Sets the specified value to thedisabled_factorfield. -
set
public NkStyleEdit set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkStyleScrollbar scrollbar, NkColor cursor_normal, NkColor cursor_hover, NkColor cursor_text_normal, NkColor cursor_text_hover, NkColor text_normal, NkColor text_hover, NkColor text_active, NkColor selected_normal, NkColor selected_hover, NkColor selected_text_normal, NkColor selected_text_hover, float border, float rounding, float cursor_size, NkVec2 scrollbar_size, NkVec2 padding, float row_padding, float color_factor, float disabled_factor) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newNkStyleEditinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newNkStyleEditinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newNkStyleEditinstance allocated withBufferUtils. -
create
Returns a newNkStyleEditinstance for the specified memory address. -
createSafe
-
malloc
Returns a newNkStyleEdit.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newNkStyleEdit.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newNkStyleEdit.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aNkStyleEdit.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newNkStyleEditinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newNkStyleEditinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newNkStyleEdit.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newNkStyleEdit.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nnormal
Unsafe version ofnormal(). -
nhover
Unsafe version ofhover(). -
nactive
Unsafe version ofactive(). -
nborder_color
Unsafe version ofborder_color(). -
nscrollbar
Unsafe version ofscrollbar(). -
ncursor_normal
Unsafe version ofcursor_normal(). -
ncursor_hover
Unsafe version ofcursor_hover(). -
ncursor_text_normal
Unsafe version ofcursor_text_normal(). -
ncursor_text_hover
Unsafe version ofcursor_text_hover(). -
ntext_normal
Unsafe version oftext_normal(). -
ntext_hover
Unsafe version oftext_hover(). -
ntext_active
Unsafe version oftext_active(). -
nselected_normal
Unsafe version ofselected_normal(). -
nselected_hover
Unsafe version ofselected_hover(). -
nselected_text_normal
Unsafe version ofselected_text_normal(). -
nselected_text_hover
Unsafe version ofselected_text_hover(). -
nborder
public static float nborder(long struct) Unsafe version ofborder(). -
nrounding
public static float nrounding(long struct) Unsafe version ofrounding(). -
ncursor_size
public static float ncursor_size(long struct) Unsafe version ofcursor_size(). -
nscrollbar_size
Unsafe version ofscrollbar_size(). -
npadding
Unsafe version ofpadding(). -
nrow_padding
public static float nrow_padding(long struct) Unsafe version ofrow_padding(). -
ncolor_factor
public static float ncolor_factor(long struct) Unsafe version ofcolor_factor(). -
ndisabled_factor
public static float ndisabled_factor(long struct) Unsafe version ofdisabled_factor(). -
nnormal
Unsafe version ofnormal. -
nhover
Unsafe version ofhover. -
nactive
Unsafe version ofactive. -
nborder_color
Unsafe version ofborder_color. -
nscrollbar
Unsafe version ofscrollbar. -
ncursor_normal
Unsafe version ofcursor_normal. -
ncursor_hover
Unsafe version ofcursor_hover. -
ncursor_text_normal
Unsafe version ofcursor_text_normal. -
ncursor_text_hover
Unsafe version ofcursor_text_hover. -
ntext_normal
Unsafe version oftext_normal. -
ntext_hover
Unsafe version oftext_hover. -
ntext_active
Unsafe version oftext_active. -
nselected_normal
Unsafe version ofselected_normal. -
nselected_hover
Unsafe version ofselected_hover. -
nselected_text_normal
Unsafe version ofselected_text_normal. -
nselected_text_hover
Unsafe version ofselected_text_hover. -
nborder
public static void nborder(long struct, float value) Unsafe version ofborder. -
nrounding
public static void nrounding(long struct, float value) Unsafe version ofrounding. -
ncursor_size
public static void ncursor_size(long struct, float value) Unsafe version ofcursor_size. -
nscrollbar_size
Unsafe version ofscrollbar_size. -
npadding
Unsafe version ofpadding. -
nrow_padding
public static void nrow_padding(long struct, float value) Unsafe version ofrow_padding. -
ncolor_factor
public static void ncolor_factor(long struct, float value) Unsafe version ofcolor_factor. -
ndisabled_factor
public static void ndisabled_factor(long struct, float value) Unsafe version ofdisabled_factor.
-