#include <nuklear.h>
Public Attributes | |
struct nk_style_item | active |
float | border |
struct nk_color | border_color |
void(* | draw_begin )(struct nk_command_buffer *, nk_handle userdata) |
void(* | draw_end )(struct nk_command_buffer *, nk_handle userdata) |
struct nk_style_item | hover |
struct nk_vec2 | image_padding |
struct nk_style_item | normal |
struct nk_vec2 | padding |
float | rounding |
struct nk_color | text_active |
nk_flags | text_alignment |
struct nk_color | text_background |
struct nk_color | text_hover |
struct nk_color | text_normal |
struct nk_vec2 | touch_padding |
nk_handle | userdata |
struct nk_style_item nk_style_button::active |
void(* nk_style_button::draw_begin) (struct nk_command_buffer *, nk_handle userdata) |
void(* nk_style_button::draw_end) (struct nk_command_buffer *, nk_handle userdata) |
struct nk_style_item nk_style_button::hover |
struct nk_style_item nk_style_button::normal |