Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
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 5138 of file nuklear.h.

Field Documentation

◆ active

struct nk_style_item nk_style_edit::active

Definition at line 5142 of file nuklear.h.

◆ border

float nk_style_edit::border

Definition at line 5164 of file nuklear.h.

◆ border_color

struct nk_color nk_style_edit::border_color

Definition at line 5143 of file nuklear.h.

◆ color_factor

float nk_style_edit::color_factor

Definition at line 5170 of file nuklear.h.

◆ cursor_hover

struct nk_color nk_style_edit::cursor_hover

Definition at line 5148 of file nuklear.h.

◆ cursor_normal

struct nk_color nk_style_edit::cursor_normal

Definition at line 5147 of file nuklear.h.

◆ cursor_size

float nk_style_edit::cursor_size

Definition at line 5166 of file nuklear.h.

◆ cursor_text_hover

struct nk_color nk_style_edit::cursor_text_hover

Definition at line 5150 of file nuklear.h.

◆ cursor_text_normal

struct nk_color nk_style_edit::cursor_text_normal

Definition at line 5149 of file nuklear.h.

◆ disabled_factor

float nk_style_edit::disabled_factor

Definition at line 5171 of file nuklear.h.

◆ hover

struct nk_style_item nk_style_edit::hover

Definition at line 5141 of file nuklear.h.

◆ normal

struct nk_style_item nk_style_edit::normal

Definition at line 5140 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_edit::padding

Definition at line 5168 of file nuklear.h.

◆ rounding

float nk_style_edit::rounding

Definition at line 5165 of file nuklear.h.

◆ row_padding

float nk_style_edit::row_padding

Definition at line 5169 of file nuklear.h.

◆ scrollbar

struct nk_style_scrollbar nk_style_edit::scrollbar

Definition at line 5144 of file nuklear.h.

◆ scrollbar_size

struct nk_vec2 nk_style_edit::scrollbar_size

Definition at line 5167 of file nuklear.h.

◆ selected_hover

struct nk_color nk_style_edit::selected_hover

Definition at line 5159 of file nuklear.h.

◆ selected_normal

struct nk_color nk_style_edit::selected_normal

Definition at line 5158 of file nuklear.h.

◆ selected_text_hover

struct nk_color nk_style_edit::selected_text_hover

Definition at line 5161 of file nuklear.h.

◆ selected_text_normal

struct nk_color nk_style_edit::selected_text_normal

Definition at line 5160 of file nuklear.h.

◆ text_active

struct nk_color nk_style_edit::text_active

Definition at line 5155 of file nuklear.h.

◆ text_hover

struct nk_color nk_style_edit::text_hover

Definition at line 5154 of file nuklear.h.

◆ text_normal

struct nk_color nk_style_edit::text_normal

Definition at line 5153 of file nuklear.h.


The documentation for this struct was generated from the following file: