- 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.