RetroArch
Public Attributes | List of all members
nk_style_progress Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_progress:
[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_item cursor_normal
 
struct nk_style_item cursor_hover
 
struct nk_style_item cursor_active
 
struct nk_color cursor_border_color
 
float rounding
 
float border
 
float cursor_border
 
float cursor_rounding
 
struct nk_vec2 padding
 
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_progress::active

◆ border

float nk_style_progress::border

◆ border_color

struct nk_color nk_style_progress::border_color

◆ cursor_active

struct nk_style_item nk_style_progress::cursor_active

◆ cursor_border

float nk_style_progress::cursor_border

◆ cursor_border_color

struct nk_color nk_style_progress::cursor_border_color

◆ cursor_hover

struct nk_style_item nk_style_progress::cursor_hover

◆ cursor_normal

struct nk_style_item nk_style_progress::cursor_normal

◆ cursor_rounding

float nk_style_progress::cursor_rounding

◆ draw_begin

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

◆ draw_end

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

◆ hover

struct nk_style_item nk_style_progress::hover

◆ normal

struct nk_style_item nk_style_progress::normal

◆ padding

struct nk_vec2 nk_style_progress::padding

◆ rounding

float nk_style_progress::rounding

◆ userdata

nk_handle nk_style_progress::userdata

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