Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
nk_style Struct Reference
Collaboration diagram for nk_style:

Data Fields

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_knob knob
 
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
 

Detailed Description

Definition at line 5346 of file nuklear.h.

Field Documentation

◆ button

struct nk_style_button nk_style::button

Definition at line 5354 of file nuklear.h.

◆ chart

struct nk_style_chart nk_style::chart

Definition at line 5365 of file nuklear.h.

◆ checkbox

struct nk_style_toggle nk_style::checkbox

Definition at line 5358 of file nuklear.h.

◆ combo

struct nk_style_combo nk_style::combo

Definition at line 5369 of file nuklear.h.

◆ contextual_button

struct nk_style_button nk_style::contextual_button

Definition at line 5355 of file nuklear.h.

◆ cursor_active

const struct nk_cursor* nk_style::cursor_active

Definition at line 5349 of file nuklear.h.

◆ cursor_last

struct nk_cursor* nk_style::cursor_last

Definition at line 5350 of file nuklear.h.

◆ cursor_visible

int nk_style::cursor_visible

Definition at line 5351 of file nuklear.h.

◆ cursors

const struct nk_cursor* nk_style::cursors[NK_CURSOR_COUNT]

Definition at line 5348 of file nuklear.h.

◆ edit

struct nk_style_edit nk_style::edit

Definition at line 5364 of file nuklear.h.

◆ font

const struct nk_user_font* nk_style::font

Definition at line 5347 of file nuklear.h.

◆ knob

struct nk_style_knob nk_style::knob

Definition at line 5361 of file nuklear.h.

◆ menu_button

struct nk_style_button nk_style::menu_button

Definition at line 5356 of file nuklear.h.

◆ option

struct nk_style_toggle nk_style::option

Definition at line 5357 of file nuklear.h.

◆ progress

struct nk_style_progress nk_style::progress

Definition at line 5362 of file nuklear.h.

◆ property

struct nk_style_property nk_style::property

Definition at line 5363 of file nuklear.h.

◆ scrollh

struct nk_style_scrollbar nk_style::scrollh

Definition at line 5366 of file nuklear.h.

◆ scrollv

struct nk_style_scrollbar nk_style::scrollv

Definition at line 5367 of file nuklear.h.

◆ selectable

struct nk_style_selectable nk_style::selectable

Definition at line 5359 of file nuklear.h.

◆ slider

struct nk_style_slider nk_style::slider

Definition at line 5360 of file nuklear.h.

◆ tab

struct nk_style_tab nk_style::tab

Definition at line 5368 of file nuklear.h.

◆ text

struct nk_style_text nk_style::text

Definition at line 5353 of file nuklear.h.

◆ window

struct nk_style_window nk_style::window

Definition at line 5370 of file nuklear.h.


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