Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_style_edit Struct Reference
Collaboration diagram for nk_style_edit:

Data Fields

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
 

Detailed Description

Definition at line 5186 of file nuklear.h.

Field Documentation

◆ active

struct nk_style_item nk_style_edit::active

Definition at line 5190 of file nuklear.h.

◆ border

float nk_style_edit::border

Definition at line 5212 of file nuklear.h.

◆ border_color

struct nk_color nk_style_edit::border_color

Definition at line 5191 of file nuklear.h.

◆ color_factor

float nk_style_edit::color_factor

Definition at line 5218 of file nuklear.h.

◆ cursor_hover

struct nk_color nk_style_edit::cursor_hover

Definition at line 5196 of file nuklear.h.

◆ cursor_normal

struct nk_color nk_style_edit::cursor_normal

Definition at line 5195 of file nuklear.h.

◆ cursor_size

float nk_style_edit::cursor_size

Definition at line 5214 of file nuklear.h.

◆ cursor_text_hover

struct nk_color nk_style_edit::cursor_text_hover

Definition at line 5198 of file nuklear.h.

◆ cursor_text_normal

struct nk_color nk_style_edit::cursor_text_normal

Definition at line 5197 of file nuklear.h.

◆ disabled_factor

float nk_style_edit::disabled_factor

Definition at line 5219 of file nuklear.h.

◆ hover

struct nk_style_item nk_style_edit::hover

Definition at line 5189 of file nuklear.h.

◆ normal

struct nk_style_item nk_style_edit::normal

Definition at line 5188 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_edit::padding

Definition at line 5216 of file nuklear.h.

◆ rounding

float nk_style_edit::rounding

Definition at line 5213 of file nuklear.h.

◆ row_padding

float nk_style_edit::row_padding

Definition at line 5217 of file nuklear.h.

◆ scrollbar

struct nk_style_scrollbar nk_style_edit::scrollbar

Definition at line 5192 of file nuklear.h.

◆ scrollbar_size

struct nk_vec2 nk_style_edit::scrollbar_size

Definition at line 5215 of file nuklear.h.

◆ selected_hover

struct nk_color nk_style_edit::selected_hover

Definition at line 5207 of file nuklear.h.

◆ selected_normal

struct nk_color nk_style_edit::selected_normal

Definition at line 5206 of file nuklear.h.

◆ selected_text_hover

struct nk_color nk_style_edit::selected_text_hover

Definition at line 5209 of file nuklear.h.

◆ selected_text_normal

struct nk_color nk_style_edit::selected_text_normal

Definition at line 5208 of file nuklear.h.

◆ text_active

struct nk_color nk_style_edit::text_active

Definition at line 5203 of file nuklear.h.

◆ text_hover

struct nk_color nk_style_edit::text_hover

Definition at line 5202 of file nuklear.h.

◆ text_normal

struct nk_color nk_style_edit::text_normal

Definition at line 5201 of file nuklear.h.