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_row_layout Struct Reference
Collaboration diagram for nk_row_layout:

Data Fields

enum nk_panel_row_layout_type type
 
int index
 
float height
 
float min_height
 
int columns
 
const float * ratio
 
float item_width
 
float item_height
 
float item_offset
 
float filled
 
struct nk_rect item
 
int tree_depth
 
float templates [NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS]
 

Detailed Description

Definition at line 5433 of file nuklear.h.

Field Documentation

◆ columns

int nk_row_layout::columns

Definition at line 5438 of file nuklear.h.

◆ filled

float nk_row_layout::filled

Definition at line 5443 of file nuklear.h.

◆ height

float nk_row_layout::height

Definition at line 5436 of file nuklear.h.

◆ index

int nk_row_layout::index

Definition at line 5435 of file nuklear.h.

◆ item

struct nk_rect nk_row_layout::item

Definition at line 5444 of file nuklear.h.

◆ item_height

float nk_row_layout::item_height

Definition at line 5441 of file nuklear.h.

◆ item_offset

float nk_row_layout::item_offset

Definition at line 5442 of file nuklear.h.

◆ item_width

float nk_row_layout::item_width

Definition at line 5440 of file nuklear.h.

◆ min_height

float nk_row_layout::min_height

Definition at line 5437 of file nuklear.h.

◆ ratio

const float* nk_row_layout::ratio

Definition at line 5439 of file nuklear.h.

◆ templates

float nk_row_layout::templates[NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS]

Definition at line 5446 of file nuklear.h.

◆ tree_depth

int nk_row_layout::tree_depth

Definition at line 5445 of file nuklear.h.

◆ type

enum nk_panel_row_layout_type nk_row_layout::type

Definition at line 5434 of file nuklear.h.


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