RetroArch
Public Attributes | List of all members
nk_style_edit Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_edit:
[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_style_scrollbar scrollbar
 
struct nk_color cursor_normal
 
struct nk_color cursor_hover
 
struct nk_color cursor_text_normal
 
struct nk_color cursor_text_hover
 
struct nk_color text_normal
 
struct nk_color text_hover
 
struct nk_color text_active
 
struct nk_color selected_normal
 
struct nk_color selected_hover
 
struct nk_color selected_text_normal
 
struct nk_color selected_text_hover
 
float border
 
float rounding
 
float cursor_size
 
struct nk_vec2 scrollbar_size
 
struct nk_vec2 padding
 
float row_padding
 

Member Data Documentation

◆ active

struct nk_style_item nk_style_edit::active

◆ border

float nk_style_edit::border

◆ border_color

struct nk_color nk_style_edit::border_color

◆ cursor_hover

struct nk_color nk_style_edit::cursor_hover

◆ cursor_normal

struct nk_color nk_style_edit::cursor_normal

◆ cursor_size

float nk_style_edit::cursor_size

◆ cursor_text_hover

struct nk_color nk_style_edit::cursor_text_hover

◆ cursor_text_normal

struct nk_color nk_style_edit::cursor_text_normal

◆ hover

struct nk_style_item nk_style_edit::hover

◆ normal

struct nk_style_item nk_style_edit::normal

◆ padding

struct nk_vec2 nk_style_edit::padding

◆ rounding

float nk_style_edit::rounding

◆ row_padding

float nk_style_edit::row_padding

◆ scrollbar

struct nk_style_scrollbar nk_style_edit::scrollbar

◆ scrollbar_size

struct nk_vec2 nk_style_edit::scrollbar_size

◆ selected_hover

struct nk_color nk_style_edit::selected_hover

◆ selected_normal

struct nk_color nk_style_edit::selected_normal

◆ selected_text_hover

struct nk_color nk_style_edit::selected_text_hover

◆ selected_text_normal

struct nk_color nk_style_edit::selected_text_normal

◆ text_active

struct nk_color nk_style_edit::text_active

◆ text_hover

struct nk_color nk_style_edit::text_hover

◆ text_normal

struct nk_color nk_style_edit::text_normal

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