#include <nuklear.h>
Public Attributes | |
struct nk_rect | bounds |
struct nk_command_buffer | buffer |
struct nk_edit_state | edit |
nk_flags | flags |
struct nk_panel * | layout |
nk_hash | name |
char | name_string [NK_WINDOW_MAX_NAME] |
struct nk_window * | next |
struct nk_window * | parent |
struct nk_popup_state | popup |
struct nk_window * | prev |
struct nk_property_state | property |
struct nk_scroll | scrollbar |
float | scrollbar_hiding_timer |
unsigned int | scrolled |
unsigned int | seq |
unsigned int | table_count |
struct nk_table * | tables |
struct nk_command_buffer nk_window::buffer |
struct nk_edit_state nk_window::edit |
char nk_window::name_string[NK_WINDOW_MAX_NAME] |
struct nk_popup_state nk_window::popup |
struct nk_property_state nk_window::property |