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_window_header Struct Reference
Collaboration diagram for nk_style_window_header:

Data Fields

struct nk_style_item normal
 
struct nk_style_item hover
 
struct nk_style_item active
 
struct nk_style_button close_button
 
struct nk_style_button minimize_button
 
enum nk_symbol_type close_symbol
 
enum nk_symbol_type minimize_symbol
 
enum nk_symbol_type maximize_symbol
 
struct nk_color label_normal
 
struct nk_color label_hover
 
struct nk_color label_active
 
enum nk_style_header_align align
 
struct nk_vec2 padding
 
struct nk_vec2 label_padding
 
struct nk_vec2 spacing
 

Detailed Description

Definition at line 5284 of file nuklear.h.

Field Documentation

◆ active

struct nk_style_item nk_style_window_header::active

Definition at line 5288 of file nuklear.h.

◆ align

enum nk_style_header_align nk_style_window_header::align

Definition at line 5303 of file nuklear.h.

◆ close_button

struct nk_style_button nk_style_window_header::close_button

Definition at line 5291 of file nuklear.h.

◆ close_symbol

enum nk_symbol_type nk_style_window_header::close_symbol

Definition at line 5293 of file nuklear.h.

◆ hover

struct nk_style_item nk_style_window_header::hover

Definition at line 5287 of file nuklear.h.

◆ label_active

struct nk_color nk_style_window_header::label_active

Definition at line 5300 of file nuklear.h.

◆ label_hover

struct nk_color nk_style_window_header::label_hover

Definition at line 5299 of file nuklear.h.

◆ label_normal

struct nk_color nk_style_window_header::label_normal

Definition at line 5298 of file nuklear.h.

◆ label_padding

struct nk_vec2 nk_style_window_header::label_padding

Definition at line 5305 of file nuklear.h.

◆ maximize_symbol

enum nk_symbol_type nk_style_window_header::maximize_symbol

Definition at line 5295 of file nuklear.h.

◆ minimize_button

struct nk_style_button nk_style_window_header::minimize_button

Definition at line 5292 of file nuklear.h.

◆ minimize_symbol

enum nk_symbol_type nk_style_window_header::minimize_symbol

Definition at line 5294 of file nuklear.h.

◆ normal

struct nk_style_item nk_style_window_header::normal

Definition at line 5286 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_window_header::padding

Definition at line 5304 of file nuklear.h.

◆ spacing

struct nk_vec2 nk_style_window_header::spacing

Definition at line 5306 of file nuklear.h.


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