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_configuration_stacks Struct Reference

Data Fields

struct nk_config_stack_style_item style_items
 
struct nk_config_stack_float floats
 
struct nk_config_stack_vec2 vectors
 
struct nk_config_stack_flags flags
 
struct nk_config_stack_color colors
 
struct nk_config_stack_user_font fonts
 
struct nk_config_stack_button_behavior button_behaviors
 

Detailed Description

Definition at line 5651 of file nuklear.h.

Field Documentation

◆ button_behaviors

struct nk_config_stack_button_behavior nk_configuration_stacks::button_behaviors

Definition at line 5658 of file nuklear.h.

◆ colors

struct nk_config_stack_color nk_configuration_stacks::colors

Definition at line 5656 of file nuklear.h.

◆ flags

struct nk_config_stack_flags nk_configuration_stacks::flags

Definition at line 5655 of file nuklear.h.

◆ floats

struct nk_config_stack_float nk_configuration_stacks::floats

Definition at line 5653 of file nuklear.h.

◆ fonts

struct nk_config_stack_user_font nk_configuration_stacks::fonts

Definition at line 5657 of file nuklear.h.

◆ style_items

struct nk_config_stack_style_item nk_configuration_stacks::style_items

Definition at line 5652 of file nuklear.h.

◆ vectors

struct nk_config_stack_vec2 nk_configuration_stacks::vectors

Definition at line 5654 of file nuklear.h.


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