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_tab Struct Reference
Collaboration diagram for nk_style_tab:

Data Fields

struct nk_style_item background
 
struct nk_color border_color
 
struct nk_color text
 
struct nk_style_button tab_maximize_button
 
struct nk_style_button tab_minimize_button
 
struct nk_style_button node_maximize_button
 
struct nk_style_button node_minimize_button
 
enum nk_symbol_type sym_minimize
 
enum nk_symbol_type sym_maximize
 
float border
 
float rounding
 
float indent
 
struct nk_vec2 padding
 
struct nk_vec2 spacing
 
float color_factor
 
float disabled_factor
 

Detailed Description

Definition at line 5256 of file nuklear.h.

Field Documentation

◆ background

struct nk_style_item nk_style_tab::background

Definition at line 5258 of file nuklear.h.

◆ border

float nk_style_tab::border

Definition at line 5271 of file nuklear.h.

◆ border_color

struct nk_color nk_style_tab::border_color

Definition at line 5259 of file nuklear.h.

◆ color_factor

float nk_style_tab::color_factor

Definition at line 5276 of file nuklear.h.

◆ disabled_factor

float nk_style_tab::disabled_factor

Definition at line 5277 of file nuklear.h.

◆ indent

float nk_style_tab::indent

Definition at line 5273 of file nuklear.h.

◆ node_maximize_button

struct nk_style_button nk_style_tab::node_maximize_button

Definition at line 5265 of file nuklear.h.

◆ node_minimize_button

struct nk_style_button nk_style_tab::node_minimize_button

Definition at line 5266 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_tab::padding

Definition at line 5274 of file nuklear.h.

◆ rounding

float nk_style_tab::rounding

Definition at line 5272 of file nuklear.h.

◆ spacing

struct nk_vec2 nk_style_tab::spacing

Definition at line 5275 of file nuklear.h.

◆ sym_maximize

enum nk_symbol_type nk_style_tab::sym_maximize

Definition at line 5268 of file nuklear.h.

◆ sym_minimize

enum nk_symbol_type nk_style_tab::sym_minimize

Definition at line 5267 of file nuklear.h.

◆ tab_maximize_button

struct nk_style_button nk_style_tab::tab_maximize_button

Definition at line 5263 of file nuklear.h.

◆ tab_minimize_button

struct nk_style_button nk_style_tab::tab_minimize_button

Definition at line 5264 of file nuklear.h.

◆ text

struct nk_color nk_style_tab::text

Definition at line 5260 of file nuklear.h.


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