RetroArch
Public Attributes | List of all members
nk_window Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_window:
[legend]

Public Attributes

unsigned int seq
 
nk_hash name
 
char name_string [NK_WINDOW_MAX_NAME]
 
nk_flags flags
 
struct nk_rect bounds
 
struct nk_scroll scrollbar
 
struct nk_command_buffer buffer
 
struct nk_panellayout
 
float scrollbar_hiding_timer
 
struct nk_property_state property
 
struct nk_popup_state popup
 
struct nk_edit_state edit
 
unsigned int scrolled
 
struct nk_tabletables
 
unsigned int table_count
 
struct nk_windownext
 
struct nk_windowprev
 
struct nk_windowparent
 

Member Data Documentation

◆ bounds

struct nk_rect nk_window::bounds

◆ buffer

struct nk_command_buffer nk_window::buffer

◆ edit

struct nk_edit_state nk_window::edit

◆ flags

nk_flags nk_window::flags

◆ layout

struct nk_panel* nk_window::layout

◆ name

nk_hash nk_window::name

◆ name_string

char nk_window::name_string[NK_WINDOW_MAX_NAME]

◆ next

struct nk_window* nk_window::next

◆ parent

struct nk_window* nk_window::parent

◆ popup

struct nk_popup_state nk_window::popup

◆ prev

struct nk_window* nk_window::prev

◆ property

struct nk_property_state nk_window::property

◆ scrollbar

struct nk_scroll nk_window::scrollbar

◆ scrollbar_hiding_timer

float nk_window::scrollbar_hiding_timer

◆ scrolled

unsigned int nk_window::scrolled

◆ seq

unsigned int nk_window::seq

◆ table_count

unsigned int nk_window::table_count

◆ tables

struct nk_table* nk_window::tables

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