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_popup_buffer Struct Reference

Data Fields

nk_size begin
 
nk_size parent
 
nk_size last
 
nk_size end
 
nk_bool active
 

Detailed Description

Definition at line 5449 of file nuklear.h.

Field Documentation

◆ active

nk_bool nk_popup_buffer::active

Definition at line 5454 of file nuklear.h.

◆ begin

nk_size nk_popup_buffer::begin

Definition at line 5450 of file nuklear.h.

◆ end

nk_size nk_popup_buffer::end

Definition at line 5453 of file nuklear.h.

◆ last

nk_size nk_popup_buffer::last

Definition at line 5452 of file nuklear.h.

◆ parent

nk_size nk_popup_buffer::parent

Definition at line 5451 of file nuklear.h.


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