#include <nuklear.h>
Public Attributes | |
struct nk_style_item | active |
float | border |
struct nk_color | border_color |
struct nk_style_button | button |
struct nk_vec2 | button_padding |
struct nk_vec2 | content_padding |
struct nk_style_item | hover |
struct nk_color | label_active |
struct nk_color | label_hover |
struct nk_color | label_normal |
struct nk_style_item | normal |
float | rounding |
struct nk_vec2 | spacing |
enum nk_symbol_type | sym_active |
enum nk_symbol_type | sym_hover |
enum nk_symbol_type | sym_normal |
struct nk_color | symbol_active |
struct nk_color | symbol_hover |
struct nk_color | symbol_normal |
struct nk_style_item nk_style_combo::active |
struct nk_style_button nk_style_combo::button |
struct nk_style_item nk_style_combo::hover |
struct nk_style_item nk_style_combo::normal |
enum nk_symbol_type nk_style_combo::sym_active |
enum nk_symbol_type nk_style_combo::sym_hover |
enum nk_symbol_type nk_style_combo::sym_normal |