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

Data Fields

struct nk_color color
 
struct nk_image image
 
struct nk_nine_slice slice
 

Detailed Description

Definition at line 4955 of file nuklear.h.

Field Documentation

◆ color

struct nk_color nk_style_item_data::color

Definition at line 4956 of file nuklear.h.

◆ image

struct nk_image nk_style_item_data::image

Definition at line 4957 of file nuklear.h.

◆ slice

struct nk_nine_slice nk_style_item_data::slice

Definition at line 4958 of file nuklear.h.