RetroArch
Public Attributes | List of all members
nk_style_combo Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_combo:
[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
 
struct nk_color symbol_normal
 
struct nk_color symbol_hover
 
struct nk_color symbol_active
 
struct nk_style_button button
 
enum nk_symbol_type sym_normal
 
enum nk_symbol_type sym_hover
 
enum nk_symbol_type sym_active
 
float border
 
float rounding
 
struct nk_vec2 content_padding
 
struct nk_vec2 button_padding
 
struct nk_vec2 spacing
 

Member Data Documentation

◆ active

struct nk_style_item nk_style_combo::active

◆ border

float nk_style_combo::border

◆ border_color

struct nk_color nk_style_combo::border_color

◆ button

struct nk_style_button nk_style_combo::button

◆ button_padding

struct nk_vec2 nk_style_combo::button_padding

◆ content_padding

struct nk_vec2 nk_style_combo::content_padding

◆ hover

struct nk_style_item nk_style_combo::hover

◆ label_active

struct nk_color nk_style_combo::label_active

◆ label_hover

struct nk_color nk_style_combo::label_hover

◆ label_normal

struct nk_color nk_style_combo::label_normal

◆ normal

struct nk_style_item nk_style_combo::normal

◆ rounding

float nk_style_combo::rounding

◆ spacing

struct nk_vec2 nk_style_combo::spacing

◆ sym_active

enum nk_symbol_type nk_style_combo::sym_active

◆ sym_hover

enum nk_symbol_type nk_style_combo::sym_hover

◆ sym_normal

enum nk_symbol_type nk_style_combo::sym_normal

◆ symbol_active

struct nk_color nk_style_combo::symbol_active

◆ symbol_hover

struct nk_color nk_style_combo::symbol_hover

◆ symbol_normal

struct nk_color nk_style_combo::symbol_normal

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