RetroArch
Public Attributes | List of all members
nk_panel Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_panel:
[legend]

Public Attributes

enum nk_panel_type type
 
nk_flags flags
 
struct nk_rect bounds
 
nk_uintoffset_x
 
nk_uintoffset_y
 
float at_x
 
float at_y
 
float max_x
 
float footer_height
 
float header_height
 
float border
 
unsigned int has_scrolling
 
struct nk_rect clip
 
struct nk_menu_state menu
 
struct nk_row_layout row
 
struct nk_chart chart
 
struct nk_command_bufferbuffer
 
struct nk_panelparent
 

Member Data Documentation

◆ at_x

float nk_panel::at_x

◆ at_y

float nk_panel::at_y

◆ border

float nk_panel::border

◆ bounds

struct nk_rect nk_panel::bounds

◆ buffer

struct nk_command_buffer* nk_panel::buffer

◆ chart

struct nk_chart nk_panel::chart

◆ clip

struct nk_rect nk_panel::clip

◆ flags

nk_flags nk_panel::flags

◆ footer_height

float nk_panel::footer_height

◆ has_scrolling

unsigned int nk_panel::has_scrolling

◆ header_height

float nk_panel::header_height

◆ max_x

float nk_panel::max_x

◆ menu

struct nk_menu_state nk_panel::menu

◆ offset_x

nk_uint* nk_panel::offset_x

◆ offset_y

nk_uint* nk_panel::offset_y

◆ parent

struct nk_panel* nk_panel::parent

◆ row

struct nk_row_layout nk_panel::row

◆ type

enum nk_panel_type nk_panel::type

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