bindbc.nuklear.macros

Undocumented in source.

Members

Aliases

nk_command_delegate
alias nk_command_delegate = void delegate(const(nk_command)*)
Undocumented in source.
nk_command_delegate_gc
alias nk_command_delegate_gc = void delegate(const(nk_command)*)
Undocumented in source.
nk_draw_command_delegate
alias nk_draw_command_delegate = void delegate(const(nk_draw_command)*)
Undocumented in source.
nk_draw_command_delegate_gc
alias nk_draw_command_delegate_gc = void delegate(const(nk_draw_command)*)
Undocumented in source.

Functions

nk_draw_foreach
void nk_draw_foreach(nk_context* ctx, const(nk_buffer)* b, nk_draw_command_delegate block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_draw_foreach
void nk_draw_foreach(nk_context* ctx, const(nk_buffer)* b, nk_draw_command_delegate_gc block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_draw_list_foreach
void nk_draw_list_foreach(const(nk_draw_list)* can, const(nk_buffer)* b, nk_draw_command_delegate block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_draw_list_foreach
void nk_draw_list_foreach(const(nk_draw_list)* can, const(nk_buffer)* b, nk_draw_command_delegate_gc block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_foreach
void nk_foreach(nk_context* ctx, nk_command_delegate block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_foreach
void nk_foreach(nk_context* ctx, nk_command_delegate_gc block)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_element_push
auto nk_tree_element_push(nk_context* ctx, nk_tree_type type, const(char)* title, nk_collapse_states state, int* selected)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_element_push_id
auto nk_tree_element_push_id(nk_context* ctx, nk_tree_type type, const(char)* title, nk_collapse_states state, int* selected, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_image_push
auto nk_tree_image_push(nk_context* ctx, nk_tree_type type, nk_image img, const(char)* title, nk_collapse_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_image_push_id
auto nk_tree_image_push_id(nk_context* ctx, nk_tree_type type, nk_image img, const(char)* title, nk_collapse_states state, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_push
auto nk_tree_push(nk_context* ctx, nk_tree_type type, const(char)* title, nk_collapse_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_push_id
auto nk_tree_push_id(nk_context* ctx, nk_tree_type type, const(char)* title, nk_collapse_states state, int id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta