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_slider Struct Reference
Collaboration diagram for nk_style_slider:

Data Fields

struct nk_style_item normal
 
struct nk_style_item hover
 
struct nk_style_item active
 
struct nk_color border_color
 
struct nk_color bar_normal
 
struct nk_color bar_hover
 
struct nk_color bar_active
 
struct nk_color bar_filled
 
struct nk_style_item cursor_normal
 
struct nk_style_item cursor_hover
 
struct nk_style_item cursor_active
 
float border
 
float rounding
 
float bar_height
 
struct nk_vec2 padding
 
struct nk_vec2 spacing
 
struct nk_vec2 cursor_size
 
float color_factor
 
float disabled_factor
 
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)
 

Detailed Description

Definition at line 5001 of file nuklear.h.

Field Documentation

◆ active

struct nk_style_item nk_style_slider::active

Definition at line 5005 of file nuklear.h.

◆ bar_active

struct nk_color nk_style_slider::bar_active

Definition at line 5011 of file nuklear.h.

◆ bar_filled

struct nk_color nk_style_slider::bar_filled

Definition at line 5012 of file nuklear.h.

◆ bar_height

float nk_style_slider::bar_height

Definition at line 5022 of file nuklear.h.

◆ bar_hover

struct nk_color nk_style_slider::bar_hover

Definition at line 5010 of file nuklear.h.

◆ bar_normal

struct nk_color nk_style_slider::bar_normal

Definition at line 5009 of file nuklear.h.

◆ border

float nk_style_slider::border

Definition at line 5020 of file nuklear.h.

◆ border_color

struct nk_color nk_style_slider::border_color

Definition at line 5006 of file nuklear.h.

◆ color_factor

float nk_style_slider::color_factor

Definition at line 5026 of file nuklear.h.

◆ cursor_active

struct nk_style_item nk_style_slider::cursor_active

Definition at line 5017 of file nuklear.h.

◆ cursor_hover

struct nk_style_item nk_style_slider::cursor_hover

Definition at line 5016 of file nuklear.h.

◆ cursor_normal

struct nk_style_item nk_style_slider::cursor_normal

Definition at line 5015 of file nuklear.h.

◆ cursor_size

struct nk_vec2 nk_style_slider::cursor_size

Definition at line 5025 of file nuklear.h.

◆ dec_button

struct nk_style_button nk_style_slider::dec_button

Definition at line 5032 of file nuklear.h.

◆ dec_symbol

enum nk_symbol_type nk_style_slider::dec_symbol

Definition at line 5034 of file nuklear.h.

◆ disabled_factor

float nk_style_slider::disabled_factor

Definition at line 5027 of file nuklear.h.

◆ draw_begin

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

Definition at line 5038 of file nuklear.h.

◆ draw_end

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

Definition at line 5039 of file nuklear.h.

◆ hover

struct nk_style_item nk_style_slider::hover

Definition at line 5004 of file nuklear.h.

◆ inc_button

struct nk_style_button nk_style_slider::inc_button

Definition at line 5031 of file nuklear.h.

◆ inc_symbol

enum nk_symbol_type nk_style_slider::inc_symbol

Definition at line 5033 of file nuklear.h.

◆ normal

struct nk_style_item nk_style_slider::normal

Definition at line 5003 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_slider::padding

Definition at line 5023 of file nuklear.h.

◆ rounding

float nk_style_slider::rounding

Definition at line 5021 of file nuklear.h.

◆ show_buttons

int nk_style_slider::show_buttons

Definition at line 5030 of file nuklear.h.

◆ spacing

struct nk_vec2 nk_style_slider::spacing

Definition at line 5024 of file nuklear.h.

◆ userdata

nk_handle nk_style_slider::userdata

Definition at line 5037 of file nuklear.h.


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