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_selectable Struct Reference
Collaboration diagram for nk_style_selectable:

Data Fields

struct nk_style_item normal
 
struct nk_style_item hover
 
struct nk_style_item pressed
 
struct nk_style_item normal_active
 
struct nk_style_item hover_active
 
struct nk_style_item pressed_active
 
struct nk_color text_normal
 
struct nk_color text_hover
 
struct nk_color text_pressed
 
struct nk_color text_normal_active
 
struct nk_color text_hover_active
 
struct nk_color text_pressed_active
 
struct nk_color text_background
 
nk_flags text_alignment
 
float rounding
 
struct nk_vec2 padding
 
struct nk_vec2 touch_padding
 
struct nk_vec2 image_padding
 
float color_factor
 
float disabled_factor
 
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 4964 of file nuklear.h.

Field Documentation

◆ color_factor

float nk_style_selectable::color_factor

Definition at line 4992 of file nuklear.h.

◆ disabled_factor

float nk_style_selectable::disabled_factor

Definition at line 4993 of file nuklear.h.

◆ draw_begin

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

Definition at line 4997 of file nuklear.h.

◆ draw_end

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

Definition at line 4998 of file nuklear.h.

◆ hover

struct nk_style_item nk_style_selectable::hover

Definition at line 4967 of file nuklear.h.

◆ hover_active

struct nk_style_item nk_style_selectable::hover_active

Definition at line 4972 of file nuklear.h.

◆ image_padding

struct nk_vec2 nk_style_selectable::image_padding

Definition at line 4991 of file nuklear.h.

◆ normal

struct nk_style_item nk_style_selectable::normal

Definition at line 4966 of file nuklear.h.

◆ normal_active

struct nk_style_item nk_style_selectable::normal_active

Definition at line 4971 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_selectable::padding

Definition at line 4989 of file nuklear.h.

◆ pressed

struct nk_style_item nk_style_selectable::pressed

Definition at line 4968 of file nuklear.h.

◆ pressed_active

struct nk_style_item nk_style_selectable::pressed_active

Definition at line 4973 of file nuklear.h.

◆ rounding

float nk_style_selectable::rounding

Definition at line 4988 of file nuklear.h.

◆ text_alignment

nk_flags nk_style_selectable::text_alignment

Definition at line 4985 of file nuklear.h.

◆ text_background

struct nk_color nk_style_selectable::text_background

Definition at line 4984 of file nuklear.h.

◆ text_hover

struct nk_color nk_style_selectable::text_hover

Definition at line 4977 of file nuklear.h.

◆ text_hover_active

struct nk_color nk_style_selectable::text_hover_active

Definition at line 4982 of file nuklear.h.

◆ text_normal

struct nk_color nk_style_selectable::text_normal

Definition at line 4976 of file nuklear.h.

◆ text_normal_active

struct nk_color nk_style_selectable::text_normal_active

Definition at line 4981 of file nuklear.h.

◆ text_pressed

struct nk_color nk_style_selectable::text_pressed

Definition at line 4978 of file nuklear.h.

◆ text_pressed_active

struct nk_color nk_style_selectable::text_pressed_active

Definition at line 4983 of file nuklear.h.

◆ touch_padding

struct nk_vec2 nk_style_selectable::touch_padding

Definition at line 4990 of file nuklear.h.

◆ userdata

nk_handle nk_style_selectable::userdata

Definition at line 4996 of file nuklear.h.


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