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 4932 of file nuklear.h.

Field Documentation

◆ color

struct nk_color nk_style_item_data::color

Definition at line 4933 of file nuklear.h.

◆ image

struct nk_image nk_style_item_data::image

Definition at line 4934 of file nuklear.h.

◆ slice

struct nk_nine_slice nk_style_item_data::slice

Definition at line 4935 of file nuklear.h.