Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_style_link Struct Reference
Collaboration diagram for nk_style_link:

Data Fields

struct nk_color text_normal
 
struct nk_color text_hover
 
struct nk_color text_active
 
enum nk_link_underline underline
 
float underline_thickness
 
struct nk_vec2 padding
 
struct nk_vec2 touch_padding
 
float color_factor
 
float disabled_factor
 

Detailed Description

Definition at line 4973 of file nuklear.h.

Field Documentation

◆ color_factor

float nk_style_link::color_factor

Definition at line 4981 of file nuklear.h.

◆ disabled_factor

float nk_style_link::disabled_factor

Definition at line 4982 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_link::padding

Definition at line 4979 of file nuklear.h.

◆ text_active

struct nk_color nk_style_link::text_active

Definition at line 4976 of file nuklear.h.

◆ text_hover

struct nk_color nk_style_link::text_hover

Definition at line 4975 of file nuklear.h.

◆ text_normal

struct nk_color nk_style_link::text_normal

Definition at line 4974 of file nuklear.h.

◆ touch_padding

struct nk_vec2 nk_style_link::touch_padding

Definition at line 4980 of file nuklear.h.

◆ underline

enum nk_link_underline nk_style_link::underline

Definition at line 4977 of file nuklear.h.

◆ underline_thickness

float nk_style_link::underline_thickness

Definition at line 4978 of file nuklear.h.