RetroArch
Public Attributes | List of all members
nk_style_property Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_property:
[legend]

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)
 

Member Data Documentation

◆ active

struct nk_style_item nk_style_property::active

◆ border

float nk_style_property::border

◆ border_color

struct nk_color nk_style_property::border_color

◆ dec_button

struct nk_style_button nk_style_property::dec_button

◆ draw_begin

void(* nk_style_property::draw_begin) (struct nk_command_buffer *, nk_handle)

◆ draw_end

void(* nk_style_property::draw_end) (struct nk_command_buffer *, nk_handle)

◆ edit

struct nk_style_edit nk_style_property::edit

◆ hover

struct nk_style_item nk_style_property::hover

◆ inc_button

struct nk_style_button nk_style_property::inc_button

◆ label_active

struct nk_color nk_style_property::label_active

◆ label_hover

struct nk_color nk_style_property::label_hover

◆ label_normal

struct nk_color nk_style_property::label_normal

◆ normal

struct nk_style_item nk_style_property::normal

◆ padding

struct nk_vec2 nk_style_property::padding

◆ rounding

float nk_style_property::rounding

◆ sym_left

enum nk_symbol_type nk_style_property::sym_left

◆ sym_right

enum nk_symbol_type nk_style_property::sym_right

◆ userdata

nk_handle nk_style_property::userdata

The documentation for this struct was generated from the following file: