RetroArch
Public Attributes | List of all members
nk_style_button Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_button:
[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 text_background
 
struct nk_color text_normal
 
struct nk_color text_hover
 
struct nk_color text_active
 
nk_flags text_alignment
 
float border
 
float rounding
 
struct nk_vec2 padding
 
struct nk_vec2 image_padding
 
struct nk_vec2 touch_padding
 
nk_handle userdata
 
void(* draw_begin )(struct nk_command_buffer *, nk_handle userdata)
 
void(* draw_end )(struct nk_command_buffer *, nk_handle userdata)
 

Member Data Documentation

◆ active

struct nk_style_item nk_style_button::active

◆ border

float nk_style_button::border

◆ border_color

struct nk_color nk_style_button::border_color

◆ draw_begin

void(* nk_style_button::draw_begin) (struct nk_command_buffer *, nk_handle userdata)

◆ draw_end

void(* nk_style_button::draw_end) (struct nk_command_buffer *, nk_handle userdata)

◆ hover

struct nk_style_item nk_style_button::hover

◆ image_padding

struct nk_vec2 nk_style_button::image_padding

◆ normal

struct nk_style_item nk_style_button::normal

◆ padding

struct nk_vec2 nk_style_button::padding

◆ rounding

float nk_style_button::rounding

◆ text_active

struct nk_color nk_style_button::text_active

◆ text_alignment

nk_flags nk_style_button::text_alignment

◆ text_background

struct nk_color nk_style_button::text_background

◆ text_hover

struct nk_color nk_style_button::text_hover

◆ text_normal

struct nk_color nk_style_button::text_normal

◆ touch_padding

struct nk_vec2 nk_style_button::touch_padding

◆ userdata

nk_handle nk_style_button::userdata

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