RetroArch
Public Attributes | List of all members
nk_style_toggle Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_toggle:
[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_color text_normal
 
struct nk_color text_hover
 
struct nk_color text_active
 
struct nk_color text_background
 
nk_flags text_alignment
 
struct nk_vec2 padding
 
struct nk_vec2 touch_padding
 
float spacing
 
float border
 
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_toggle::active

◆ border

float nk_style_toggle::border

◆ border_color

struct nk_color nk_style_toggle::border_color

◆ cursor_hover

struct nk_style_item nk_style_toggle::cursor_hover

◆ cursor_normal

struct nk_style_item nk_style_toggle::cursor_normal

◆ draw_begin

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

◆ draw_end

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

◆ hover

struct nk_style_item nk_style_toggle::hover

◆ normal

struct nk_style_item nk_style_toggle::normal

◆ padding

struct nk_vec2 nk_style_toggle::padding

◆ spacing

float nk_style_toggle::spacing

◆ text_active

struct nk_color nk_style_toggle::text_active

◆ text_alignment

nk_flags nk_style_toggle::text_alignment

◆ text_background

struct nk_color nk_style_toggle::text_background

◆ text_hover

struct nk_color nk_style_toggle::text_hover

◆ text_normal

struct nk_color nk_style_toggle::text_normal

◆ touch_padding

struct nk_vec2 nk_style_toggle::touch_padding

◆ userdata

nk_handle nk_style_toggle::userdata

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