RetroArch
Public Attributes | List of all members
nk_row_layout Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_row_layout:
[legend]

Public Attributes

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]
 

Member Data Documentation

◆ columns

int nk_row_layout::columns

◆ filled

float nk_row_layout::filled

◆ height

float nk_row_layout::height

◆ index

int nk_row_layout::index

◆ item

struct nk_rect nk_row_layout::item

◆ item_height

float nk_row_layout::item_height

◆ item_offset

float nk_row_layout::item_offset

◆ item_width

float nk_row_layout::item_width

◆ min_height

float nk_row_layout::min_height

◆ ratio

const float* nk_row_layout::ratio

◆ templates

float nk_row_layout::templates[NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS]

◆ tree_depth

int nk_row_layout::tree_depth

◆ type

enum nk_panel_row_layout_type nk_row_layout::type

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