- nk__begin
const(nk_command)* nk__begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_begin
const(nk_draw_command)* nk__draw_begin(const(nk_context)* , const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_end
const(nk_draw_command)* nk__draw_end(const(nk_context)* , const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_list_begin
const(nk_draw_command)* nk__draw_list_begin(const(nk_draw_list)* , const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_list_end
const(nk_draw_command)* nk__draw_list_end(const(nk_draw_list)* , const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_list_next
const(nk_draw_command)* nk__draw_list_next(const(nk_draw_command)* , const(nk_buffer)* , const(nk_draw_list)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__draw_next
const(nk_draw_command)* nk__draw_next(const(nk_draw_command)* , const(nk_buffer)* , const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk__next
const(nk_command)* nk__next(nk_context* , const(nk_command)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_begin
int nk_begin(nk_context* ctx, const(char)* title, nk_rect bounds, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_begin_titled
int nk_begin_titled(nk_context* ctx, const(char)* name, const(char)* title, nk_rect bounds, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_clear
void nk_buffer_clear(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_free
void nk_buffer_free(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_info
void nk_buffer_info(nk_memory_status* , nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_init
void nk_buffer_init(nk_buffer* , const(nk_allocator)* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_init_default
void nk_buffer_init_default(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_init_fixed
void nk_buffer_init_fixed(nk_buffer* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_mark
void nk_buffer_mark(nk_buffer* , nk_buffer_allocation_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_memory
void* nk_buffer_memory(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_memory_const
const(void)* nk_buffer_memory_const(const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_push
void nk_buffer_push(nk_buffer* , nk_buffer_allocation_type type, const(void)* memory, nk_size size, nk_size align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_reset
void nk_buffer_reset(nk_buffer* , nk_buffer_allocation_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_buffer_total
nk_size nk_buffer_total(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_color
int nk_button_color(nk_context* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image
int nk_button_image(nk_context* , nk_image img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image_label
int nk_button_image_label(nk_context* , nk_image img, const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image_label_styled
int nk_button_image_label_styled(nk_context* , const(nk_style_button)* , nk_image img, const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image_styled
int nk_button_image_styled(nk_context* , const(nk_style_button)* , nk_image img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image_text
int nk_button_image_text(nk_context* , nk_image img, const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_image_text_styled
int nk_button_image_text_styled(nk_context* , const(nk_style_button)* , nk_image img, const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_label
int nk_button_label(nk_context* , const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_label_styled
int nk_button_label_styled(nk_context* , const(nk_style_button)* , const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_pop_behavior
int nk_button_pop_behavior(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_push_behavior
int nk_button_push_behavior(nk_context* , nk_button_behavior )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_set_behavior
void nk_button_set_behavior(nk_context* , nk_button_behavior )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol
int nk_button_symbol(nk_context* , nk_symbol_type )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol_label
int nk_button_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol_label_styled
int nk_button_symbol_label_styled(nk_context* ctx, const(nk_style_button)* style, nk_symbol_type symbol, const(char)* title, nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol_styled
int nk_button_symbol_styled(nk_context* , const(nk_style_button)* , nk_symbol_type )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol_text
int nk_button_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_symbol_text_styled
int nk_button_symbol_text_styled(nk_context* , const(nk_style_button)* , nk_symbol_type , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_text
int nk_button_text(nk_context* , const(char)* title, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_button_text_styled
int nk_button_text_styled(nk_context* , const(nk_style_button)* , const(char)* title, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_add_slot
void nk_chart_add_slot(nk_context* ctx, const(nk_chart_type) , int count, float min_value, float max_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_add_slot_colored
void nk_chart_add_slot_colored(nk_context* ctx, const(nk_chart_type) , nk_color , nk_color active, int count, float min_value, float max_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_begin
int nk_chart_begin(nk_context* , nk_chart_type , int num, float min, float max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_begin_colored
int nk_chart_begin_colored(nk_context* , nk_chart_type , nk_color , nk_color active, int num, float min, float max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_end
void nk_chart_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_push
nk_flags nk_chart_push(nk_context* , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_chart_push_slot
nk_flags nk_chart_push_slot(nk_context* , float , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_check_flags_label
uint nk_check_flags_label(nk_context* , const(char)* , uint flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_check_flags_text
uint nk_check_flags_text(nk_context* , const(char)* , int , uint flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_check_label
int nk_check_label(nk_context* , const(char)* , int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_check_text
int nk_check_text(nk_context* , const(char)* , int , int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_checkbox_flags_label
int nk_checkbox_flags_label(nk_context* , const(char)* , uint* flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_checkbox_flags_text
int nk_checkbox_flags_text(nk_context* , const(char)* , int , uint* flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_checkbox_label
int nk_checkbox_label(nk_context* , const(char)* , int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_checkbox_text
int nk_checkbox_text(nk_context* , const(char)* , int , int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_clear
void nk_clear(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_cf
nk_colorf nk_color_cf(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_d
void nk_color_d(double* r, double* g, double* b, double* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_dv
void nk_color_dv(double* rgba_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_f
void nk_color_f(float* r, float* g, float* b, float* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_fv
void nk_color_fv(float* rgba_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hex_rgb
void nk_color_hex_rgb(char* output, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hex_rgba
void nk_color_hex_rgba(char* output, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_b
void nk_color_hsv_b(nk_byte* out_h, nk_byte* out_s, nk_byte* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_bv
void nk_color_hsv_bv(nk_byte* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_f
void nk_color_hsv_f(float* out_h, float* out_s, float* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_fv
void nk_color_hsv_fv(float* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_i
void nk_color_hsv_i(int* out_h, int* out_s, int* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsv_iv
void nk_color_hsv_iv(int* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_b
void nk_color_hsva_b(nk_byte* h, nk_byte* s, nk_byte* v, nk_byte* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_bv
void nk_color_hsva_bv(nk_byte* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_f
void nk_color_hsva_f(float* out_h, float* out_s, float* out_v, float* out_a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_fv
void nk_color_hsva_fv(float* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_i
void nk_color_hsva_i(int* h, int* s, int* v, int* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_hsva_iv
void nk_color_hsva_iv(int* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_pick
int nk_color_pick(nk_context* , nk_colorf* , nk_color_format )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_picker
nk_colorf nk_color_picker(nk_context* , nk_colorf , nk_color_format )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_color_u32
nk_uint nk_color_u32(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_colorf_hsva_f
void nk_colorf_hsva_f(float* out_h, float* out_s, float* out_v, float* out_a, nk_colorf in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_colorf_hsva_fv
void nk_colorf_hsva_fv(float* hsva, nk_colorf in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo
int nk_combo(nk_context* , const(char)** items, int count, int selected, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_color
int nk_combo_begin_color(nk_context* , nk_color color, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_image
int nk_combo_begin_image(nk_context* , nk_image img, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_image_label
int nk_combo_begin_image_label(nk_context* , const(char)* selected, nk_image , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_image_text
int nk_combo_begin_image_text(nk_context* , const(char)* selected, int , nk_image , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_label
int nk_combo_begin_label(nk_context* , const(char)* selected, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_symbol
int nk_combo_begin_symbol(nk_context* , nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_symbol_label
int nk_combo_begin_symbol_label(nk_context* , const(char)* selected, nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_symbol_text
int nk_combo_begin_symbol_text(nk_context* , const(char)* selected, int , nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_begin_text
int nk_combo_begin_text(nk_context* , const(char)* selected, int , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_callback
int nk_combo_callback(nk_context* , void function(void*, int, const(char)**) , void* userdata, int selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_close
void nk_combo_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_end
void nk_combo_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_image_label
int nk_combo_item_image_label(nk_context* , nk_image , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_image_text
int nk_combo_item_image_text(nk_context* , nk_image , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_label
int nk_combo_item_label(nk_context* , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_symbol_label
int nk_combo_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_symbol_text
int nk_combo_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_item_text
int nk_combo_item_text(nk_context* , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_separator
int nk_combo_separator(nk_context* , const(char)* items_separated_by_separator, int separator, int selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combo_string
int nk_combo_string(nk_context* , const(char)* items_separated_by_zeros, int selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combobox
void nk_combobox(nk_context* , const(char)** items, int count, int* selected, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combobox_callback
void nk_combobox_callback(nk_context* , void function(void*, int, const(char)**) , void* , int* selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combobox_separator
void nk_combobox_separator(nk_context* , const(char)* items_separated_by_separator, int separator, int* selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_combobox_string
void nk_combobox_string(nk_context* , const(char)* items_separated_by_zeros, int* selected, int count, int item_height, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_begin
int nk_contextual_begin(nk_context* , nk_flags , nk_vec2 , nk_rect trigger_bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_close
void nk_contextual_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_end
void nk_contextual_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_image_label
int nk_contextual_item_image_label(nk_context* , nk_image , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_image_text
int nk_contextual_item_image_text(nk_context* , nk_image , const(char)* , int len, nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_label
int nk_contextual_item_label(nk_context* , const(char)* , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_symbol_label
int nk_contextual_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_symbol_text
int nk_contextual_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_contextual_item_text
int nk_contextual_item_text(nk_context* , const(char)* , int , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_convert
nk_flags nk_convert(nk_context* , nk_buffer* cmds, nk_buffer* vertices, nk_buffer* elements, const(nk_convert_config)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_image
void nk_draw_image(nk_command_buffer* , nk_rect , const(nk_image)* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_add_image
void nk_draw_list_add_image(nk_draw_list* , nk_image texture, nk_rect rect, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_add_text
void nk_draw_list_add_text(nk_draw_list* , const(nk_user_font)* , nk_rect , const(char)* text, int len, float font_height, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_fill_circle
void nk_draw_list_fill_circle(nk_draw_list* , nk_vec2 center, float radius, nk_color col, uint segs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_fill_poly_convex
void nk_draw_list_fill_poly_convex(nk_draw_list* , const(nk_vec2)* points, const(uint) count, nk_color , nk_anti_aliasing )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_fill_rect
void nk_draw_list_fill_rect(nk_draw_list* , nk_rect rect, nk_color , float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_fill_rect_multi_color
void nk_draw_list_fill_rect_multi_color(nk_draw_list* , nk_rect rect, nk_color left, nk_color top, nk_color right, nk_color bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_fill_triangle
void nk_draw_list_fill_triangle(nk_draw_list* , nk_vec2 a, nk_vec2 b, nk_vec2 c, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_init
void nk_draw_list_init(nk_draw_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_arc_to
void nk_draw_list_path_arc_to(nk_draw_list* , nk_vec2 center, float radius, float a_min, float a_max, uint segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_arc_to_fast
void nk_draw_list_path_arc_to_fast(nk_draw_list* , nk_vec2 center, float radius, int a_min, int a_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_clear
void nk_draw_list_path_clear(nk_draw_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_curve_to
void nk_draw_list_path_curve_to(nk_draw_list* , nk_vec2 p2, nk_vec2 p3, nk_vec2 p4, uint num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_fill
void nk_draw_list_path_fill(nk_draw_list* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_line_to
void nk_draw_list_path_line_to(nk_draw_list* , nk_vec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_rect_to
void nk_draw_list_path_rect_to(nk_draw_list* , nk_vec2 a, nk_vec2 b, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_path_stroke
void nk_draw_list_path_stroke(nk_draw_list* , nk_color , nk_draw_list_stroke closed, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_push_userdata
void nk_draw_list_push_userdata(nk_draw_list* , nk_handle userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_setup
void nk_draw_list_setup(nk_draw_list* , const(nk_convert_config)* , nk_buffer* cmds, nk_buffer* vertices, nk_buffer* elements, nk_anti_aliasing line_aa, nk_anti_aliasing shape_aa)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_circle
void nk_draw_list_stroke_circle(nk_draw_list* , nk_vec2 center, float radius, nk_color , uint segs, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_curve
void nk_draw_list_stroke_curve(nk_draw_list* , nk_vec2 p0, nk_vec2 cp0, nk_vec2 cp1, nk_vec2 p1, nk_color , uint segments, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_line
void nk_draw_list_stroke_line(nk_draw_list* , nk_vec2 a, nk_vec2 b, nk_color , float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_poly_line
void nk_draw_list_stroke_poly_line(nk_draw_list* , const(nk_vec2)* pnts, const(uint) cnt, nk_color , nk_draw_list_stroke , float thickness, nk_anti_aliasing )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_rect
void nk_draw_list_stroke_rect(nk_draw_list* , nk_rect rect, nk_color , float rounding, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_list_stroke_triangle
void nk_draw_list_stroke_triangle(nk_draw_list* , nk_vec2 a, nk_vec2 b, nk_vec2 c, nk_color , float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_draw_text
void nk_draw_text(nk_command_buffer* , nk_rect , const(char)* text, int len, const(nk_user_font)* , nk_color , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_edit_buffer
nk_flags nk_edit_buffer(nk_context* , nk_flags , nk_text_edit* , nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_edit_focus
void nk_edit_focus(nk_context* , nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_edit_string
nk_flags nk_edit_string(nk_context* , nk_flags , char* buffer, int* len, int max, nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_edit_string_zero_terminated
nk_flags nk_edit_string_zero_terminated(nk_context* , nk_flags , char* buffer, int max, nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_edit_unfocus
void nk_edit_unfocus(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_end
void nk_end(nk_context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_arc
void nk_fill_arc(nk_command_buffer* , float cx, float cy, float radius, float a_min, float a_max, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_circle
void nk_fill_circle(nk_command_buffer* , nk_rect , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_polygon
void nk_fill_polygon(nk_command_buffer* , float* , int point_count, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_rect
void nk_fill_rect(nk_command_buffer* , nk_rect , float rounding, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_rect_multi_color
void nk_fill_rect_multi_color(nk_command_buffer* , nk_rect , nk_color left, nk_color top, nk_color right, nk_color bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_fill_triangle
void nk_fill_triangle(nk_command_buffer* , float x0, float y0, float x1, float y1, float x2, float y2, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_ascii
int nk_filter_ascii(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_binary
int nk_filter_binary(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_decimal
int nk_filter_decimal(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_default
int nk_filter_default(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_float
int nk_filter_float(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_hex
int nk_filter_hex(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_filter_oct
int nk_filter_oct(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add
nk_font* nk_font_atlas_add(nk_font_atlas* , const(nk_font_config)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add_compressed
nk_font* nk_font_atlas_add_compressed(nk_font_atlas* , void* memory, nk_size size, float height, const(nk_font_config)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add_compressed_base85
nk_font* nk_font_atlas_add_compressed_base85(nk_font_atlas* , const(char)* data, float height, const(nk_font_config)* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add_default
nk_font* nk_font_atlas_add_default(nk_font_atlas* , float height, const(nk_font_config)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add_from_file
nk_font* nk_font_atlas_add_from_file(nk_font_atlas* atlas, const(char)* file_path, float height, const(nk_font_config)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_add_from_memory
nk_font* nk_font_atlas_add_from_memory(nk_font_atlas* atlas, void* memory, nk_size size, float height, const(nk_font_config)* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_bake
const(void)* nk_font_atlas_bake(nk_font_atlas* , int* width, int* height, nk_font_atlas_format )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_begin
void nk_font_atlas_begin(nk_font_atlas* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_cleanup
void nk_font_atlas_cleanup(nk_font_atlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_clear
void nk_font_atlas_clear(nk_font_atlas* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_end
void nk_font_atlas_end(nk_font_atlas* , nk_handle tex, nk_draw_null_texture* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_init
void nk_font_atlas_init(nk_font_atlas* , nk_allocator* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_init_custom
void nk_font_atlas_init_custom(nk_font_atlas* , nk_allocator* persistent, nk_allocator* transient)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_atlas_init_default
void nk_font_atlas_init_default(nk_font_atlas* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_chinese_glyph_ranges
const(nk_rune)* nk_font_chinese_glyph_ranges()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_config_
nk_font_config nk_font_config_(float pixel_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_cyrillic_glyph_ranges
const(nk_rune)* nk_font_cyrillic_glyph_ranges()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_default_glyph_ranges
const(nk_rune)* nk_font_default_glyph_ranges()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_find_glyph
const(nk_font_glyph)* nk_font_find_glyph(nk_font* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_font_korean_glyph_ranges
const(nk_rune)* nk_font_korean_glyph_ranges()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_free
void nk_free(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_get_null_rect
nk_rect nk_get_null_rect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_begin
int nk_group_begin(nk_context* , const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_begin_titled
int nk_group_begin_titled(nk_context* , const(char)* name, const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_end
void nk_group_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_get_scroll
void nk_group_get_scroll(nk_context* , const(char)* id, nk_uint* x_offset, nk_uint* y_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_scrolled_begin
int nk_group_scrolled_begin(nk_context* , nk_scroll* off, const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_scrolled_end
void nk_group_scrolled_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_scrolled_offset_begin
int nk_group_scrolled_offset_begin(nk_context* , nk_uint* x_offset, nk_uint* y_offset, const(char)* title, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_group_set_scroll
void nk_group_set_scroll(nk_context* , const(char)* id, nk_uint x_offset, nk_uint y_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_handle_id
nk_handle nk_handle_id(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_handle_ptr
nk_handle nk_handle_ptr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsv
nk_color nk_hsv(int h, int s, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsv_bv
nk_color nk_hsv_bv(const(nk_byte)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsv_f
nk_color nk_hsv_f(float h, float s, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsv_fv
nk_color nk_hsv_fv(const(float)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsv_iv
nk_color nk_hsv_iv(const(int)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva
nk_color nk_hsva(int h, int s, int v, int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_bv
nk_color nk_hsva_bv(const(nk_byte)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_colorf
nk_colorf nk_hsva_colorf(float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_colorfv
nk_colorf nk_hsva_colorfv(float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_f
nk_color nk_hsva_f(float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_fv
nk_color nk_hsva_fv(const(float)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_hsva_iv
nk_color nk_hsva_iv(const(int)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_
void nk_image_(nk_context* , nk_image )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_color
void nk_image_color(nk_context* , nk_image , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_handle
nk_image nk_image_handle(nk_handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_id
nk_image nk_image_id(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_is_subimage
int nk_image_is_subimage(const(nk_image)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_image_ptr
nk_image nk_image_ptr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_init
int nk_init(nk_context* , nk_allocator* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_init_custom
int nk_init_custom(nk_context* , nk_buffer* cmds, nk_buffer* pool, const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_init_default
int nk_init_default(nk_context* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_init_fixed
int nk_init_fixed(nk_context* , void* memory, nk_size size, const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_any_mouse_click_in_rect
int nk_input_any_mouse_click_in_rect(const(nk_input)* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_begin
void nk_input_begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_button
void nk_input_button(nk_context* , nk_buttons , int x, int y, int down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_char
void nk_input_char(nk_context* , char )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_end
void nk_input_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_glyph
void nk_input_glyph(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_has_mouse_click
int nk_input_has_mouse_click(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_has_mouse_click_down_in_rect
int nk_input_has_mouse_click_down_in_rect(const(nk_input)* , nk_buttons , nk_rect , int down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_has_mouse_click_in_rect
int nk_input_has_mouse_click_in_rect(const(nk_input)* , nk_buttons , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_key_down
int nk_input_is_key_down(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_key_pressed
int nk_input_is_key_pressed(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_key_released
int nk_input_is_key_released(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_click_down_in_rect
int nk_input_is_mouse_click_down_in_rect(const(nk_input)* i, nk_buttons id, nk_rect b, int down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_click_in_rect
int nk_input_is_mouse_click_in_rect(const(nk_input)* , nk_buttons , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_down
int nk_input_is_mouse_down(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_hovering_rect
int nk_input_is_mouse_hovering_rect(const(nk_input)* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_pressed
int nk_input_is_mouse_pressed(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_prev_hovering_rect
int nk_input_is_mouse_prev_hovering_rect(const(nk_input)* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_is_mouse_released
int nk_input_is_mouse_released(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_key
void nk_input_key(nk_context* , nk_keys , int down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_motion
void nk_input_motion(nk_context* , int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_mouse_clicked
int nk_input_mouse_clicked(const(nk_input)* , nk_buttons , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_scroll
void nk_input_scroll(nk_context* , nk_vec2 val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_input_unicode
void nk_input_unicode(nk_context* , nk_rune )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_item_is_any_active
int nk_item_is_any_active(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_label
void nk_label(nk_context* , const(char)* , nk_flags align__)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_label_colored
void nk_label_colored(nk_context* , const(char)* , nk_flags align__, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_label_colored_wrap
void nk_label_colored_wrap(nk_context* , const(char)* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_label_wrap
void nk_label_wrap(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelf
void nk_labelf(nk_context* , nk_flags , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelf_colored
void nk_labelf_colored(nk_context* , nk_flags , nk_color , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelf_colored_wrap
void nk_labelf_colored_wrap(nk_context* , nk_color , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelf_wrap
void nk_labelf_wrap(nk_context* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelfv
void nk_labelfv(nk_context* , nk_flags , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelfv_colored
void nk_labelfv_colored(nk_context* , nk_flags , nk_color , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelfv_colored_wrap
void nk_labelfv_colored_wrap(nk_context* , nk_color , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_labelfv_wrap
void nk_labelfv_wrap(nk_context* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_ratio_from_pixel
float nk_layout_ratio_from_pixel(nk_context* , float pixel_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_reset_min_row_height
void nk_layout_reset_min_row_height(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row
void nk_layout_row(nk_context* , nk_layout_format , float height, int cols, const(float)* ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_begin
void nk_layout_row_begin(nk_context* ctx, nk_layout_format fmt, float row_height, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_dynamic
void nk_layout_row_dynamic(nk_context* ctx, float height, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_end
void nk_layout_row_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_push
void nk_layout_row_push(nk_context* , float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_static
void nk_layout_row_static(nk_context* ctx, float height, int item_width, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_template_begin
void nk_layout_row_template_begin(nk_context* , float row_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_template_end
void nk_layout_row_template_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_template_push_dynamic
void nk_layout_row_template_push_dynamic(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_template_push_static
void nk_layout_row_template_push_static(nk_context* , float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_row_template_push_variable
void nk_layout_row_template_push_variable(nk_context* , float min_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_set_min_row_height
void nk_layout_set_min_row_height(nk_context* , float height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_begin
void nk_layout_space_begin(nk_context* , nk_layout_format , float height, int widget_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_bounds
nk_rect nk_layout_space_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_end
void nk_layout_space_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_push
void nk_layout_space_push(nk_context* , nk_rect bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_rect_to_local
nk_rect nk_layout_space_rect_to_local(nk_context* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_rect_to_screen
nk_rect nk_layout_space_rect_to_screen(nk_context* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_to_local
nk_vec2 nk_layout_space_to_local(nk_context* , nk_vec2 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_space_to_screen
nk_vec2 nk_layout_space_to_screen(nk_context* , nk_vec2 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_layout_widget_bounds
nk_rect nk_layout_widget_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_list_view_begin
int nk_list_view_begin(nk_context* , nk_list_view* out_, const(char)* id, nk_flags , int row_height, int row_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_list_view_end
void nk_list_view_end(nk_list_view* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_image
int nk_menu_begin_image(nk_context* , const(char)* , nk_image , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_image_label
int nk_menu_begin_image_label(nk_context* , const(char)* , nk_flags align_, nk_image , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_image_text
int nk_menu_begin_image_text(nk_context* , const(char)* , int , nk_flags align_, nk_image , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_label
int nk_menu_begin_label(nk_context* , const(char)* , nk_flags align_, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_symbol
int nk_menu_begin_symbol(nk_context* , const(char)* , nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_symbol_label
int nk_menu_begin_symbol_label(nk_context* , const(char)* , nk_flags align_, nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_symbol_text
int nk_menu_begin_symbol_text(nk_context* , const(char)* , int , nk_flags align_, nk_symbol_type , nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_begin_text
int nk_menu_begin_text(nk_context* , const(char)* title, int title_len, nk_flags align_, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_close
void nk_menu_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_end
void nk_menu_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_image_label
int nk_menu_item_image_label(nk_context* , nk_image , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_image_text
int nk_menu_item_image_text(nk_context* , nk_image , const(char)* , int len, nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_label
int nk_menu_item_label(nk_context* , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_symbol_label
int nk_menu_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_symbol_text
int nk_menu_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_ment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menu_item_text
int nk_menu_item_text(nk_context* , const(char)* , int , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menubar_begin
void nk_menubar_begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_menubar_end
void nk_menubar_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_murmur_hash
nk_hash nk_murmur_hash(const(void)* key, int len, nk_hash seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_option_label
int nk_option_label(nk_context* , const(char)* , int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_option_text
int nk_option_text(nk_context* , const(char)* , int , int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_plot
void nk_plot(nk_context* , nk_chart_type , const(float)* values, int count, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_plot_function
void nk_plot_function(nk_context* , nk_chart_type , void* userdata, float function(void* user, int index) , int count, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_popup_begin
int nk_popup_begin(nk_context* , nk_popup_type , const(char)* , nk_flags , nk_rect bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_popup_close
void nk_popup_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_popup_end
void nk_popup_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_popup_get_scroll
void nk_popup_get_scroll(nk_context* , nk_uint* offset_x, nk_uint* offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_popup_set_scroll
void nk_popup_set_scroll(nk_context* , nk_uint offset_x, nk_uint offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_prog
nk_size nk_prog(nk_context* , nk_size cur, nk_size max, int modifyable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_progress
int nk_progress(nk_context* , nk_size* cur, nk_size max, int modifyable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_property_double
void nk_property_double(nk_context* , const(char)* name, double min, double* val, double max, double step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_property_float
void nk_property_float(nk_context* , const(char)* name, float min, float* val, float max, float step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_property_int
void nk_property_int(nk_context* , const(char)* name, int min, int* val, int max, int step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_propertyd
double nk_propertyd(nk_context* , const(char)* name, double min, double val, double max, double step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_propertyf
float nk_propertyf(nk_context* , const(char)* name, float min, float val, float max, float step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_propertyi
int nk_propertyi(nk_context* , const(char)* name, int min, int val, int max, int step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_push_custom
void nk_push_custom(nk_command_buffer* , nk_rect , nk_command_custom_callback , nk_handle usr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_push_scissor
void nk_push_scissor(nk_command_buffer* , nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_radio_label
int nk_radio_label(nk_context* , const(char)* , int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_radio_text
int nk_radio_text(nk_context* , const(char)* , int , int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rect_
nk_rect nk_rect_(float x, float y, float w, float h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rect_pos
nk_vec2 nk_rect_pos(nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rect_size
nk_vec2 nk_rect_size(nk_rect )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_recta
nk_rect nk_recta(nk_vec2 pos, nk_vec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_recti
nk_rect nk_recti(int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rectiv
nk_rect nk_rectiv(const(int)* xywh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rectv
nk_rect nk_rectv(const(float)* xywh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb
nk_color nk_rgb(int r, int g, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_bv
nk_color nk_rgb_bv(const(nk_byte)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_cf
nk_color nk_rgb_cf(nk_colorf c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_f
nk_color nk_rgb_f(float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_fv
nk_color nk_rgb_fv(const(float)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_hex
nk_color nk_rgb_hex(const(char)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgb_iv
nk_color nk_rgb_iv(const(int)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba
nk_color nk_rgba(int r, int g, int b, int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_bv
nk_color nk_rgba_bv(const(nk_byte)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_cf
nk_color nk_rgba_cf(nk_colorf c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_f
nk_color nk_rgba_f(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_fv
nk_color nk_rgba_fv(const(float)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_hex
nk_color nk_rgba_hex(const(char)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_iv
nk_color nk_rgba_iv(const(int)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_rgba_u32
nk_color nk_rgba_u32(nk_uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_image_label
int nk_select_image_label(nk_context* , nk_image , const(char)* , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_image_text
int nk_select_image_text(nk_context* , nk_image , const(char)* , int , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_label
int nk_select_label(nk_context* , const(char)* , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_symbol_label
int nk_select_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_symbol_text
int nk_select_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_select_text
int nk_select_text(nk_context* , const(char)* , int , nk_flags align_, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_image_label
int nk_selectable_image_label(nk_context* , nk_image , const(char)* , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_image_text
int nk_selectable_image_text(nk_context* , nk_image , const(char)* , int , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_label
int nk_selectable_label(nk_context* , const(char)* , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_symbol_label
int nk_selectable_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_symbol_text
int nk_selectable_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_selectable_text
int nk_selectable_text(nk_context* , const(char)* , int , nk_flags align_, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_set_user_data
void nk_set_user_data(nk_context* , nk_handle handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_slide_float
float nk_slide_float(nk_context* , float min, float val, float max, float step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_slide_int
int nk_slide_int(nk_context* , int min, int val, int max, int step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_slider_float
int nk_slider_float(nk_context* , float min, float* val, float max, float step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_slider_int
int nk_slider_int(nk_context* , int min, int* val, int max, int step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_spacing
void nk_spacing(nk_context* , int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_str_char
int nk_str_append_str_char(nk_str* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_str_runes
int nk_str_append_str_runes(nk_str* , const(nk_rune)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_str_utf8
int nk_str_append_str_utf8(nk_str* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_text_char
int nk_str_append_text_char(nk_str* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_text_runes
int nk_str_append_text_runes(nk_str* , const(nk_rune)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_append_text_utf8
int nk_str_append_text_utf8(nk_str* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_at_char
char* nk_str_at_char(nk_str* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_at_char_const
const(char)* nk_str_at_char_const(const(nk_str)* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_at_const
const(char)* nk_str_at_const(const(nk_str)* , int pos, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_at_rune
char* nk_str_at_rune(nk_str* , int pos, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_clear
void nk_str_clear(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_delete_chars
void nk_str_delete_chars(nk_str* , int pos, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_delete_runes
void nk_str_delete_runes(nk_str* , int pos, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_free
void nk_str_free(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_get
char* nk_str_get(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_get_const
const(char)* nk_str_get_const(const(nk_str)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_init
void nk_str_init(nk_str* , const(nk_allocator)* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_init_default
void nk_str_init_default(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_init_fixed
void nk_str_init_fixed(nk_str* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_at_char
int nk_str_insert_at_char(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_at_rune
int nk_str_insert_at_rune(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_str_char
int nk_str_insert_str_char(nk_str* , int pos, const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_str_runes
int nk_str_insert_str_runes(nk_str* , int pos, const(nk_rune)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_str_utf8
int nk_str_insert_str_utf8(nk_str* , int pos, const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_text_char
int nk_str_insert_text_char(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_text_runes
int nk_str_insert_text_runes(nk_str* , int pos, const(nk_rune)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_insert_text_utf8
int nk_str_insert_text_utf8(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_len
int nk_str_len(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_len_char
int nk_str_len_char(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_remove_chars
void nk_str_remove_chars(nk_str* , int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_remove_runes
void nk_str_remove_runes(nk_str* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_str_rune_at
nk_rune nk_str_rune_at(const(nk_str)* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strfilter
int nk_strfilter(const(char)* text, const(char)* regexp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stricmp
int nk_stricmp(const(char)* s1, const(char)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stricmpn
int nk_stricmpn(const(char)* s1, const(char)* s2, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strlen
int nk_strlen(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strmatch_fuzzy_string
int nk_strmatch_fuzzy_string(const(char)* str, const(char)* pattern, int* out_score)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strmatch_fuzzy_text
int nk_strmatch_fuzzy_text(const(char)* txt, int txt_len, const(char)* pattern, int* out_score)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_arc
void nk_stroke_arc(nk_command_buffer* , float cx, float cy, float radius, float a_min, float a_max, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_circle
void nk_stroke_circle(nk_command_buffer* , nk_rect , float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_curve
void nk_stroke_curve(nk_command_buffer* , float , float , float , float , float , float , float , float , float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_line
void nk_stroke_line(nk_command_buffer* b, float x0, float y0, float x1, float y1, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_polygon
void nk_stroke_polygon(nk_command_buffer* , float* , int point_count, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_polyline
void nk_stroke_polyline(nk_command_buffer* , float* points, int point_count, float line_thickness, nk_color col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_rect
void nk_stroke_rect(nk_command_buffer* , nk_rect , float rounding, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_stroke_triangle
void nk_stroke_triangle(nk_command_buffer* , float , float , float , float , float , float , float line_thichness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strtod
double nk_strtod(const(char)* str, const(char)** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strtof
float nk_strtof(const(char)* str, const(char)** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_strtoi
int nk_strtoi(const(char)* str, const(char)** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_default
void nk_style_default(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_from_table
void nk_style_from_table(nk_context* , const(nk_color)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_get_color_by_name
const(char)* nk_style_get_color_by_name(nk_style_colors )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_hide_cursor
void nk_style_hide_cursor(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_item_color
nk_style_item nk_style_item_color(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_item_hide
nk_style_item nk_style_item_hide()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_item_image
nk_style_item nk_style_item_image(nk_image img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_load_all_cursors
void nk_style_load_all_cursors(nk_context* , nk_cursor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_load_cursor
void nk_style_load_cursor(nk_context* , nk_style_cursor , const(nk_cursor)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_color
int nk_style_pop_color(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_flags
int nk_style_pop_flags(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_float
int nk_style_pop_float(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_font
int nk_style_pop_font(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_style_item
int nk_style_pop_style_item(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_pop_vec2
int nk_style_pop_vec2(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_color
int nk_style_push_color(nk_context* , nk_color* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_flags
int nk_style_push_flags(nk_context* , nk_flags* , nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_float
int nk_style_push_float(nk_context* , float* , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_font
int nk_style_push_font(nk_context* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_style_item
int nk_style_push_style_item(nk_context* , nk_style_item* , nk_style_item )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_push_vec2
int nk_style_push_vec2(nk_context* , nk_vec2* , nk_vec2 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_set_cursor
int nk_style_set_cursor(nk_context* , nk_style_cursor )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_set_font
void nk_style_set_font(nk_context* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_style_show_cursor
void nk_style_show_cursor(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_subimage_handle
nk_image nk_subimage_handle(nk_handle , ushort w, ushort h, nk_rect sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_subimage_id
nk_image nk_subimage_id(int , ushort w, ushort h, nk_rect sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_subimage_ptr
nk_image nk_subimage_ptr(void* , ushort w, ushort h, nk_rect sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_text
void nk_text(nk_context* , const(char)* , int , nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_text_colored
void nk_text_colored(nk_context* , const(char)* , int , nk_flags , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_text_wrap
void nk_text_wrap(nk_context* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_text_wrap_colored
void nk_text_wrap_colored(nk_context* , const(char)* , int , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_cut
int nk_textedit_cut(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_delete
void nk_textedit_delete(nk_text_edit* , int where, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_delete_selection
void nk_textedit_delete_selection(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_free
void nk_textedit_free(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_init
void nk_textedit_init(nk_text_edit* , nk_allocator* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_init_default
void nk_textedit_init_default(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_init_fixed
void nk_textedit_init_fixed(nk_text_edit* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_paste
int nk_textedit_paste(nk_text_edit* , const(char)* , int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_redo
void nk_textedit_redo(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_select_all
void nk_textedit_select_all(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_text
void nk_textedit_text(nk_text_edit* , const(char)* , int total_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_textedit_undo
void nk_textedit_undo(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tooltip
void nk_tooltip(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tooltip_begin
int nk_tooltip_begin(nk_context* , float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tooltip_end
void nk_tooltip_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tooltipf
void nk_tooltipf(nk_context* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tooltipfv
void nk_tooltipfv(nk_context* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_element_image_push_hashed
int nk_tree_element_image_push_hashed(nk_context* , nk_tree_type , nk_image , const(char)* title, nk_collapse_states initial_state, int* selected, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_element_pop
void nk_tree_element_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_element_push_hashed
int nk_tree_element_push_hashed(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states initial_state, int* selected, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_image_push_hashed
int nk_tree_image_push_hashed(nk_context* , nk_tree_type , nk_image , const(char)* title, nk_collapse_states initial_state, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_pop
void nk_tree_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_push_hashed
int nk_tree_push_hashed(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states initial_state, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_state_image_push
int nk_tree_state_image_push(nk_context* , nk_tree_type , nk_image , const(char)* title, nk_collapse_states* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_state_pop
void nk_tree_state_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_tree_state_push
int nk_tree_state_push(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_triangle_from_direction
void nk_triangle_from_direction(nk_vec2* result, nk_rect r, float pad_x, float pad_y, nk_heading )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_utf_at
const(char)* nk_utf_at(const(char)* buffer, int length, int index, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_utf_decode
int nk_utf_decode(const(char)* , nk_rune* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_utf_encode
int nk_utf_encode(nk_rune , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_utf_len
int nk_utf_len(const(char)* , int byte_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_bool
void nk_value_bool(nk_context* , const(char)* prefix, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_color_byte
void nk_value_color_byte(nk_context* , const(char)* prefix, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_color_float
void nk_value_color_float(nk_context* , const(char)* prefix, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_color_hex
void nk_value_color_hex(nk_context* , const(char)* prefix, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_float
void nk_value_float(nk_context* , const(char)* prefix, float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_int
void nk_value_int(nk_context* , const(char)* prefix, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_value_uint
void nk_value_uint(nk_context* , const(char)* prefix, uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_vec2_
nk_vec2 nk_vec2_(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_vec2i_
nk_vec2 nk_vec2i_(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_vec2iv
nk_vec2 nk_vec2iv(const(int)* xy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_vec2v
nk_vec2 nk_vec2v(const(float)* xy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget
nk_widget_layout_states nk_widget(nk_rect* , const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_bounds
nk_rect nk_widget_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_fitting
nk_widget_layout_states nk_widget_fitting(nk_rect* , nk_context* , nk_vec2 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_has_mouse_click_down
int nk_widget_has_mouse_click_down(nk_context* , nk_buttons , int down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_height
float nk_widget_height(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_is_hovered
int nk_widget_is_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_is_mouse_clicked
int nk_widget_is_mouse_clicked(nk_context* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_position
nk_vec2 nk_widget_position(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_size
nk_vec2 nk_widget_size(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_widget_width
float nk_widget_width(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_close
void nk_window_close(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_collapse
void nk_window_collapse(nk_context* , const(char)* name, nk_collapse_states state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_collapse_if
void nk_window_collapse_if(nk_context* , const(char)* name, nk_collapse_states , int cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_find
nk_window* nk_window_find(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_bounds
nk_rect nk_window_get_bounds(const(nk_context)* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_canvas
nk_command_buffer* nk_window_get_canvas(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_content_region
nk_rect nk_window_get_content_region(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_content_region_max
nk_vec2 nk_window_get_content_region_max(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_content_region_min
nk_vec2 nk_window_get_content_region_min(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_content_region_size
nk_vec2 nk_window_get_content_region_size(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_height
float nk_window_get_height(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_panel
nk_panel* nk_window_get_panel(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_position
nk_vec2 nk_window_get_position(const(nk_context)* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_scroll
void nk_window_get_scroll(nk_context* , nk_uint* offset_x, nk_uint* offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_size
nk_vec2 nk_window_get_size(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_get_width
float nk_window_get_width(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_has_focus
int nk_window_has_focus(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_active
int nk_window_is_active(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_any_hovered
int nk_window_is_any_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_closed
int nk_window_is_closed(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_collapsed
int nk_window_is_collapsed(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_hidden
int nk_window_is_hidden(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_is_hovered
int nk_window_is_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_set_bounds
void nk_window_set_bounds(nk_context* , const(char)* name, nk_rect bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_set_focus
void nk_window_set_focus(nk_context* , const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_set_position
void nk_window_set_position(nk_context* , const(char)* name, nk_vec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_set_scroll
void nk_window_set_scroll(nk_context* , nk_uint offset_x, nk_uint offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_set_size
void nk_window_set_size(nk_context* , const(char)* name, nk_vec2 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_show
void nk_window_show(nk_context* , const(char)* name, nk_show_states )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nk_window_show_if
void nk_window_show_if(nk_context* , const(char)* name, nk_show_states , int cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.