|
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_style_item | cursor_normal |
| struct nk_style_item | cursor_hover |
| struct nk_style_item | cursor_active |
| struct nk_color | cursor_border_color |
| float | border |
| float | rounding |
| float | border_cursor |
| float | rounding_cursor |
| struct nk_vec2 | padding |
| int | show_buttons |
| struct nk_style_button | inc_button |
| struct nk_style_button | dec_button |
| enum nk_symbol_type | inc_symbol |
| enum nk_symbol_type | dec_symbol |
| 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_scrollbar::active |
| float nk_style_scrollbar::border |
| struct nk_color nk_style_scrollbar::border_color |
| float nk_style_scrollbar::border_cursor |
| struct nk_style_item nk_style_scrollbar::cursor_active |
| struct nk_color nk_style_scrollbar::cursor_border_color |
| struct nk_style_item nk_style_scrollbar::cursor_hover |
| struct nk_style_item nk_style_scrollbar::cursor_normal |
| struct nk_style_button nk_style_scrollbar::dec_button |
| enum nk_symbol_type nk_style_scrollbar::dec_symbol |
| void(* nk_style_scrollbar::draw_begin) (struct nk_command_buffer *, nk_handle) |
| void(* nk_style_scrollbar::draw_end) (struct nk_command_buffer *, nk_handle) |
| struct nk_style_item nk_style_scrollbar::hover |
| struct nk_style_button nk_style_scrollbar::inc_button |
| enum nk_symbol_type nk_style_scrollbar::inc_symbol |
| struct nk_style_item nk_style_scrollbar::normal |
| struct nk_vec2 nk_style_scrollbar::padding |
| float nk_style_scrollbar::rounding |
| float nk_style_scrollbar::rounding_cursor |
| int nk_style_scrollbar::show_buttons |
| nk_handle nk_style_scrollbar::userdata |
1.8.15