RetroArch
|
#include <nuklear.h>
Public Attributes | |
struct nk_style_item | normal |
struct nk_style_item | hover |
struct nk_style_item | active |
struct nk_color | border_color |
struct nk_color | label_normal |
struct nk_color | label_hover |
struct nk_color | label_active |
enum nk_symbol_type | sym_left |
enum nk_symbol_type | sym_right |
float | border |
float | rounding |
struct nk_vec2 | padding |
struct nk_style_edit | edit |
struct nk_style_button | inc_button |
struct nk_style_button | dec_button |
nk_handle | userdata |
void(* | draw_begin )(struct nk_command_buffer *, nk_handle) |
void(* | draw_end )(struct nk_command_buffer *, nk_handle) |
struct nk_style_item nk_style_property::active |
float nk_style_property::border |
struct nk_color nk_style_property::border_color |
struct nk_style_button nk_style_property::dec_button |
void(* nk_style_property::draw_begin) (struct nk_command_buffer *, nk_handle) |
void(* nk_style_property::draw_end) (struct nk_command_buffer *, nk_handle) |
struct nk_style_edit nk_style_property::edit |
struct nk_style_item nk_style_property::hover |
struct nk_style_button nk_style_property::inc_button |
struct nk_color nk_style_property::label_active |
struct nk_color nk_style_property::label_hover |
struct nk_color nk_style_property::label_normal |
struct nk_style_item nk_style_property::normal |
struct nk_vec2 nk_style_property::padding |
float nk_style_property::rounding |
enum nk_symbol_type nk_style_property::sym_left |
enum nk_symbol_type nk_style_property::sym_right |
nk_handle nk_style_property::userdata |