RetroArch
Public Attributes | List of all members
nk_style Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_style:
[legend]

Public Attributes

const struct nk_user_fontfont
 
const struct nk_cursorcursors [NK_CURSOR_COUNT]
 
const struct nk_cursorcursor_active
 
struct nk_cursorcursor_last
 
int cursor_visible
 
struct nk_style_text text
 
struct nk_style_button button
 
struct nk_style_button contextual_button
 
struct nk_style_button menu_button
 
struct nk_style_toggle option
 
struct nk_style_toggle checkbox
 
struct nk_style_selectable selectable
 
struct nk_style_slider slider
 
struct nk_style_progress progress
 
struct nk_style_property property
 
struct nk_style_edit edit
 
struct nk_style_chart chart
 
struct nk_style_scrollbar scrollh
 
struct nk_style_scrollbar scrollv
 
struct nk_style_tab tab
 
struct nk_style_combo combo
 
struct nk_style_window window
 

Member Data Documentation

◆ button

struct nk_style_button nk_style::button

◆ chart

struct nk_style_chart nk_style::chart

◆ checkbox

struct nk_style_toggle nk_style::checkbox

◆ combo

struct nk_style_combo nk_style::combo

◆ contextual_button

struct nk_style_button nk_style::contextual_button

◆ cursor_active

const struct nk_cursor* nk_style::cursor_active

◆ cursor_last

struct nk_cursor* nk_style::cursor_last

◆ cursor_visible

int nk_style::cursor_visible

◆ cursors

const struct nk_cursor* nk_style::cursors[NK_CURSOR_COUNT]

◆ edit

struct nk_style_edit nk_style::edit

◆ font

const struct nk_user_font* nk_style::font

◆ menu_button

struct nk_style_button nk_style::menu_button

◆ option

struct nk_style_toggle nk_style::option

◆ progress

struct nk_style_progress nk_style::progress

◆ property

struct nk_style_property nk_style::property

◆ scrollh

struct nk_style_scrollbar nk_style::scrollh

◆ scrollv

struct nk_style_scrollbar nk_style::scrollv

◆ selectable

struct nk_style_selectable nk_style::selectable

◆ slider

struct nk_style_slider nk_style::slider

◆ tab

struct nk_style_tab nk_style::tab

◆ text

struct nk_style_text nk_style::text

◆ window

struct nk_style_window nk_style::window

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