RetroArch
Public Attributes | List of all members
nk_style_scrollbar Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style_scrollbar:
[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 border
 
float rounding
 
float border_cursor
 
float rounding_cursor
 
struct nk_vec2 padding
 
int show_buttons
 
struct nk_style_button inc_button
 
struct nk_style_button dec_button
 
enum nk_symbol_type inc_symbol
 
enum nk_symbol_type dec_symbol
 
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_scrollbar::active

◆ border

float nk_style_scrollbar::border

◆ border_color

struct nk_color nk_style_scrollbar::border_color

◆ border_cursor

float nk_style_scrollbar::border_cursor

◆ cursor_active

struct nk_style_item nk_style_scrollbar::cursor_active

◆ cursor_border_color

struct nk_color nk_style_scrollbar::cursor_border_color

◆ cursor_hover

struct nk_style_item nk_style_scrollbar::cursor_hover

◆ cursor_normal

struct nk_style_item nk_style_scrollbar::cursor_normal

◆ dec_button

struct nk_style_button nk_style_scrollbar::dec_button

◆ dec_symbol

enum nk_symbol_type nk_style_scrollbar::dec_symbol

◆ draw_begin

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

◆ draw_end

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

◆ hover

struct nk_style_item nk_style_scrollbar::hover

◆ inc_button

struct nk_style_button nk_style_scrollbar::inc_button

◆ inc_symbol

enum nk_symbol_type nk_style_scrollbar::inc_symbol

◆ normal

struct nk_style_item nk_style_scrollbar::normal

◆ padding

struct nk_vec2 nk_style_scrollbar::padding

◆ rounding

float nk_style_scrollbar::rounding

◆ rounding_cursor

float nk_style_scrollbar::rounding_cursor

◆ show_buttons

int nk_style_scrollbar::show_buttons

◆ userdata

nk_handle nk_style_scrollbar::userdata

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