bindbc.nuklear.binddynamic

Undocumented in source.

Members

Aliases

pnk__begin
alias pnk__begin = const(nk_command)* function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk__draw_begin
alias pnk__draw_begin = const(nk_draw_command)* function(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.
pnk__draw_end
alias pnk__draw_end = const(nk_draw_command)* function(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.
pnk__draw_list_begin
alias pnk__draw_list_begin = const(nk_draw_command)* function(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.
pnk__draw_list_end
alias pnk__draw_list_end = const(nk_draw_command)* function(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.
pnk__draw_list_next
alias pnk__draw_list_next = const(nk_draw_command)* function(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.
pnk__draw_next
alias pnk__draw_next = const(nk_draw_command)* function(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.
pnk__next
alias pnk__next = const(nk_command)* function(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.
pnk_begin
alias pnk_begin = int function(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.
pnk_begin_titled
alias pnk_begin_titled = int function(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.
pnk_buffer_clear
alias pnk_buffer_clear = void function(nk_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_buffer_free
alias pnk_buffer_free = void function(nk_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_buffer_info
alias pnk_buffer_info = void function(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.
pnk_buffer_init
alias pnk_buffer_init = void function(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.
pnk_buffer_init_default
alias pnk_buffer_init_default = void function(nk_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_buffer_init_fixed
alias pnk_buffer_init_fixed = void function(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.
pnk_buffer_mark
alias pnk_buffer_mark = void function(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.
pnk_buffer_memory
alias pnk_buffer_memory = void* function(nk_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_buffer_memory_const
alias pnk_buffer_memory_const = const(void)* function(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.
pnk_buffer_push
alias pnk_buffer_push = void function(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.
pnk_buffer_reset
alias pnk_buffer_reset = void function(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.
pnk_buffer_total
alias pnk_buffer_total = nk_size function(nk_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_color
alias pnk_button_color = int function(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.
pnk_button_image
alias pnk_button_image = int function(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.
pnk_button_image_label
alias pnk_button_image_label = int function(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.
pnk_button_image_label_styled
alias pnk_button_image_label_styled = int function(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.
pnk_button_image_styled
alias pnk_button_image_styled = int function(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.
pnk_button_image_text
alias pnk_button_image_text = int function(nk_context*, nk_image img, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_image_text_styled
alias pnk_button_image_text_styled = int function(nk_context*, const(nk_style_button)*, nk_image img, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_label
alias pnk_button_label = int function(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.
pnk_button_label_styled
alias pnk_button_label_styled = int function(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.
pnk_button_pop_behavior
alias pnk_button_pop_behavior = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_push_behavior
alias pnk_button_push_behavior = int function(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.
pnk_button_set_behavior
alias pnk_button_set_behavior = void function(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.
pnk_button_symbol
alias pnk_button_symbol = int function(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.
pnk_button_symbol_label
alias pnk_button_symbol_label = int function(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.
pnk_button_symbol_label_styled
alias pnk_button_symbol_label_styled = int function(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.
pnk_button_symbol_styled
alias pnk_button_symbol_styled = int function(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.
pnk_button_symbol_text
alias pnk_button_symbol_text = int function(nk_context*, nk_symbol_type, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_symbol_text_styled
alias pnk_button_symbol_text_styled = int function(nk_context*, const(nk_style_button)*, nk_symbol_type, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_button_text
alias pnk_button_text = int function(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.
pnk_button_text_styled
alias pnk_button_text_styled = int function(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.
pnk_chart_add_slot
alias pnk_chart_add_slot = void function(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.
pnk_chart_add_slot_colored
alias pnk_chart_add_slot_colored = void function(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.
pnk_chart_begin
alias pnk_chart_begin = int function(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.
pnk_chart_begin_colored
alias pnk_chart_begin_colored = int function(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.
pnk_chart_end
alias pnk_chart_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_chart_push
alias pnk_chart_push = nk_flags function(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.
pnk_chart_push_slot
alias pnk_chart_push_slot = nk_flags function(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.
pnk_check_flags_label
alias pnk_check_flags_label = uint function(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.
pnk_check_flags_text
alias pnk_check_flags_text = uint function(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.
pnk_check_label
alias pnk_check_label = int function(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.
pnk_check_text
alias pnk_check_text = int function(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.
pnk_checkbox_flags_label
alias pnk_checkbox_flags_label = int function(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.
pnk_checkbox_flags_text
alias pnk_checkbox_flags_text = int function(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.
pnk_checkbox_label
alias pnk_checkbox_label = int function(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.
pnk_checkbox_text
alias pnk_checkbox_text = int function(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.
pnk_clear
alias pnk_clear = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_color_cf
alias pnk_color_cf = nk_colorf function(nk_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_color_d
alias pnk_color_d = void function(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.
pnk_color_dv
alias pnk_color_dv = void function(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.
pnk_color_f
alias pnk_color_f = void function(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.
pnk_color_fv
alias pnk_color_fv = void function(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.
pnk_color_hex_rgb
alias pnk_color_hex_rgb = void function(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.
pnk_color_hex_rgba
alias pnk_color_hex_rgba = void function(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.
pnk_color_hsv_b
alias pnk_color_hsv_b = void function(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.
pnk_color_hsv_bv
alias pnk_color_hsv_bv = void function(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.
pnk_color_hsv_f
alias pnk_color_hsv_f = void function(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.
pnk_color_hsv_fv
alias pnk_color_hsv_fv = void function(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.
pnk_color_hsv_i
alias pnk_color_hsv_i = void function(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.
pnk_color_hsv_iv
alias pnk_color_hsv_iv = void function(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.
pnk_color_hsva_b
alias pnk_color_hsva_b = void function(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.
pnk_color_hsva_bv
alias pnk_color_hsva_bv = void function(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.
pnk_color_hsva_f
alias pnk_color_hsva_f = void function(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.
pnk_color_hsva_fv
alias pnk_color_hsva_fv = void function(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.
pnk_color_hsva_i
alias pnk_color_hsva_i = void function(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.
pnk_color_hsva_iv
alias pnk_color_hsva_iv = void function(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.
pnk_color_pick
alias pnk_color_pick = int function(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.
pnk_color_picker
alias pnk_color_picker = nk_colorf function(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.
pnk_color_u32
alias pnk_color_u32 = nk_uint function(nk_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_colorf_hsva_f
alias pnk_colorf_hsva_f = void function(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.
pnk_colorf_hsva_fv
alias pnk_colorf_hsva_fv = void function(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.
pnk_combo
alias pnk_combo = int function(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.
pnk_combo_begin_color
alias pnk_combo_begin_color = int function(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.
pnk_combo_begin_image
alias pnk_combo_begin_image = int function(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.
pnk_combo_begin_image_label
alias pnk_combo_begin_image_label = int function(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.
pnk_combo_begin_image_text
alias pnk_combo_begin_image_text = int function(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.
pnk_combo_begin_label
alias pnk_combo_begin_label = int function(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.
pnk_combo_begin_symbol
alias pnk_combo_begin_symbol = int function(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.
pnk_combo_begin_symbol_label
alias pnk_combo_begin_symbol_label = int function(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.
pnk_combo_begin_symbol_text
alias pnk_combo_begin_symbol_text = int function(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.
pnk_combo_begin_text
alias pnk_combo_begin_text = int function(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.
pnk_combo_callback
alias pnk_combo_callback = int function(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.
pnk_combo_close
alias pnk_combo_close = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_end
alias pnk_combo_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_image_label
alias pnk_combo_item_image_label = int function(nk_context*, nk_image, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_image_text
alias pnk_combo_item_image_text = int function(nk_context*, nk_image, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_label
alias pnk_combo_item_label = int function(nk_context*, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_symbol_label
alias pnk_combo_item_symbol_label = int function(nk_context*, nk_symbol_type, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_symbol_text
alias pnk_combo_item_symbol_text = int function(nk_context*, nk_symbol_type, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_item_text
alias pnk_combo_item_text = int function(nk_context*, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_combo_separator
alias pnk_combo_separator = int function(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.
pnk_combo_string
alias pnk_combo_string = int function(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.
pnk_combobox
alias pnk_combobox = void function(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.
pnk_combobox_callback
alias pnk_combobox_callback = void function(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.
pnk_combobox_separator
alias pnk_combobox_separator = void function(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.
pnk_combobox_string
alias pnk_combobox_string = void function(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.
pnk_contextual_begin
alias pnk_contextual_begin = int function(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.
pnk_contextual_close
alias pnk_contextual_close = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_end
alias pnk_contextual_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_item_image_label
alias pnk_contextual_item_image_label = int function(nk_context*, nk_image, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_item_image_text
alias pnk_contextual_item_image_text = int function(nk_context*, nk_image, const(char)*, int len, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_item_label
alias pnk_contextual_item_label = int function(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.
pnk_contextual_item_symbol_label
alias pnk_contextual_item_symbol_label = int function(nk_context*, nk_symbol_type, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_item_symbol_text
alias pnk_contextual_item_symbol_text = int function(nk_context*, nk_symbol_type, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_contextual_item_text
alias pnk_contextual_item_text = int function(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.
pnk_convert
alias pnk_convert = nk_flags function(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.
pnk_draw_image
alias pnk_draw_image = void function(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.
pnk_draw_list_add_image
alias pnk_draw_list_add_image = void function(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.
pnk_draw_list_add_text
alias pnk_draw_list_add_text = void function(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.
pnk_draw_list_fill_circle
alias pnk_draw_list_fill_circle = void function(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.
pnk_draw_list_fill_poly_convex
alias pnk_draw_list_fill_poly_convex = void function(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.
pnk_draw_list_fill_rect
alias pnk_draw_list_fill_rect = void function(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.
pnk_draw_list_fill_rect_multi_color
alias pnk_draw_list_fill_rect_multi_color = void function(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.
pnk_draw_list_fill_triangle
alias pnk_draw_list_fill_triangle = void function(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.
pnk_draw_list_init
alias pnk_draw_list_init = void function(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.
pnk_draw_list_path_arc_to
alias pnk_draw_list_path_arc_to = void function(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.
pnk_draw_list_path_arc_to_fast
alias pnk_draw_list_path_arc_to_fast = void function(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.
pnk_draw_list_path_clear
alias pnk_draw_list_path_clear = void function(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.
pnk_draw_list_path_curve_to
alias pnk_draw_list_path_curve_to = void function(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.
pnk_draw_list_path_fill
alias pnk_draw_list_path_fill = void function(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.
pnk_draw_list_path_line_to
alias pnk_draw_list_path_line_to = void function(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.
pnk_draw_list_path_rect_to
alias pnk_draw_list_path_rect_to = void function(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.
pnk_draw_list_path_stroke
alias pnk_draw_list_path_stroke = void function(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.
pnk_draw_list_push_userdata
alias pnk_draw_list_push_userdata = void function(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.
pnk_draw_list_setup
alias pnk_draw_list_setup = void function(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.
pnk_draw_list_stroke_circle
alias pnk_draw_list_stroke_circle = void function(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.
pnk_draw_list_stroke_curve
alias pnk_draw_list_stroke_curve = void function(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.
pnk_draw_list_stroke_line
alias pnk_draw_list_stroke_line = void function(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.
pnk_draw_list_stroke_poly_line
alias pnk_draw_list_stroke_poly_line = void function(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.
pnk_draw_list_stroke_rect
alias pnk_draw_list_stroke_rect = void function(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.
pnk_draw_list_stroke_triangle
alias pnk_draw_list_stroke_triangle = void function(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.
pnk_draw_text
alias pnk_draw_text = void function(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.
pnk_edit_buffer
alias pnk_edit_buffer = nk_flags function(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.
pnk_edit_focus
alias pnk_edit_focus = void function(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.
pnk_edit_string
alias pnk_edit_string = nk_flags function(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.
pnk_edit_string_zero_terminated
alias pnk_edit_string_zero_terminated = nk_flags function(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.
pnk_edit_unfocus
alias pnk_edit_unfocus = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_end
alias pnk_end = void function(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.
pnk_fill_arc
alias pnk_fill_arc = void function(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.
pnk_fill_circle
alias pnk_fill_circle = void function(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.
pnk_fill_polygon
alias pnk_fill_polygon = void function(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.
pnk_fill_rect
alias pnk_fill_rect = void function(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.
pnk_fill_rect_multi_color
alias pnk_fill_rect_multi_color = void function(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.
pnk_fill_triangle
alias pnk_fill_triangle = void function(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.
pnk_filter_ascii
alias pnk_filter_ascii = int function(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.
pnk_filter_binary
alias pnk_filter_binary = int function(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.
pnk_filter_decimal
alias pnk_filter_decimal = int function(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.
pnk_filter_default
alias pnk_filter_default = int function(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.
pnk_filter_float
alias pnk_filter_float = int function(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.
pnk_filter_hex
alias pnk_filter_hex = int function(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.
pnk_filter_oct
alias pnk_filter_oct = int function(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.
pnk_font_atlas_add
alias pnk_font_atlas_add = nk_font* function(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.
pnk_font_atlas_add_compressed
alias pnk_font_atlas_add_compressed = nk_font* function(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.
pnk_font_atlas_add_compressed_base85
alias pnk_font_atlas_add_compressed_base85 = nk_font* function(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.
pnk_font_atlas_add_default
alias pnk_font_atlas_add_default = nk_font* function(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.
pnk_font_atlas_add_from_file
alias pnk_font_atlas_add_from_file = nk_font* function(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.
pnk_font_atlas_add_from_memory
alias pnk_font_atlas_add_from_memory = nk_font* function(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.
pnk_font_atlas_bake
alias pnk_font_atlas_bake = const(void)* function(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.
pnk_font_atlas_begin
alias pnk_font_atlas_begin = void function(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.
pnk_font_atlas_cleanup
alias pnk_font_atlas_cleanup = void function(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.
pnk_font_atlas_clear
alias pnk_font_atlas_clear = void function(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.
pnk_font_atlas_end
alias pnk_font_atlas_end = void function(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.
pnk_font_atlas_init
alias pnk_font_atlas_init = void function(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.
pnk_font_atlas_init_custom
alias pnk_font_atlas_init_custom = void function(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.
pnk_font_atlas_init_default
alias pnk_font_atlas_init_default = void function(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.
pnk_font_chinese_glyph_ranges
alias pnk_font_chinese_glyph_ranges = const(nk_rune)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_font_config
alias pnk_font_config = nk_font_config function(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.
pnk_font_cyrillic_glyph_ranges
alias pnk_font_cyrillic_glyph_ranges = const(nk_rune)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_font_default_glyph_ranges
alias pnk_font_default_glyph_ranges = const(nk_rune)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_font_find_glyph
alias pnk_font_find_glyph = const(nk_font_glyph)* function(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.
pnk_font_korean_glyph_ranges
alias pnk_font_korean_glyph_ranges = const(nk_rune)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_free
alias pnk_free = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_get_null_rect
alias pnk_get_null_rect = nk_rect function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_group_begin
alias pnk_group_begin = int function(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.
pnk_group_begin_titled
alias pnk_group_begin_titled = int function(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.
pnk_group_end
alias pnk_group_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_group_get_scroll
alias pnk_group_get_scroll = void function(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.
pnk_group_scrolled_begin
alias pnk_group_scrolled_begin = int function(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.
pnk_group_scrolled_end
alias pnk_group_scrolled_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_group_scrolled_offset_begin
alias pnk_group_scrolled_offset_begin = int function(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.
pnk_group_set_scroll
alias pnk_group_set_scroll = void function(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.
pnk_handle_id
alias pnk_handle_id = nk_handle function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_handle_ptr
alias pnk_handle_ptr = nk_handle function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_hsv
alias pnk_hsv = nk_color function(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.
pnk_hsv_bv
alias pnk_hsv_bv = nk_color function(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.
pnk_hsv_f
alias pnk_hsv_f = nk_color function(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.
pnk_hsv_fv
alias pnk_hsv_fv = nk_color function(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.
pnk_hsv_iv
alias pnk_hsv_iv = nk_color function(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.
pnk_hsva
alias pnk_hsva = nk_color function(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.
pnk_hsva_bv
alias pnk_hsva_bv = nk_color function(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.
pnk_hsva_colorf
alias pnk_hsva_colorf = nk_colorf function(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.
pnk_hsva_colorfv
alias pnk_hsva_colorfv = nk_colorf function(float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_hsva_f
alias pnk_hsva_f = nk_color function(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.
pnk_hsva_fv
alias pnk_hsva_fv = nk_color function(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.
pnk_hsva_iv
alias pnk_hsva_iv = nk_color function(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.
pnk_image
alias pnk_image = void function(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.
pnk_image_color
alias pnk_image_color = void function(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.
pnk_image_handle
alias pnk_image_handle = nk_image function(nk_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_image_id
alias pnk_image_id = nk_image function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_image_is_subimage
alias pnk_image_is_subimage = int function(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.
pnk_image_ptr
alias pnk_image_ptr = nk_image function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_init
alias pnk_init = int function(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.
pnk_init_custom
alias pnk_init_custom = int function(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.
pnk_init_default
alias pnk_init_default = int function(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.
pnk_init_fixed
alias pnk_init_fixed = int function(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.
pnk_input_any_mouse_click_in_rect
alias pnk_input_any_mouse_click_in_rect = int function(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.
pnk_input_begin
alias pnk_input_begin = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_input_button
alias pnk_input_button = void function(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.
pnk_input_char
alias pnk_input_char = void function(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.
pnk_input_end
alias pnk_input_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_input_glyph
alias pnk_input_glyph = void function(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.
pnk_input_has_mouse_click
alias pnk_input_has_mouse_click = int function(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.
pnk_input_has_mouse_click_down_in_rect
alias pnk_input_has_mouse_click_down_in_rect = int function(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.
pnk_input_has_mouse_click_in_rect
alias pnk_input_has_mouse_click_in_rect = int function(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.
pnk_input_is_key_down
alias pnk_input_is_key_down = int function(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.
pnk_input_is_key_pressed
alias pnk_input_is_key_pressed = int function(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.
pnk_input_is_key_released
alias pnk_input_is_key_released = int function(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.
pnk_input_is_mouse_click_down_in_rect
alias pnk_input_is_mouse_click_down_in_rect = int function(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.
pnk_input_is_mouse_click_in_rect
alias pnk_input_is_mouse_click_in_rect = int function(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.
pnk_input_is_mouse_down
alias pnk_input_is_mouse_down = int function(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.
pnk_input_is_mouse_hovering_rect
alias pnk_input_is_mouse_hovering_rect = int function(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.
pnk_input_is_mouse_pressed
alias pnk_input_is_mouse_pressed = int function(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.
pnk_input_is_mouse_prev_hovering_rect
alias pnk_input_is_mouse_prev_hovering_rect = int function(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.
pnk_input_is_mouse_released
alias pnk_input_is_mouse_released = int function(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.
pnk_input_key
alias pnk_input_key = void function(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.
pnk_input_motion
alias pnk_input_motion = void function(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.
pnk_input_mouse_clicked
alias pnk_input_mouse_clicked = int function(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.
pnk_input_scroll
alias pnk_input_scroll = void function(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.
pnk_input_unicode
alias pnk_input_unicode = void function(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.
pnk_item_is_any_active
alias pnk_item_is_any_active = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_label
alias pnk_label = void function(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.
pnk_label_colored
alias pnk_label_colored = void function(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.
pnk_label_colored_wrap
alias pnk_label_colored_wrap = void function(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.
pnk_label_wrap
alias pnk_label_wrap = void function(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.
pnk_labelf
alias pnk_labelf = void function(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.
pnk_labelf_colored
alias pnk_labelf_colored = void function(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.
pnk_labelf_colored_wrap
alias pnk_labelf_colored_wrap = void function(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.
pnk_labelf_wrap
alias pnk_labelf_wrap = void function(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.
pnk_labelfv
alias pnk_labelfv = void function(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.
pnk_labelfv_colored
alias pnk_labelfv_colored = void function(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.
pnk_labelfv_colored_wrap
alias pnk_labelfv_colored_wrap = void function(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.
pnk_labelfv_wrap
alias pnk_labelfv_wrap = void function(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.
pnk_layout_ratio_from_pixel
alias pnk_layout_ratio_from_pixel = float function(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.
pnk_layout_reset_min_row_height
alias pnk_layout_reset_min_row_height = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_row
alias pnk_layout_row = void function(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.
pnk_layout_row_begin
alias pnk_layout_row_begin = void function(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.
pnk_layout_row_dynamic
alias pnk_layout_row_dynamic = void function(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.
pnk_layout_row_end
alias pnk_layout_row_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_row_push
alias pnk_layout_row_push = void function(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.
pnk_layout_row_static
alias pnk_layout_row_static = void function(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.
pnk_layout_row_template_begin
alias pnk_layout_row_template_begin = void function(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.
pnk_layout_row_template_end
alias pnk_layout_row_template_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_row_template_push_dynamic
alias pnk_layout_row_template_push_dynamic = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_row_template_push_static
alias pnk_layout_row_template_push_static = void function(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.
pnk_layout_row_template_push_variable
alias pnk_layout_row_template_push_variable = void function(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.
pnk_layout_set_min_row_height
alias pnk_layout_set_min_row_height = void function(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.
pnk_layout_space_begin
alias pnk_layout_space_begin = void function(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.
pnk_layout_space_bounds
alias pnk_layout_space_bounds = nk_rect function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_space_end
alias pnk_layout_space_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_layout_space_push
alias pnk_layout_space_push = void function(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.
pnk_layout_space_rect_to_local
alias pnk_layout_space_rect_to_local = nk_rect function(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.
pnk_layout_space_rect_to_screen
alias pnk_layout_space_rect_to_screen = nk_rect function(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.
pnk_layout_space_to_local
alias pnk_layout_space_to_local = nk_vec2 function(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.
pnk_layout_space_to_screen
alias pnk_layout_space_to_screen = nk_vec2 function(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.
pnk_layout_widget_bounds
alias pnk_layout_widget_bounds = nk_rect function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_list_view_begin
alias pnk_list_view_begin = int function(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.
pnk_list_view_end
alias pnk_list_view_end = void function(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.
pnk_menu_begin_image
alias pnk_menu_begin_image = int function(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.
pnk_menu_begin_image_label
alias pnk_menu_begin_image_label = int function(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.
pnk_menu_begin_image_text
alias pnk_menu_begin_image_text = int function(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.
pnk_menu_begin_label
alias pnk_menu_begin_label = int function(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.
pnk_menu_begin_symbol
alias pnk_menu_begin_symbol = int function(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.
pnk_menu_begin_symbol_label
alias pnk_menu_begin_symbol_label = int function(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.
pnk_menu_begin_symbol_text
alias pnk_menu_begin_symbol_text = int function(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.
pnk_menu_begin_text
alias pnk_menu_begin_text = int function(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.
pnk_menu_close
alias pnk_menu_close = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_end
alias pnk_menu_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_image_label
alias pnk_menu_item_image_label = int function(nk_context*, nk_image, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_image_text
alias pnk_menu_item_image_text = int function(nk_context*, nk_image, const(char)*, int len, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_label
alias pnk_menu_item_label = int function(nk_context*, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_symbol_label
alias pnk_menu_item_symbol_label = int function(nk_context*, nk_symbol_type, const(char)*, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_symbol_text
alias pnk_menu_item_symbol_text = int function(nk_context*, nk_symbol_type, const(char)*, int, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menu_item_text
alias pnk_menu_item_text = int function(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.
pnk_menubar_begin
alias pnk_menubar_begin = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_menubar_end
alias pnk_menubar_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_murmur_hash
alias pnk_murmur_hash = nk_hash function(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.
pnk_option_label
alias pnk_option_label = int function(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.
pnk_option_text
alias pnk_option_text = int function(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.
pnk_plot
alias pnk_plot = void function(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.
pnk_plot_function
alias pnk_plot_function = void 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.
pnk_popup_begin
alias pnk_popup_begin = int function(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.
pnk_popup_close
alias pnk_popup_close = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_popup_end
alias pnk_popup_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_popup_get_scroll
alias pnk_popup_get_scroll = void function(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.
pnk_popup_set_scroll
alias pnk_popup_set_scroll = void function(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.
pnk_prog
alias pnk_prog = nk_size function(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.
pnk_progress
alias pnk_progress = int function(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.
pnk_property_double
alias pnk_property_double = void function(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.
pnk_property_float
alias pnk_property_float = void function(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.
pnk_property_int
alias pnk_property_int = void function(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.
pnk_propertyd
alias pnk_propertyd = double function(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.
pnk_propertyf
alias pnk_propertyf = float function(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.
pnk_propertyi
alias pnk_propertyi = int function(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.
pnk_push_custom
alias pnk_push_custom = void function(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.
pnk_push_scissor
alias pnk_push_scissor = void function(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.
pnk_radio_label
alias pnk_radio_label = int function(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.
pnk_radio_text
alias pnk_radio_text = int function(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.
pnk_rect
alias pnk_rect = nk_rect function(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.
pnk_rect_pos
alias pnk_rect_pos = nk_vec2 function(nk_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_rect_size
alias pnk_rect_size = nk_vec2 function(nk_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_recta
alias pnk_recta = nk_rect function(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.
pnk_recti
alias pnk_recti = nk_rect function(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.
pnk_rectiv
alias pnk_rectiv = nk_rect function(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.
pnk_rectv
alias pnk_rectv = nk_rect function(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.
pnk_rgb
alias pnk_rgb = nk_color function(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.
pnk_rgb_bv
alias pnk_rgb_bv = nk_color function(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.
pnk_rgb_cf
alias pnk_rgb_cf = nk_color function(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.
pnk_rgb_f
alias pnk_rgb_f = nk_color function(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.
pnk_rgb_fv
alias pnk_rgb_fv = nk_color function(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.
pnk_rgb_hex
alias pnk_rgb_hex = nk_color function(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.
pnk_rgb_iv
alias pnk_rgb_iv = nk_color function(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.
pnk_rgba
alias pnk_rgba = nk_color function(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.
pnk_rgba_bv
alias pnk_rgba_bv = nk_color function(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.
pnk_rgba_cf
alias pnk_rgba_cf = nk_color function(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.
pnk_rgba_f
alias pnk_rgba_f = nk_color function(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.
pnk_rgba_fv
alias pnk_rgba_fv = nk_color function(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.
pnk_rgba_hex
alias pnk_rgba_hex = nk_color function(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.
pnk_rgba_iv
alias pnk_rgba_iv = nk_color function(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.
pnk_rgba_u32
alias pnk_rgba_u32 = nk_color function(nk_uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_select_image_label
alias pnk_select_image_label = int function(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.
pnk_select_image_text
alias pnk_select_image_text = int function(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.
pnk_select_label
alias pnk_select_label = int function(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.
pnk_select_symbol_label
alias pnk_select_symbol_label = int function(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.
pnk_select_symbol_text
alias pnk_select_symbol_text = int function(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.
pnk_select_text
alias pnk_select_text = int function(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.
pnk_selectable_image_label
alias pnk_selectable_image_label = int function(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.
pnk_selectable_image_text
alias pnk_selectable_image_text = int function(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.
pnk_selectable_label
alias pnk_selectable_label = int function(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.
pnk_selectable_symbol_label
alias pnk_selectable_symbol_label = int function(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.
pnk_selectable_symbol_text
alias pnk_selectable_symbol_text = int function(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.
pnk_selectable_text
alias pnk_selectable_text = int function(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.
pnk_set_user_data
alias pnk_set_user_data = void function(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.
pnk_slide_float
alias pnk_slide_float = float function(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.
pnk_slide_int
alias pnk_slide_int = int function(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.
pnk_slider_float
alias pnk_slider_float = int function(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.
pnk_slider_int
alias pnk_slider_int = int function(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.
pnk_spacing
alias pnk_spacing = void function(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.
pnk_str_append_str_char
alias pnk_str_append_str_char = int function(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.
pnk_str_append_str_runes
alias pnk_str_append_str_runes = int function(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.
pnk_str_append_str_utf8
alias pnk_str_append_str_utf8 = int function(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.
pnk_str_append_text_char
alias pnk_str_append_text_char = int function(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.
pnk_str_append_text_runes
alias pnk_str_append_text_runes = int function(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.
pnk_str_append_text_utf8
alias pnk_str_append_text_utf8 = int function(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.
pnk_str_at_char
alias pnk_str_at_char = char* function(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.
pnk_str_at_char_const
alias pnk_str_at_char_const = const(char)* function(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.
pnk_str_at_const
alias pnk_str_at_const = const(char)* function(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.
pnk_str_at_rune
alias pnk_str_at_rune = char* function(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.
pnk_str_clear
alias pnk_str_clear = void function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_delete_chars
alias pnk_str_delete_chars = void function(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.
pnk_str_delete_runes
alias pnk_str_delete_runes = void function(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.
pnk_str_free
alias pnk_str_free = void function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_get
alias pnk_str_get = char* function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_get_const
alias pnk_str_get_const = const(char)* function(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.
pnk_str_init
alias pnk_str_init = void function(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.
pnk_str_init_default
alias pnk_str_init_default = void function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_init_fixed
alias pnk_str_init_fixed = void function(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.
pnk_str_insert_at_char
alias pnk_str_insert_at_char = int function(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.
pnk_str_insert_at_rune
alias pnk_str_insert_at_rune = int function(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.
pnk_str_insert_str_char
alias pnk_str_insert_str_char = int function(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.
pnk_str_insert_str_runes
alias pnk_str_insert_str_runes = int function(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.
pnk_str_insert_str_utf8
alias pnk_str_insert_str_utf8 = int function(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.
pnk_str_insert_text_char
alias pnk_str_insert_text_char = int function(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.
pnk_str_insert_text_runes
alias pnk_str_insert_text_runes = int function(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.
pnk_str_insert_text_utf8
alias pnk_str_insert_text_utf8 = int function(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.
pnk_str_len
alias pnk_str_len = int function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_len_char
alias pnk_str_len_char = int function(nk_str*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_str_remove_chars
alias pnk_str_remove_chars = void function(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.
pnk_str_remove_runes
alias pnk_str_remove_runes = void function(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.
pnk_str_rune_at
alias pnk_str_rune_at = nk_rune function(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.
pnk_strfilter
alias pnk_strfilter = int function(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.
pnk_stricmp
alias pnk_stricmp = int function(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.
pnk_stricmpn
alias pnk_stricmpn = int function(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.
pnk_strlen
alias pnk_strlen = int function(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.
pnk_strmatch_fuzzy_string
alias pnk_strmatch_fuzzy_string = int function(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.
pnk_strmatch_fuzzy_text
alias pnk_strmatch_fuzzy_text = int function(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.
pnk_stroke_arc
alias pnk_stroke_arc = void function(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.
pnk_stroke_circle
alias pnk_stroke_circle = void function(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.
pnk_stroke_curve
alias pnk_stroke_curve = void function(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.
pnk_stroke_line
alias pnk_stroke_line = void function(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.
pnk_stroke_polygon
alias pnk_stroke_polygon = void function(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.
pnk_stroke_polyline
alias pnk_stroke_polyline = void function(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.
pnk_stroke_rect
alias pnk_stroke_rect = void function(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.
pnk_stroke_triangle
alias pnk_stroke_triangle = void function(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.
pnk_strtod
alias pnk_strtod = double function(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.
pnk_strtof
alias pnk_strtof = float function(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.
pnk_strtoi
alias pnk_strtoi = int function(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.
pnk_style_default
alias pnk_style_default = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_from_table
alias pnk_style_from_table = void function(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.
pnk_style_get_color_by_name
alias pnk_style_get_color_by_name = const(char)* function(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.
pnk_style_hide_cursor
alias pnk_style_hide_cursor = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_item_color
alias pnk_style_item_color = nk_style_item function(nk_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_item_hide
alias pnk_style_item_hide = nk_style_item function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_item_image
alias pnk_style_item_image = nk_style_item function(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.
pnk_style_load_all_cursors
alias pnk_style_load_all_cursors = void function(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.
pnk_style_load_cursor
alias pnk_style_load_cursor = void function(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.
pnk_style_pop_color
alias pnk_style_pop_color = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_pop_flags
alias pnk_style_pop_flags = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_pop_float
alias pnk_style_pop_float = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_pop_font
alias pnk_style_pop_font = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_pop_style_item
alias pnk_style_pop_style_item = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_pop_vec2
alias pnk_style_pop_vec2 = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_style_push_color
alias pnk_style_push_color = int function(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.
pnk_style_push_flags
alias pnk_style_push_flags = int function(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.
pnk_style_push_float
alias pnk_style_push_float = int function(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.
pnk_style_push_font
alias pnk_style_push_font = int function(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.
pnk_style_push_style_item
alias pnk_style_push_style_item = int function(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.
pnk_style_push_vec2
alias pnk_style_push_vec2 = int function(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.
pnk_style_set_cursor
alias pnk_style_set_cursor = int function(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.
pnk_style_set_font
alias pnk_style_set_font = void function(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.
pnk_style_show_cursor
alias pnk_style_show_cursor = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_subimage_handle
alias pnk_subimage_handle = nk_image function(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.
pnk_subimage_id
alias pnk_subimage_id = nk_image function(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.
pnk_subimage_ptr
alias pnk_subimage_ptr = nk_image function(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.
pnk_text
alias pnk_text = void function(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.
pnk_text_colored
alias pnk_text_colored = void function(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.
pnk_text_wrap
alias pnk_text_wrap = void function(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.
pnk_text_wrap_colored
alias pnk_text_wrap_colored = void function(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.
pnk_textedit_cut
alias pnk_textedit_cut = int function(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.
pnk_textedit_delete
alias pnk_textedit_delete = void function(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.
pnk_textedit_delete_selection
alias pnk_textedit_delete_selection = void function(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.
pnk_textedit_free
alias pnk_textedit_free = void function(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.
pnk_textedit_init
alias pnk_textedit_init = void function(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.
pnk_textedit_init_default
alias pnk_textedit_init_default = void function(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.
pnk_textedit_init_fixed
alias pnk_textedit_init_fixed = void function(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.
pnk_textedit_paste
alias pnk_textedit_paste = int function(nk_text_edit*, 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.
pnk_textedit_redo
alias pnk_textedit_redo = void function(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.
pnk_textedit_select_all
alias pnk_textedit_select_all = void function(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.
pnk_textedit_text
alias pnk_textedit_text = void function(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.
pnk_textedit_undo
alias pnk_textedit_undo = void function(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.
pnk_tooltip
alias pnk_tooltip = void function(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.
pnk_tooltip_begin
alias pnk_tooltip_begin = int function(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.
pnk_tooltip_end
alias pnk_tooltip_end = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_tooltipf
alias pnk_tooltipf = void function(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.
pnk_tooltipfv
alias pnk_tooltipfv = void function(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.
pnk_tree_element_image_push_hashed
alias pnk_tree_element_image_push_hashed = int function(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.
pnk_tree_element_pop
alias pnk_tree_element_pop = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_tree_element_push_hashed
alias pnk_tree_element_push_hashed = int function(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.
pnk_tree_image_push_hashed
alias pnk_tree_image_push_hashed = int function(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.
pnk_tree_pop
alias pnk_tree_pop = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_tree_push_hashed
alias pnk_tree_push_hashed = int function(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.
pnk_tree_state_image_push
alias pnk_tree_state_image_push = int function(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.
pnk_tree_state_pop
alias pnk_tree_state_pop = void function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_tree_state_push
alias pnk_tree_state_push = int function(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.
pnk_triangle_from_direction
alias pnk_triangle_from_direction = void function(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.
pnk_utf_at
alias pnk_utf_at = const(char)* function(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.
pnk_utf_decode
alias pnk_utf_decode = int function(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.
pnk_utf_encode
alias pnk_utf_encode = int function(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.
pnk_utf_len
alias pnk_utf_len = int function(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.
pnk_value_bool
alias pnk_value_bool = void function(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.
pnk_value_color_byte
alias pnk_value_color_byte = void function(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.
pnk_value_color_float
alias pnk_value_color_float = void function(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.
pnk_value_color_hex
alias pnk_value_color_hex = void function(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.
pnk_value_float
alias pnk_value_float = void function(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.
pnk_value_int
alias pnk_value_int = void function(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.
pnk_value_uint
alias pnk_value_uint = void function(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.
pnk_vec2
alias pnk_vec2 = nk_vec2 function(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.
pnk_vec2i
alias pnk_vec2i = nk_vec2 function(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.
pnk_vec2iv
alias pnk_vec2iv = nk_vec2 function(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.
pnk_vec2v
alias pnk_vec2v = nk_vec2 function(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.
pnk_widget
alias pnk_widget = nk_widget_layout_states function(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.
pnk_widget_bounds
alias pnk_widget_bounds = nk_rect function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_widget_fitting
alias pnk_widget_fitting = nk_widget_layout_states function(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.
pnk_widget_has_mouse_click_down
alias pnk_widget_has_mouse_click_down = int function(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.
pnk_widget_height
alias pnk_widget_height = float function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_widget_is_hovered
alias pnk_widget_is_hovered = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_widget_is_mouse_clicked
alias pnk_widget_is_mouse_clicked = int function(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.
pnk_widget_position
alias pnk_widget_position = nk_vec2 function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_widget_size
alias pnk_widget_size = nk_vec2 function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_widget_width
alias pnk_widget_width = float function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_close
alias pnk_window_close = void function(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.
pnk_window_collapse
alias pnk_window_collapse = void function(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.
pnk_window_collapse_if
alias pnk_window_collapse_if = void function(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.
pnk_window_find
alias pnk_window_find = nk_window* function(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.
pnk_window_get_bounds
alias pnk_window_get_bounds = nk_rect function(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.
pnk_window_get_canvas
alias pnk_window_get_canvas = nk_command_buffer* function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_content_region
alias pnk_window_get_content_region = nk_rect function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_content_region_max
alias pnk_window_get_content_region_max = nk_vec2 function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_content_region_min
alias pnk_window_get_content_region_min = nk_vec2 function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_content_region_size
alias pnk_window_get_content_region_size = nk_vec2 function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_height
alias pnk_window_get_height = float function(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.
pnk_window_get_panel
alias pnk_window_get_panel = nk_panel* function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_get_position
alias pnk_window_get_position = nk_vec2 function(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.
pnk_window_get_scroll
alias pnk_window_get_scroll = void function(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.
pnk_window_get_size
alias pnk_window_get_size = nk_vec2 function(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.
pnk_window_get_width
alias pnk_window_get_width = float function(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.
pnk_window_has_focus
alias pnk_window_has_focus = int function(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.
pnk_window_is_active
alias pnk_window_is_active = int function(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.
pnk_window_is_any_hovered
alias pnk_window_is_any_hovered = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_is_closed
alias pnk_window_is_closed = int function(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.
pnk_window_is_collapsed
alias pnk_window_is_collapsed = int function(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.
pnk_window_is_hidden
alias pnk_window_is_hidden = int function(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.
pnk_window_is_hovered
alias pnk_window_is_hovered = int function(nk_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnk_window_set_bounds
alias pnk_window_set_bounds = void function(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.
pnk_window_set_focus
alias pnk_window_set_focus = void function(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.
pnk_window_set_position
alias pnk_window_set_position = void function(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.
pnk_window_set_scroll
alias pnk_window_set_scroll = void function(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.
pnk_window_set_size
alias pnk_window_set_size = void function(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.
pnk_window_show
alias pnk_window_show = void function(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.
pnk_window_show_if
alias pnk_window_show_if = void function(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.

Functions

isNuklearLoaded
bool isNuklearLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNuklear
NuklearSupport loadNuklear()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNuklear
NuklearSupport loadNuklear(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedNuklearVersion
NuklearSupport loadedNuklearVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadNuklear
void unloadNuklear()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

nk_filter_ascii
int nk_filter_ascii(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_binary
int nk_filter_binary(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_decimal
int nk_filter_decimal(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_default
int nk_filter_default(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_float
int nk_filter_float(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_hex
int nk_filter_hex(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_filter_oct
int nk_filter_oct(const(nk_text_edit)* e, nk_rune unicode)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

nk__begin
pnk__begin nk__begin;
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
pnk__draw_begin nk__draw_begin;
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
pnk__draw_end nk__draw_end;
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
pnk__draw_list_begin nk__draw_list_begin;
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
pnk__draw_list_end nk__draw_list_end;
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
pnk__draw_list_next nk__draw_list_next;
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
pnk__draw_next nk__draw_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk__next
pnk__next nk__next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_begin
pnk_begin nk_begin;
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
pnk_begin_titled nk_begin_titled;
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
pnk_buffer_clear nk_buffer_clear;
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
pnk_buffer_free nk_buffer_free;
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
pnk_buffer_info nk_buffer_info;
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
pnk_buffer_init nk_buffer_init;
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
pnk_buffer_init_default nk_buffer_init_default;
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
pnk_buffer_init_fixed nk_buffer_init_fixed;
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
pnk_buffer_mark nk_buffer_mark;
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
pnk_buffer_memory nk_buffer_memory;
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
pnk_buffer_memory_const nk_buffer_memory_const;
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
pnk_buffer_push nk_buffer_push;
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
pnk_buffer_reset nk_buffer_reset;
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
pnk_buffer_total nk_buffer_total;
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
pnk_button_color nk_button_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
pnk_button_image nk_button_image;
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
pnk_button_image_label nk_button_image_label;
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
pnk_button_image_label_styled nk_button_image_label_styled;
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
pnk_button_image_styled nk_button_image_styled;
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
pnk_button_image_text nk_button_image_text;
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
pnk_button_image_text_styled nk_button_image_text_styled;
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
pnk_button_label nk_button_label;
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
pnk_button_label_styled nk_button_label_styled;
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
pnk_button_pop_behavior nk_button_pop_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_push_behavior
pnk_button_push_behavior nk_button_push_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
pnk_button_set_behavior nk_button_set_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
pnk_button_symbol nk_button_symbol;
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
pnk_button_symbol_label nk_button_symbol_label;
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
pnk_button_symbol_label_styled nk_button_symbol_label_styled;
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
pnk_button_symbol_styled nk_button_symbol_styled;
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
pnk_button_symbol_text nk_button_symbol_text;
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
pnk_button_symbol_text_styled nk_button_symbol_text_styled;
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
pnk_button_text nk_button_text;
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
pnk_button_text_styled nk_button_text_styled;
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
pnk_chart_add_slot nk_chart_add_slot;
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
pnk_chart_add_slot_colored nk_chart_add_slot_colored;
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
pnk_chart_begin nk_chart_begin;
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
pnk_chart_begin_colored nk_chart_begin_colored;
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
pnk_chart_end nk_chart_end;
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
pnk_chart_push nk_chart_push;
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
pnk_chart_push_slot nk_chart_push_slot;
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
pnk_check_flags_label nk_check_flags_label;
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
pnk_check_flags_text nk_check_flags_text;
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
pnk_check_label nk_check_label;
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
pnk_check_text nk_check_text;
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
pnk_checkbox_flags_label nk_checkbox_flags_label;
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
pnk_checkbox_flags_text nk_checkbox_flags_text;
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
pnk_checkbox_label nk_checkbox_label;
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
pnk_checkbox_text nk_checkbox_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_clear
pnk_clear nk_clear;
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
pnk_color_cf nk_color_cf;
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
pnk_color_d nk_color_d;
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
pnk_color_dv nk_color_dv;
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
pnk_color_f nk_color_f;
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
pnk_color_fv nk_color_fv;
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
pnk_color_hex_rgb nk_color_hex_rgb;
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
pnk_color_hex_rgba nk_color_hex_rgba;
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
pnk_color_hsv_b nk_color_hsv_b;
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
pnk_color_hsv_bv nk_color_hsv_bv;
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
pnk_color_hsv_f nk_color_hsv_f;
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
pnk_color_hsv_fv nk_color_hsv_fv;
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
pnk_color_hsv_i nk_color_hsv_i;
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
pnk_color_hsv_iv nk_color_hsv_iv;
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
pnk_color_hsva_b nk_color_hsva_b;
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
pnk_color_hsva_bv nk_color_hsva_bv;
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
pnk_color_hsva_f nk_color_hsva_f;
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
pnk_color_hsva_fv nk_color_hsva_fv;
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
pnk_color_hsva_i nk_color_hsva_i;
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
pnk_color_hsva_iv nk_color_hsva_iv;
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
pnk_color_pick nk_color_pick;
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
pnk_color_picker nk_color_picker;
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
pnk_color_u32 nk_color_u32;
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
pnk_colorf_hsva_f nk_colorf_hsva_f;
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
pnk_colorf_hsva_fv nk_colorf_hsva_fv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo
pnk_combo nk_combo;
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
pnk_combo_begin_color nk_combo_begin_color;
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
pnk_combo_begin_image nk_combo_begin_image;
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
pnk_combo_begin_image_label nk_combo_begin_image_label;
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
pnk_combo_begin_image_text nk_combo_begin_image_text;
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
pnk_combo_begin_label nk_combo_begin_label;
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
pnk_combo_begin_symbol nk_combo_begin_symbol;
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
pnk_combo_begin_symbol_label nk_combo_begin_symbol_label;
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
pnk_combo_begin_symbol_text nk_combo_begin_symbol_text;
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
pnk_combo_begin_text nk_combo_begin_text;
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
pnk_combo_callback nk_combo_callback;
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
pnk_combo_close nk_combo_close;
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
pnk_combo_end nk_combo_end;
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
pnk_combo_item_image_label nk_combo_item_image_label;
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
pnk_combo_item_image_text nk_combo_item_image_text;
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
pnk_combo_item_label nk_combo_item_label;
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
pnk_combo_item_symbol_label nk_combo_item_symbol_label;
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
pnk_combo_item_symbol_text nk_combo_item_symbol_text;
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
pnk_combo_item_text nk_combo_item_text;
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
pnk_combo_separator nk_combo_separator;
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
pnk_combo_string nk_combo_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combobox
pnk_combobox nk_combobox;
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
pnk_combobox_callback nk_combobox_callback;
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
pnk_combobox_separator nk_combobox_separator;
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
pnk_combobox_string nk_combobox_string;
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
pnk_contextual_begin nk_contextual_begin;
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
pnk_contextual_close nk_contextual_close;
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
pnk_contextual_end nk_contextual_end;
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
pnk_contextual_item_image_label nk_contextual_item_image_label;
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
pnk_contextual_item_image_text nk_contextual_item_image_text;
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
pnk_contextual_item_label nk_contextual_item_label;
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
pnk_contextual_item_symbol_label nk_contextual_item_symbol_label;
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
pnk_contextual_item_symbol_text nk_contextual_item_symbol_text;
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
pnk_contextual_item_text nk_contextual_item_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_convert
pnk_convert nk_convert;
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
pnk_draw_image nk_draw_image;
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
pnk_draw_list_add_image nk_draw_list_add_image;
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
pnk_draw_list_add_text nk_draw_list_add_text;
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
pnk_draw_list_fill_circle nk_draw_list_fill_circle;
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
pnk_draw_list_fill_poly_convex nk_draw_list_fill_poly_convex;
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
pnk_draw_list_fill_rect nk_draw_list_fill_rect;
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
pnk_draw_list_fill_rect_multi_color nk_draw_list_fill_rect_multi_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_triangle
pnk_draw_list_fill_triangle nk_draw_list_fill_triangle;
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
pnk_draw_list_init nk_draw_list_init;
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
pnk_draw_list_path_arc_to nk_draw_list_path_arc_to;
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
pnk_draw_list_path_arc_to_fast nk_draw_list_path_arc_to_fast;
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
pnk_draw_list_path_clear nk_draw_list_path_clear;
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
pnk_draw_list_path_curve_to nk_draw_list_path_curve_to;
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
pnk_draw_list_path_fill nk_draw_list_path_fill;
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
pnk_draw_list_path_line_to nk_draw_list_path_line_to;
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
pnk_draw_list_path_rect_to nk_draw_list_path_rect_to;
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
pnk_draw_list_path_stroke nk_draw_list_path_stroke;
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
pnk_draw_list_push_userdata nk_draw_list_push_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
pnk_draw_list_setup nk_draw_list_setup;
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
pnk_draw_list_stroke_circle nk_draw_list_stroke_circle;
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
pnk_draw_list_stroke_curve nk_draw_list_stroke_curve;
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
pnk_draw_list_stroke_line nk_draw_list_stroke_line;
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
pnk_draw_list_stroke_poly_line nk_draw_list_stroke_poly_line;
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
pnk_draw_list_stroke_rect nk_draw_list_stroke_rect;
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
pnk_draw_list_stroke_triangle nk_draw_list_stroke_triangle;
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
pnk_draw_text nk_draw_text;
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
pnk_edit_buffer nk_edit_buffer;
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
pnk_edit_focus nk_edit_focus;
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
pnk_edit_string nk_edit_string;
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
pnk_edit_string_zero_terminated nk_edit_string_zero_terminated;
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
pnk_edit_unfocus nk_edit_unfocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_end
pnk_end nk_end;
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
pnk_fill_arc nk_fill_arc;
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
pnk_fill_circle nk_fill_circle;
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
pnk_fill_polygon nk_fill_polygon;
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
pnk_fill_rect nk_fill_rect;
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
pnk_fill_rect_multi_color nk_fill_rect_multi_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_triangle
pnk_fill_triangle nk_fill_triangle;
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_fptr
pnk_filter_ascii nk_filter_ascii_fptr;
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_fptr
pnk_filter_binary nk_filter_binary_fptr;
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_fptr
pnk_filter_decimal nk_filter_decimal_fptr;
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_fptr
pnk_filter_default nk_filter_default_fptr;
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_fptr
pnk_filter_float nk_filter_float_fptr;
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_fptr
pnk_filter_hex nk_filter_hex_fptr;
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_fptr
pnk_filter_oct nk_filter_oct_fptr;
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
pnk_font_atlas_add nk_font_atlas_add;
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
pnk_font_atlas_add_compressed nk_font_atlas_add_compressed;
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
pnk_font_atlas_add_compressed_base85 nk_font_atlas_add_compressed_base85;
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
pnk_font_atlas_add_default nk_font_atlas_add_default;
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
pnk_font_atlas_add_from_file nk_font_atlas_add_from_file;
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
pnk_font_atlas_add_from_memory nk_font_atlas_add_from_memory;
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
pnk_font_atlas_bake nk_font_atlas_bake;
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
pnk_font_atlas_begin nk_font_atlas_begin;
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
pnk_font_atlas_cleanup nk_font_atlas_cleanup;
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
pnk_font_atlas_clear nk_font_atlas_clear;
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
pnk_font_atlas_end nk_font_atlas_end;
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
pnk_font_atlas_init nk_font_atlas_init;
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
pnk_font_atlas_init_custom nk_font_atlas_init_custom;
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
pnk_font_atlas_init_default nk_font_atlas_init_default;
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
pnk_font_chinese_glyph_ranges 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_
pnk_font_config 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_cyrillic_glyph_ranges
pnk_font_cyrillic_glyph_ranges 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
pnk_font_default_glyph_ranges 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
pnk_font_find_glyph nk_font_find_glyph;
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
pnk_font_korean_glyph_ranges 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
pnk_free nk_free;
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
pnk_get_null_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
pnk_group_begin nk_group_begin;
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
pnk_group_begin_titled nk_group_begin_titled;
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
pnk_group_end nk_group_end;
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
pnk_group_get_scroll nk_group_get_scroll;
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
pnk_group_scrolled_begin nk_group_scrolled_begin;
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
pnk_group_scrolled_end nk_group_scrolled_end;
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
pnk_group_scrolled_offset_begin nk_group_scrolled_offset_begin;
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
pnk_group_set_scroll nk_group_set_scroll;
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
pnk_handle_id nk_handle_id;
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
pnk_handle_ptr nk_handle_ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv
pnk_hsv nk_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_bv
pnk_hsv_bv nk_hsv_bv;
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
pnk_hsv_f nk_hsv_f;
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
pnk_hsv_fv nk_hsv_fv;
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
pnk_hsv_iv nk_hsv_iv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva
pnk_hsva nk_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_bv
pnk_hsva_bv nk_hsva_bv;
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
pnk_hsva_colorf nk_hsva_colorf;
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
pnk_hsva_colorfv nk_hsva_colorfv;
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
pnk_hsva_f nk_hsva_f;
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
pnk_hsva_fv nk_hsva_fv;
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
pnk_hsva_iv nk_hsva_iv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_
pnk_image 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
pnk_image_color nk_image_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
pnk_image_handle nk_image_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
pnk_image_id nk_image_id;
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
pnk_image_is_subimage nk_image_is_subimage;
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
pnk_image_ptr nk_image_ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_init
pnk_init nk_init;
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
pnk_init_custom nk_init_custom;
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
pnk_init_default nk_init_default;
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
pnk_init_fixed nk_init_fixed;
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
pnk_input_any_mouse_click_in_rect nk_input_any_mouse_click_in_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
pnk_input_begin nk_input_begin;
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
pnk_input_button nk_input_button;
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
pnk_input_char nk_input_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
pnk_input_end nk_input_end;
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
pnk_input_glyph nk_input_glyph;
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
pnk_input_has_mouse_click nk_input_has_mouse_click;
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
pnk_input_has_mouse_click_down_in_rect nk_input_has_mouse_click_down_in_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_has_mouse_click_in_rect
pnk_input_has_mouse_click_in_rect nk_input_has_mouse_click_in_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
pnk_input_is_key_down nk_input_is_key_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_key_pressed
pnk_input_is_key_pressed nk_input_is_key_pressed;
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
pnk_input_is_key_released nk_input_is_key_released;
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
pnk_input_is_mouse_click_down_in_rect nk_input_is_mouse_click_down_in_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_click_in_rect
pnk_input_is_mouse_click_in_rect nk_input_is_mouse_click_in_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
pnk_input_is_mouse_down nk_input_is_mouse_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_hovering_rect
pnk_input_is_mouse_hovering_rect nk_input_is_mouse_hovering_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
pnk_input_is_mouse_pressed nk_input_is_mouse_pressed;
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
pnk_input_is_mouse_prev_hovering_rect nk_input_is_mouse_prev_hovering_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
pnk_input_is_mouse_released nk_input_is_mouse_released;
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
pnk_input_key nk_input_key;
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
pnk_input_motion nk_input_motion;
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
pnk_input_mouse_clicked nk_input_mouse_clicked;
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
pnk_input_scroll nk_input_scroll;
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
pnk_input_unicode nk_input_unicode;
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
pnk_item_is_any_active nk_item_is_any_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_label
pnk_label nk_label;
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
pnk_label_colored nk_label_colored;
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
pnk_label_colored_wrap nk_label_colored_wrap;
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
pnk_label_wrap nk_label_wrap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_labelf
pnk_labelf nk_labelf;
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
pnk_labelf_colored nk_labelf_colored;
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
pnk_labelf_colored_wrap nk_labelf_colored_wrap;
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
pnk_labelf_wrap nk_labelf_wrap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_labelfv
pnk_labelfv nk_labelfv;
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
pnk_labelfv_colored nk_labelfv_colored;
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
pnk_labelfv_colored_wrap nk_labelfv_colored_wrap;
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
pnk_labelfv_wrap nk_labelfv_wrap;
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
pnk_layout_ratio_from_pixel nk_layout_ratio_from_pixel;
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
pnk_layout_reset_min_row_height nk_layout_reset_min_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
pnk_layout_row nk_layout_row;
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
pnk_layout_row_begin nk_layout_row_begin;
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
pnk_layout_row_dynamic nk_layout_row_dynamic;
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
pnk_layout_row_end nk_layout_row_end;
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
pnk_layout_row_push nk_layout_row_push;
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
pnk_layout_row_static nk_layout_row_static;
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
pnk_layout_row_template_begin nk_layout_row_template_begin;
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
pnk_layout_row_template_end nk_layout_row_template_end;
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
pnk_layout_row_template_push_dynamic nk_layout_row_template_push_dynamic;
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
pnk_layout_row_template_push_static nk_layout_row_template_push_static;
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
pnk_layout_row_template_push_variable nk_layout_row_template_push_variable;
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
pnk_layout_set_min_row_height nk_layout_set_min_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_space_begin
pnk_layout_space_begin nk_layout_space_begin;
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
pnk_layout_space_bounds nk_layout_space_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_end
pnk_layout_space_end nk_layout_space_end;
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
pnk_layout_space_push nk_layout_space_push;
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
pnk_layout_space_rect_to_local nk_layout_space_rect_to_local;
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
pnk_layout_space_rect_to_screen nk_layout_space_rect_to_screen;
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
pnk_layout_space_to_local nk_layout_space_to_local;
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
pnk_layout_space_to_screen nk_layout_space_to_screen;
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
pnk_layout_widget_bounds nk_layout_widget_bounds;
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
pnk_list_view_begin nk_list_view_begin;
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
pnk_list_view_end nk_list_view_end;
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
pnk_menu_begin_image nk_menu_begin_image;
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
pnk_menu_begin_image_label nk_menu_begin_image_label;
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
pnk_menu_begin_image_text nk_menu_begin_image_text;
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
pnk_menu_begin_label nk_menu_begin_label;
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
pnk_menu_begin_symbol nk_menu_begin_symbol;
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
pnk_menu_begin_symbol_label nk_menu_begin_symbol_label;
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
pnk_menu_begin_symbol_text nk_menu_begin_symbol_text;
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
pnk_menu_begin_text nk_menu_begin_text;
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
pnk_menu_close nk_menu_close;
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
pnk_menu_end nk_menu_end;
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
pnk_menu_item_image_label nk_menu_item_image_label;
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
pnk_menu_item_image_text nk_menu_item_image_text;
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
pnk_menu_item_label nk_menu_item_label;
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
pnk_menu_item_symbol_label nk_menu_item_symbol_label;
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
pnk_menu_item_symbol_text nk_menu_item_symbol_text;
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
pnk_menu_item_text nk_menu_item_text;
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
pnk_menubar_begin nk_menubar_begin;
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
pnk_menubar_end nk_menubar_end;
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
pnk_murmur_hash nk_murmur_hash;
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
pnk_option_label nk_option_label;
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
pnk_option_text nk_option_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plot
pnk_plot nk_plot;
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
pnk_plot_function nk_plot_function;
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
pnk_popup_begin nk_popup_begin;
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
pnk_popup_close nk_popup_close;
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
pnk_popup_end nk_popup_end;
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
pnk_popup_get_scroll nk_popup_get_scroll;
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
pnk_popup_set_scroll nk_popup_set_scroll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_prog
pnk_prog nk_prog;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_progress
pnk_progress nk_progress;
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
pnk_property_double nk_property_double;
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
pnk_property_float nk_property_float;
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
pnk_property_int nk_property_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyd
pnk_propertyd nk_propertyd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyf
pnk_propertyf nk_propertyf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyi
pnk_propertyi nk_propertyi;
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
pnk_push_custom nk_push_custom;
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
pnk_push_scissor nk_push_scissor;
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
pnk_radio_label nk_radio_label;
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
pnk_radio_text nk_radio_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rect_
pnk_rect 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_pos
pnk_rect_pos nk_rect_pos;
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
pnk_rect_size nk_rect_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_recta
pnk_recta nk_recta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_recti
pnk_recti nk_recti;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rectiv
pnk_rectiv nk_rectiv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rectv
pnk_rectv nk_rectv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb
pnk_rgb nk_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_bv
pnk_rgb_bv nk_rgb_bv;
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
pnk_rgb_cf nk_rgb_cf;
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
pnk_rgb_f nk_rgb_f;
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
pnk_rgb_fv nk_rgb_fv;
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
pnk_rgb_hex nk_rgb_hex;
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
pnk_rgb_iv nk_rgb_iv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba
pnk_rgba nk_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_bv
pnk_rgba_bv nk_rgba_bv;
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
pnk_rgba_cf nk_rgba_cf;
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
pnk_rgba_f nk_rgba_f;
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
pnk_rgba_fv nk_rgba_fv;
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
pnk_rgba_hex nk_rgba_hex;
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
pnk_rgba_iv nk_rgba_iv;
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
pnk_rgba_u32 nk_rgba_u32;
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
pnk_select_image_label nk_select_image_label;
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
pnk_select_image_text nk_select_image_text;
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
pnk_select_label nk_select_label;
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
pnk_select_symbol_label nk_select_symbol_label;
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
pnk_select_symbol_text nk_select_symbol_text;
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
pnk_select_text nk_select_text;
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
pnk_selectable_image_label nk_selectable_image_label;
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
pnk_selectable_image_text nk_selectable_image_text;
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
pnk_selectable_label nk_selectable_label;
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
pnk_selectable_symbol_label nk_selectable_symbol_label;
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
pnk_selectable_symbol_text nk_selectable_symbol_text;
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
pnk_selectable_text nk_selectable_text;
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
pnk_set_user_data nk_set_user_data;
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
pnk_slide_float nk_slide_float;
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
pnk_slide_int nk_slide_int;
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
pnk_slider_float nk_slider_float;
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
pnk_slider_int nk_slider_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_spacing
pnk_spacing nk_spacing;
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
pnk_str_append_str_char nk_str_append_str_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
pnk_str_append_str_runes nk_str_append_str_runes;
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
pnk_str_append_str_utf8 nk_str_append_str_utf8;
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
pnk_str_append_text_char nk_str_append_text_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_runes
pnk_str_append_text_runes nk_str_append_text_runes;
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
pnk_str_append_text_utf8 nk_str_append_text_utf8;
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
pnk_str_at_char nk_str_at_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_at_char_const
pnk_str_at_char_const nk_str_at_char_const;
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
pnk_str_at_const nk_str_at_const;
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
pnk_str_at_rune nk_str_at_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_clear
pnk_str_clear nk_str_clear;
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
pnk_str_delete_chars nk_str_delete_chars;
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
pnk_str_delete_runes nk_str_delete_runes;
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
pnk_str_free nk_str_free;
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
pnk_str_get nk_str_get;
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
pnk_str_get_const nk_str_get_const;
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
pnk_str_init nk_str_init;
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
pnk_str_init_default nk_str_init_default;
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
pnk_str_init_fixed nk_str_init_fixed;
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
pnk_str_insert_at_char nk_str_insert_at_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_at_rune
pnk_str_insert_at_rune nk_str_insert_at_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_char
pnk_str_insert_str_char nk_str_insert_str_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
pnk_str_insert_str_runes nk_str_insert_str_runes;
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
pnk_str_insert_str_utf8 nk_str_insert_str_utf8;
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
pnk_str_insert_text_char nk_str_insert_text_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_runes
pnk_str_insert_text_runes nk_str_insert_text_runes;
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
pnk_str_insert_text_utf8 nk_str_insert_text_utf8;
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
pnk_str_len nk_str_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_len_char
pnk_str_len_char nk_str_len_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_remove_chars
pnk_str_remove_chars nk_str_remove_chars;
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
pnk_str_remove_runes nk_str_remove_runes;
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
pnk_str_rune_at nk_str_rune_at;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strfilter
pnk_strfilter nk_strfilter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stricmp
pnk_stricmp nk_stricmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stricmpn
pnk_stricmpn nk_stricmpn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strlen
pnk_strlen nk_strlen;
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
pnk_strmatch_fuzzy_string nk_strmatch_fuzzy_string;
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
pnk_strmatch_fuzzy_text nk_strmatch_fuzzy_text;
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
pnk_stroke_arc nk_stroke_arc;
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
pnk_stroke_circle nk_stroke_circle;
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
pnk_stroke_curve nk_stroke_curve;
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
pnk_stroke_line nk_stroke_line;
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
pnk_stroke_polygon nk_stroke_polygon;
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
pnk_stroke_polyline nk_stroke_polyline;
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
pnk_stroke_rect nk_stroke_rect;
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
pnk_stroke_triangle nk_stroke_triangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtod
pnk_strtod nk_strtod;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtof
pnk_strtof nk_strtof;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtoi
pnk_strtoi nk_strtoi;
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
pnk_style_default nk_style_default;
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
pnk_style_from_table nk_style_from_table;
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
pnk_style_get_color_by_name nk_style_get_color_by_name;
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
pnk_style_hide_cursor nk_style_hide_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_item_color
pnk_style_item_color nk_style_item_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
pnk_style_item_hide 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
pnk_style_item_image nk_style_item_image;
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
pnk_style_load_all_cursors nk_style_load_all_cursors;
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
pnk_style_load_cursor nk_style_load_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
pnk_style_pop_color nk_style_pop_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_pop_flags
pnk_style_pop_flags nk_style_pop_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_pop_float
pnk_style_pop_float nk_style_pop_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_pop_font
pnk_style_pop_font nk_style_pop_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_pop_style_item
pnk_style_pop_style_item nk_style_pop_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_pop_vec2
pnk_style_pop_vec2 nk_style_pop_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_push_color
pnk_style_push_color nk_style_push_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
pnk_style_push_flags nk_style_push_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
pnk_style_push_float nk_style_push_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
pnk_style_push_font nk_style_push_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
pnk_style_push_style_item nk_style_push_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
pnk_style_push_vec2 nk_style_push_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
pnk_style_set_cursor nk_style_set_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
pnk_style_set_font nk_style_set_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
pnk_style_show_cursor nk_style_show_cursor;
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
pnk_subimage_handle nk_subimage_handle;
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
pnk_subimage_id nk_subimage_id;
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
pnk_subimage_ptr nk_subimage_ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text
pnk_text nk_text;
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
pnk_text_colored nk_text_colored;
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
pnk_text_wrap nk_text_wrap;
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
pnk_text_wrap_colored nk_text_wrap_colored;
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
pnk_textedit_cut nk_textedit_cut;
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
pnk_textedit_delete nk_textedit_delete;
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
pnk_textedit_delete_selection nk_textedit_delete_selection;
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
pnk_textedit_free nk_textedit_free;
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
pnk_textedit_init nk_textedit_init;
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
pnk_textedit_init_default nk_textedit_init_default;
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
pnk_textedit_init_fixed nk_textedit_init_fixed;
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
pnk_textedit_paste nk_textedit_paste;
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
pnk_textedit_redo nk_textedit_redo;
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
pnk_textedit_select_all nk_textedit_select_all;
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
pnk_textedit_text nk_textedit_text;
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
pnk_textedit_undo nk_textedit_undo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltip
pnk_tooltip nk_tooltip;
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
pnk_tooltip_begin nk_tooltip_begin;
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
pnk_tooltip_end nk_tooltip_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltipf
pnk_tooltipf nk_tooltipf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltipfv
pnk_tooltipfv nk_tooltipfv;
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
pnk_tree_element_image_push_hashed nk_tree_element_image_push_hashed;
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
pnk_tree_element_pop nk_tree_element_pop;
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
pnk_tree_element_push_hashed nk_tree_element_push_hashed;
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
pnk_tree_image_push_hashed nk_tree_image_push_hashed;
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
pnk_tree_pop nk_tree_pop;
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
pnk_tree_push_hashed nk_tree_push_hashed;
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
pnk_tree_state_image_push nk_tree_state_image_push;
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
pnk_tree_state_pop nk_tree_state_pop;
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
pnk_tree_state_push nk_tree_state_push;
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
pnk_triangle_from_direction nk_triangle_from_direction;
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
pnk_utf_at nk_utf_at;
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
pnk_utf_decode nk_utf_decode;
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
pnk_utf_encode nk_utf_encode;
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
pnk_utf_len nk_utf_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
pnk_value_bool nk_value_bool;
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
pnk_value_color_byte nk_value_color_byte;
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
pnk_value_color_float nk_value_color_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_color_hex
pnk_value_color_hex nk_value_color_hex;
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
pnk_value_float nk_value_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
pnk_value_int nk_value_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
pnk_value_uint nk_value_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_
pnk_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_vec2i_
pnk_vec2i nk_vec2i_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2iv
pnk_vec2iv nk_vec2iv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2v
pnk_vec2v nk_vec2v;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget
pnk_widget nk_widget;
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
pnk_widget_bounds nk_widget_bounds;
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
pnk_widget_fitting nk_widget_fitting;
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
pnk_widget_has_mouse_click_down nk_widget_has_mouse_click_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
pnk_widget_height nk_widget_height;
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
pnk_widget_is_hovered nk_widget_is_hovered;
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
pnk_widget_is_mouse_clicked nk_widget_is_mouse_clicked;
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
pnk_widget_position nk_widget_position;
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
pnk_widget_size nk_widget_size;
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
pnk_widget_width nk_widget_width;
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
pnk_window_close nk_window_close;
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
pnk_window_collapse nk_window_collapse;
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
pnk_window_collapse_if nk_window_collapse_if;
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
pnk_window_find nk_window_find;
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
pnk_window_get_bounds nk_window_get_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_get_canvas
pnk_window_get_canvas nk_window_get_canvas;
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
pnk_window_get_content_region nk_window_get_content_region;
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
pnk_window_get_content_region_max nk_window_get_content_region_max;
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
pnk_window_get_content_region_min nk_window_get_content_region_min;
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
pnk_window_get_content_region_size nk_window_get_content_region_size;
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
pnk_window_get_height nk_window_get_height;
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
pnk_window_get_panel nk_window_get_panel;
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
pnk_window_get_position nk_window_get_position;
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
pnk_window_get_scroll nk_window_get_scroll;
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
pnk_window_get_size nk_window_get_size;
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
pnk_window_get_width nk_window_get_width;
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
pnk_window_has_focus nk_window_has_focus;
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
pnk_window_is_active nk_window_is_active;
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
pnk_window_is_any_hovered nk_window_is_any_hovered;
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
pnk_window_is_closed nk_window_is_closed;
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
pnk_window_is_collapsed nk_window_is_collapsed;
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
pnk_window_is_hidden nk_window_is_hidden;
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
pnk_window_is_hovered nk_window_is_hovered;
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
pnk_window_set_bounds nk_window_set_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
pnk_window_set_focus nk_window_set_focus;
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
pnk_window_set_position nk_window_set_position;
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
pnk_window_set_scroll nk_window_set_scroll;
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
pnk_window_set_size nk_window_set_size;
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
pnk_window_show nk_window_show;
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
pnk_window_show_if nk_window_show_if;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta