RetroArch
|
#include <nuklear.h>
Public Attributes | |
struct nk_style_item | background |
struct nk_color | border_color |
struct nk_color | text |
struct nk_style_button | tab_maximize_button |
struct nk_style_button | tab_minimize_button |
struct nk_style_button | node_maximize_button |
struct nk_style_button | node_minimize_button |
enum nk_symbol_type | sym_minimize |
enum nk_symbol_type | sym_maximize |
float | border |
float | rounding |
float | indent |
struct nk_vec2 | padding |
struct nk_vec2 | spacing |
struct nk_style_item nk_style_tab::background |
float nk_style_tab::border |
struct nk_color nk_style_tab::border_color |
float nk_style_tab::indent |
struct nk_style_button nk_style_tab::node_maximize_button |
struct nk_style_button nk_style_tab::node_minimize_button |
struct nk_vec2 nk_style_tab::padding |
float nk_style_tab::rounding |
struct nk_vec2 nk_style_tab::spacing |
enum nk_symbol_type nk_style_tab::sym_maximize |
enum nk_symbol_type nk_style_tab::sym_minimize |
struct nk_style_button nk_style_tab::tab_maximize_button |
struct nk_style_button nk_style_tab::tab_minimize_button |
struct nk_color nk_style_tab::text |