nk_window

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

bounds
nk_rect bounds;
Undocumented in source.
buffer
nk_command_buffer buffer;
Undocumented in source.
edit
nk_edit_state edit;
Undocumented in source.
flags
nk_flags flags;
Undocumented in source.
layout
nk_panel* layout;
Undocumented in source.
name
nk_hash name;
Undocumented in source.
next
nk_window* next;
Undocumented in source.
parent
nk_window* parent;
Undocumented in source.
popup
nk_popup_state popup;
Undocumented in source.
prev
nk_window* prev;
Undocumented in source.
property
nk_property_state property;
Undocumented in source.
scrollbar
nk_scroll scrollbar;
Undocumented in source.
scrolled
uint scrolled;
Undocumented in source.
seq
uint seq;
Undocumented in source.
table_count
ushort table_count;
Undocumented in source.
table_size
ushort table_size;
Undocumented in source.
tables
nk_table* tables;
Undocumented in source.

Meta