Docs.rs
nuki-sys-4.1.5+1
nuki-sys 4.1.5+1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
varphone
Dependencies
libc ^0.2
normal
cc ^1.0
build
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate nuki_sys
Version 4.1.5+1
See all nuki_sys's items
Structs
Constants
Functions
Type Definitions
Unions
All crates
?
[
−
]
[src]
Crate
nuki_sys
Structs
nk_allocator
nk_baked_font
nk_buffer
nk_buffer_marker
nk_chart
nk_chart_slot
nk_clipboard
nk_color
nk_colorf
nk_command
nk_command_arc
nk_command_arc_filled
nk_command_buffer
nk_command_circle
nk_command_circle_filled
nk_command_curve
nk_command_custom
nk_command_image
nk_command_line
nk_command_polygon
nk_command_polygon_filled
nk_command_polyline
nk_command_rect
nk_command_rect_filled
nk_command_rect_multi_color
nk_command_scissor
nk_command_text
nk_command_triangle
nk_command_triangle_filled
nk_config_stack_button_behavior
nk_config_stack_button_behavior_element
nk_config_stack_color
nk_config_stack_color_element
nk_config_stack_flags
nk_config_stack_flags_element
nk_config_stack_float
nk_config_stack_float_element
nk_config_stack_style_item
nk_config_stack_style_item_element
nk_config_stack_user_font
nk_config_stack_user_font_element
nk_config_stack_vec2
nk_config_stack_vec2_element
nk_configuration_stacks
nk_context
nk_convert_config
nk_cursor
nk_draw_command
nk_draw_list
nk_draw_null_texture
nk_draw_vertex_layout_element
nk_edit_state
nk_font
nk_font_atlas
nk_font_config
nk_font_glyph
nk_image
nk_input
nk_key
nk_keyboard
nk_list_view
nk_memory
nk_memory_status
nk_menu_state
nk_mouse
nk_mouse_button
nk_page
nk_page_element
nk_panel
nk_pool
nk_popup_buffer
nk_popup_state
nk_property_state
nk_rect
nk_recti
nk_row_layout
nk_scroll
nk_str
nk_style
nk_style_button
nk_style_chart
nk_style_combo
nk_style_edit
nk_style_item
nk_style_progress
nk_style_property
nk_style_scrollbar
nk_style_selectable
nk_style_slide
nk_style_slider
nk_style_tab
nk_style_text
nk_style_toggle
nk_style_window
nk_style_window_header
nk_table
nk_text_edit
nk_text_undo_record
nk_text_undo_state
nk_user_font
nk_user_font_glyph
nk_vec2
nk_vec2i
nk_window
Constants
NK_BUTTON_BEHAVIOR_STACK_SIZE
NK_CHART_MAX_SLOT
NK_COLOR_STACK_SIZE
NK_FLAGS_STACK_SIZE
NK_FLOAT_STACK_SIZE
NK_FONT_STACK_SIZE
NK_INPUT_MAX
NK_MAX_FLOAT_PRECISION
NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS
NK_MAX_NUMBER_BUFFER
NK_PI
NK_SCROLLBAR_HIDING_TIMEOUT
NK_STYLE_ITEM_STACK_SIZE
NK_TEXTEDIT_UNDOCHARCOUNT
NK_TEXTEDIT_UNDOSTATECOUNT
NK_UNDEFINED
NK_UTF_INVALID
NK_UTF_SIZE
NK_VECTOR_STACK_SIZE
NK_WINDOW_MAX_NAME
nk_allocation_type_NK_BUFFER_DYNAMIC
nk_allocation_type_NK_BUFFER_FIXED
nk_anti_aliasing_NK_ANTI_ALIASING_OFF
nk_anti_aliasing_NK_ANTI_ALIASING_ON
nk_buffer_allocation_type_NK_BUFFER_BACK
nk_buffer_allocation_type_NK_BUFFER_FRONT
nk_buffer_allocation_type_NK_BUFFER_MAX
nk_button_behavior_NK_BUTTON_DEFAULT
nk_button_behavior_NK_BUTTON_REPEATER
nk_buttons_NK_BUTTON_DOUBLE
nk_buttons_NK_BUTTON_LEFT
nk_buttons_NK_BUTTON_MAX
nk_buttons_NK_BUTTON_MIDDLE
nk_buttons_NK_BUTTON_RIGHT
nk_chart_event_NK_CHART_CLICKED
nk_chart_event_NK_CHART_HOVERING
nk_chart_type_NK_CHART_COLUMN
nk_chart_type_NK_CHART_LINES
nk_chart_type_NK_CHART_MAX
nk_collapse_states_NK_MAXIMIZED
nk_collapse_states_NK_MINIMIZED
nk_color_format_NK_RGB
nk_color_format_NK_RGBA
nk_command_clipping_NK_CLIPPING_OFF
nk_command_clipping_NK_CLIPPING_ON
nk_command_type_NK_COMMAND_ARC
nk_command_type_NK_COMMAND_ARC_FILLED
nk_command_type_NK_COMMAND_CIRCLE
nk_command_type_NK_COMMAND_CIRCLE_FILLED
nk_command_type_NK_COMMAND_CURVE
nk_command_type_NK_COMMAND_CUSTOM
nk_command_type_NK_COMMAND_IMAGE
nk_command_type_NK_COMMAND_LINE
nk_command_type_NK_COMMAND_NOP
nk_command_type_NK_COMMAND_POLYGON
nk_command_type_NK_COMMAND_POLYGON_FILLED
nk_command_type_NK_COMMAND_POLYLINE
nk_command_type_NK_COMMAND_RECT
nk_command_type_NK_COMMAND_RECT_FILLED
nk_command_type_NK_COMMAND_RECT_MULTI_COLOR
nk_command_type_NK_COMMAND_SCISSOR
nk_command_type_NK_COMMAND_TEXT
nk_command_type_NK_COMMAND_TRIANGLE
nk_command_type_NK_COMMAND_TRIANGLE_FILLED
nk_convert_result_NK_CONVERT_COMMAND_BUFFER_FULL
nk_convert_result_NK_CONVERT_ELEMENT_BUFFER_FULL
nk_convert_result_NK_CONVERT_INVALID_PARAM
nk_convert_result_NK_CONVERT_SUCCESS
nk_convert_result_NK_CONVERT_VERTEX_BUFFER_FULL
nk_draw_list_stroke_NK_STROKE_CLOSED
nk_draw_list_stroke_NK_STROKE_OPEN
nk_draw_vertex_layout_attribute_NK_VERTEX_ATTRIBUTE_COUNT
nk_draw_vertex_layout_attribute_NK_VERTEX_COLOR
nk_draw_vertex_layout_attribute_NK_VERTEX_POSITION
nk_draw_vertex_layout_attribute_NK_VERTEX_TEXCOORD
nk_draw_vertex_layout_format_NK_FORMAT_B8G8R8A8
nk_draw_vertex_layout_format_NK_FORMAT_COLOR_BEGIN
nk_draw_vertex_layout_format_NK_FORMAT_COLOR_END
nk_draw_vertex_layout_format_NK_FORMAT_COUNT
nk_draw_vertex_layout_format_NK_FORMAT_DOUBLE
nk_draw_vertex_layout_format_NK_FORMAT_FLOAT
nk_draw_vertex_layout_format_NK_FORMAT_R8G8B8
nk_draw_vertex_layout_format_NK_FORMAT_R8G8B8A8
nk_draw_vertex_layout_format_NK_FORMAT_R16G15B16
nk_draw_vertex_layout_format_NK_FORMAT_R16G15B16A16
nk_draw_vertex_layout_format_NK_FORMAT_R32G32B32
nk_draw_vertex_layout_format_NK_FORMAT_R32G32B32A32
nk_draw_vertex_layout_format_NK_FORMAT_R32G32B32A32_DOUBLE
nk_draw_vertex_layout_format_NK_FORMAT_R32G32B32A32_FLOAT
nk_draw_vertex_layout_format_NK_FORMAT_RGB32
nk_draw_vertex_layout_format_NK_FORMAT_RGBA32
nk_draw_vertex_layout_format_NK_FORMAT_SCHAR
nk_draw_vertex_layout_format_NK_FORMAT_SINT
nk_draw_vertex_layout_format_NK_FORMAT_SSHORT
nk_draw_vertex_layout_format_NK_FORMAT_UCHAR
nk_draw_vertex_layout_format_NK_FORMAT_UINT
nk_draw_vertex_layout_format_NK_FORMAT_USHORT
nk_edit_events_NK_EDIT_ACTIVATED
nk_edit_events_NK_EDIT_ACTIVE
nk_edit_events_NK_EDIT_COMMITED
nk_edit_events_NK_EDIT_DEACTIVATED
nk_edit_events_NK_EDIT_INACTIVE
nk_edit_flags_NK_EDIT_ALLOW_TAB
nk_edit_flags_NK_EDIT_ALWAYS_INSERT_MODE
nk_edit_flags_NK_EDIT_AUTO_SELECT
nk_edit_flags_NK_EDIT_CLIPBOARD
nk_edit_flags_NK_EDIT_CTRL_ENTER_NEWLINE
nk_edit_flags_NK_EDIT_DEFAULT
nk_edit_flags_NK_EDIT_GOTO_END_ON_ACTIVATE
nk_edit_flags_NK_EDIT_MULTILINE
nk_edit_flags_NK_EDIT_NO_CURSOR
nk_edit_flags_NK_EDIT_NO_HORIZONTAL_SCROLL
nk_edit_flags_NK_EDIT_READ_ONLY
nk_edit_flags_NK_EDIT_SELECTABLE
nk_edit_flags_NK_EDIT_SIG_ENTER
nk_edit_types_NK_EDIT_BOX
nk_edit_types_NK_EDIT_EDITOR
nk_edit_types_NK_EDIT_FIELD
nk_edit_types_NK_EDIT_SIMPLE
nk_false
nk_font_atlas_format_NK_FONT_ATLAS_ALPHA8
nk_font_atlas_format_NK_FONT_ATLAS_ARGB32
nk_font_atlas_format_NK_FONT_ATLAS_RGBA32
nk_font_coord_type_NK_COORD_PIXEL
nk_font_coord_type_NK_COORD_UV
nk_heading_NK_DOWN
nk_heading_NK_LEFT
nk_heading_NK_RIGHT
nk_heading_NK_UP
nk_keys_NK_KEY_BACKSPACE
nk_keys_NK_KEY_COPY
nk_keys_NK_KEY_CTRL
nk_keys_NK_KEY_CUT
nk_keys_NK_KEY_DEL
nk_keys_NK_KEY_DOWN
nk_keys_NK_KEY_ENTER
nk_keys_NK_KEY_LEFT
nk_keys_NK_KEY_MAX
nk_keys_NK_KEY_NONE
nk_keys_NK_KEY_PASTE
nk_keys_NK_KEY_RIGHT
nk_keys_NK_KEY_SCROLL_DOWN
nk_keys_NK_KEY_SCROLL_END
nk_keys_NK_KEY_SCROLL_START
nk_keys_NK_KEY_SCROLL_UP
nk_keys_NK_KEY_SHIFT
nk_keys_NK_KEY_TAB
nk_keys_NK_KEY_TEXT_END
nk_keys_NK_KEY_TEXT_INSERT_MODE
nk_keys_NK_KEY_TEXT_LINE_END
nk_keys_NK_KEY_TEXT_LINE_START
nk_keys_NK_KEY_TEXT_REDO
nk_keys_NK_KEY_TEXT_REPLACE_MODE
nk_keys_NK_KEY_TEXT_RESET_MODE
nk_keys_NK_KEY_TEXT_SELECT_ALL
nk_keys_NK_KEY_TEXT_START
nk_keys_NK_KEY_TEXT_UNDO
nk_keys_NK_KEY_TEXT_WORD_LEFT
nk_keys_NK_KEY_TEXT_WORD_RIGHT
nk_keys_NK_KEY_UP
nk_layout_format_NK_DYNAMIC
nk_layout_format_NK_STATIC
nk_modify_NK_FIXED
nk_modify_NK_MODIFIABLE
nk_orientation_NK_HORIZONTAL
nk_orientation_NK_VERTICAL
nk_panel_flags_NK_WINDOW_BACKGROUND
nk_panel_flags_NK_WINDOW_BORDER
nk_panel_flags_NK_WINDOW_CLOSABLE
nk_panel_flags_NK_WINDOW_MINIMIZABLE
nk_panel_flags_NK_WINDOW_MOVABLE
nk_panel_flags_NK_WINDOW_NO_INPUT
nk_panel_flags_NK_WINDOW_NO_SCROLLBAR
nk_panel_flags_NK_WINDOW_SCALABLE
nk_panel_flags_NK_WINDOW_SCALE_LEFT
nk_panel_flags_NK_WINDOW_SCROLL_AUTO_HIDE
nk_panel_flags_NK_WINDOW_TITLE
nk_panel_row_layout_type_NK_LAYOUT_COUNT
nk_panel_row_layout_type_NK_LAYOUT_DYNAMIC
nk_panel_row_layout_type_NK_LAYOUT_DYNAMIC_FIXED
nk_panel_row_layout_type_NK_LAYOUT_DYNAMIC_FREE
nk_panel_row_layout_type_NK_LAYOUT_DYNAMIC_ROW
nk_panel_row_layout_type_NK_LAYOUT_STATIC
nk_panel_row_layout_type_NK_LAYOUT_STATIC_FIXED
nk_panel_row_layout_type_NK_LAYOUT_STATIC_FREE
nk_panel_row_layout_type_NK_LAYOUT_STATIC_ROW
nk_panel_row_layout_type_NK_LAYOUT_TEMPLATE
nk_panel_set_NK_PANEL_SET_NONBLOCK
nk_panel_set_NK_PANEL_SET_POPUP
nk_panel_set_NK_PANEL_SET_SUB
nk_panel_type_NK_PANEL_COMBO
nk_panel_type_NK_PANEL_CONTEXTUAL
nk_panel_type_NK_PANEL_GROUP
nk_panel_type_NK_PANEL_MENU
nk_panel_type_NK_PANEL_NONE
nk_panel_type_NK_PANEL_POPUP
nk_panel_type_NK_PANEL_TOOLTIP
nk_panel_type_NK_PANEL_WINDOW
nk_popup_type_NK_POPUP_DYNAMIC
nk_popup_type_NK_POPUP_STATIC
nk_show_states_NK_HIDDEN
nk_show_states_NK_SHOWN
nk_style_colors_NK_COLOR_BORDER
nk_style_colors_NK_COLOR_BUTTON
nk_style_colors_NK_COLOR_BUTTON_ACTIVE
nk_style_colors_NK_COLOR_BUTTON_HOVER
nk_style_colors_NK_COLOR_CHART
nk_style_colors_NK_COLOR_CHART_COLOR
nk_style_colors_NK_COLOR_CHART_COLOR_HIGHLIGHT
nk_style_colors_NK_COLOR_COMBO
nk_style_colors_NK_COLOR_COUNT
nk_style_colors_NK_COLOR_EDIT
nk_style_colors_NK_COLOR_EDIT_CURSOR
nk_style_colors_NK_COLOR_HEADER
nk_style_colors_NK_COLOR_PROPERTY
nk_style_colors_NK_COLOR_SCROLLBAR
nk_style_colors_NK_COLOR_SCROLLBAR_CURSOR
nk_style_colors_NK_COLOR_SCROLLBAR_CURSOR_ACTIVE
nk_style_colors_NK_COLOR_SCROLLBAR_CURSOR_HOVER
nk_style_colors_NK_COLOR_SELECT
nk_style_colors_NK_COLOR_SELECT_ACTIVE
nk_style_colors_NK_COLOR_SLIDER
nk_style_colors_NK_COLOR_SLIDER_CURSOR
nk_style_colors_NK_COLOR_SLIDER_CURSOR_ACTIVE
nk_style_colors_NK_COLOR_SLIDER_CURSOR_HOVER
nk_style_colors_NK_COLOR_TAB_HEADER
nk_style_colors_NK_COLOR_TEXT
nk_style_colors_NK_COLOR_TOGGLE
nk_style_colors_NK_COLOR_TOGGLE_CURSOR
nk_style_colors_NK_COLOR_TOGGLE_HOVER
nk_style_colors_NK_COLOR_WINDOW
nk_style_cursor_NK_CURSOR_ARROW
nk_style_cursor_NK_CURSOR_COUNT
nk_style_cursor_NK_CURSOR_MOVE
nk_style_cursor_NK_CURSOR_RESIZE_HORIZONTAL
nk_style_cursor_NK_CURSOR_RESIZE_TOP_LEFT_DOWN_RIGHT
nk_style_cursor_NK_CURSOR_RESIZE_TOP_RIGHT_DOWN_LEFT
nk_style_cursor_NK_CURSOR_RESIZE_VERTICAL
nk_style_cursor_NK_CURSOR_TEXT
nk_style_header_align_NK_HEADER_LEFT
nk_style_header_align_NK_HEADER_RIGHT
nk_style_item_type_NK_STYLE_ITEM_COLOR
nk_style_item_type_NK_STYLE_ITEM_IMAGE
nk_symbol_type_NK_SYMBOL_CIRCLE_OUTLINE
nk_symbol_type_NK_SYMBOL_CIRCLE_SOLID
nk_symbol_type_NK_SYMBOL_MAX
nk_symbol_type_NK_SYMBOL_MINUS
nk_symbol_type_NK_SYMBOL_NONE
nk_symbol_type_NK_SYMBOL_PLUS
nk_symbol_type_NK_SYMBOL_RECT_OUTLINE
nk_symbol_type_NK_SYMBOL_RECT_SOLID
nk_symbol_type_NK_SYMBOL_TRIANGLE_DOWN
nk_symbol_type_NK_SYMBOL_TRIANGLE_LEFT
nk_symbol_type_NK_SYMBOL_TRIANGLE_RIGHT
nk_symbol_type_NK_SYMBOL_TRIANGLE_UP
nk_symbol_type_NK_SYMBOL_UNDERSCORE
nk_symbol_type_NK_SYMBOL_X
nk_text_align_NK_TEXT_ALIGN_BOTTOM
nk_text_align_NK_TEXT_ALIGN_CENTERED
nk_text_align_NK_TEXT_ALIGN_LEFT
nk_text_align_NK_TEXT_ALIGN_MIDDLE
nk_text_align_NK_TEXT_ALIGN_RIGHT
nk_text_align_NK_TEXT_ALIGN_TOP
nk_text_alignment_NK_TEXT_CENTERED
nk_text_alignment_NK_TEXT_LEFT
nk_text_alignment_NK_TEXT_RIGHT
nk_text_edit_mode_NK_TEXT_EDIT_MODE_INSERT
nk_text_edit_mode_NK_TEXT_EDIT_MODE_REPLACE
nk_text_edit_mode_NK_TEXT_EDIT_MODE_VIEW
nk_text_edit_type_NK_TEXT_EDIT_MULTI_LINE
nk_text_edit_type_NK_TEXT_EDIT_SINGLE_LINE
nk_tree_type_NK_TREE_NODE
nk_tree_type_NK_TREE_TAB
nk_true
nk_widget_layout_states_NK_WIDGET_INVALID
nk_widget_layout_states_NK_WIDGET_ROM
nk_widget_layout_states_NK_WIDGET_VALID
nk_widget_states_NK_WIDGET_STATE_ACTIVE
nk_widget_states_NK_WIDGET_STATE_ACTIVED
nk_widget_states_NK_WIDGET_STATE_ENTERED
nk_widget_states_NK_WIDGET_STATE_HOVER
nk_widget_states_NK_WIDGET_STATE_HOVERED
nk_widget_states_NK_WIDGET_STATE_INACTIVE
nk_widget_states_NK_WIDGET_STATE_LEFT
nk_widget_states_NK_WIDGET_STATE_MODIFIED
nk_window_flags_NK_WINDOW_CLOSED
nk_window_flags_NK_WINDOW_DYNAMIC
nk_window_flags_NK_WINDOW_HIDDEN
nk_window_flags_NK_WINDOW_MINIMIZED
nk_window_flags_NK_WINDOW_NOT_INTERACTIVE
nk_window_flags_NK_WINDOW_PRIVATE
nk_window_flags_NK_WINDOW_REMOVE_ROM
nk_window_flags_NK_WINDOW_ROM
Functions
nk__begin
⚠
nk__draw_begin
⚠
nk__draw_end
⚠
nk__draw_list_begin
⚠
nk__draw_list_end
⚠
nk__draw_list_next
⚠
nk__draw_next
⚠
nk__next
⚠
nk_begin
⚠
nk_begin_titled
⚠
nk_buffer_clear
⚠
nk_buffer_free
⚠
nk_buffer_info
⚠
nk_buffer_init
⚠
nk_buffer_init_fixed
⚠
nk_buffer_mark
⚠
nk_buffer_memory
⚠
nk_buffer_memory_const
⚠
nk_buffer_push
⚠
nk_buffer_reset
⚠
nk_buffer_total
⚠
nk_button_color
⚠
nk_button_image
⚠
nk_button_image_label
⚠
nk_button_image_label_styled
⚠
nk_button_image_styled
⚠
nk_button_image_text
⚠
nk_button_image_text_styled
⚠
nk_button_label
⚠
nk_button_label_styled
⚠
nk_button_pop_behavior
⚠
nk_button_push_behavior
⚠
nk_button_set_behavior
⚠
nk_button_symbol
⚠
nk_button_symbol_label
⚠
nk_button_symbol_label_styled
⚠
nk_button_symbol_styled
⚠
nk_button_symbol_text
⚠
nk_button_symbol_text_styled
⚠
nk_button_text
⚠
nk_button_text_styled
⚠
nk_chart_add_slot
⚠
nk_chart_add_slot_colored
⚠
nk_chart_begin
⚠
nk_chart_begin_colored
⚠
nk_chart_end
⚠
nk_chart_push
⚠
nk_chart_push_slot
⚠
nk_check_flags_label
⚠
nk_check_flags_text
⚠
nk_check_label
⚠
nk_check_text
⚠
nk_checkbox_flags_label
⚠
nk_checkbox_flags_text
⚠
nk_checkbox_label
⚠
nk_checkbox_text
⚠
nk_clear
⚠
nk_color_cf
⚠
nk_color_d
⚠
nk_color_dv
⚠
nk_color_f
⚠
nk_color_fv
⚠
nk_color_hex_rgb
⚠
nk_color_hex_rgba
⚠
nk_color_hsv_b
⚠
nk_color_hsv_bv
⚠
nk_color_hsv_f
⚠
nk_color_hsv_fv
⚠
nk_color_hsv_i
⚠
nk_color_hsv_iv
⚠
nk_color_hsva_b
⚠
nk_color_hsva_bv
⚠
nk_color_hsva_f
⚠
nk_color_hsva_fv
⚠
nk_color_hsva_i
⚠
nk_color_hsva_iv
⚠
nk_color_pick
⚠
nk_color_picker
⚠
nk_color_u32
⚠
nk_colorf_hsva_f
⚠
nk_colorf_hsva_fv
⚠
nk_combo
⚠
nk_combo_begin_color
⚠
nk_combo_begin_image
⚠
nk_combo_begin_image_label
⚠
nk_combo_begin_image_text
⚠
nk_combo_begin_label
⚠
nk_combo_begin_symbol
⚠
nk_combo_begin_symbol_label
⚠
nk_combo_begin_symbol_text
⚠
nk_combo_begin_text
⚠
nk_combo_callback
⚠
nk_combo_close
⚠
nk_combo_end
⚠
nk_combo_item_image_label
⚠
nk_combo_item_image_text
⚠
nk_combo_item_label
⚠
nk_combo_item_symbol_label
⚠
nk_combo_item_symbol_text
⚠
nk_combo_item_text
⚠
nk_combo_separator
⚠
nk_combo_string
⚠
nk_combobox
⚠
nk_combobox_callback
⚠
nk_combobox_separator
⚠
nk_combobox_string
⚠
nk_contextual_begin
⚠
nk_contextual_close
⚠
nk_contextual_end
⚠
nk_contextual_item_image_label
⚠
nk_contextual_item_image_text
⚠
nk_contextual_item_label
⚠
nk_contextual_item_symbol_label
⚠
nk_contextual_item_symbol_text
⚠
nk_contextual_item_text
⚠
nk_convert
⚠
nk_draw_image
⚠
nk_draw_list_add_image
⚠
nk_draw_list_add_text
⚠
nk_draw_list_fill_circle
⚠
nk_draw_list_fill_poly_convex
⚠
nk_draw_list_fill_rect
⚠
nk_draw_list_fill_rect_multi_color
⚠
nk_draw_list_fill_triangle
⚠
nk_draw_list_init
⚠
nk_draw_list_path_arc_to
⚠
nk_draw_list_path_arc_to_fast
⚠
nk_draw_list_path_clear
⚠
nk_draw_list_path_curve_to
⚠
nk_draw_list_path_fill
⚠
nk_draw_list_path_line_to
⚠
nk_draw_list_path_rect_to
⚠
nk_draw_list_path_stroke
⚠
nk_draw_list_push_userdata
⚠
nk_draw_list_setup
⚠
nk_draw_list_stroke_circle
⚠
nk_draw_list_stroke_curve
⚠
nk_draw_list_stroke_line
⚠
nk_draw_list_stroke_poly_line
⚠
nk_draw_list_stroke_rect
⚠
nk_draw_list_stroke_triangle
⚠
nk_draw_text
⚠
nk_edit_buffer
⚠
nk_edit_focus
⚠
nk_edit_string
⚠
nk_edit_string_zero_terminated
⚠
nk_edit_unfocus
⚠
nk_end
⚠
nk_fill_arc
⚠
nk_fill_circle
⚠
nk_fill_polygon
⚠
nk_fill_rect
⚠
nk_fill_rect_multi_color
⚠
nk_fill_triangle
⚠
nk_filter_ascii
⚠
nk_filter_binary
⚠
nk_filter_decimal
⚠
nk_filter_default
⚠
nk_filter_float
⚠
nk_filter_hex
⚠
nk_filter_oct
⚠
nk_font_atlas_add
⚠
nk_font_atlas_add_compressed
⚠
nk_font_atlas_add_compressed_base85
⚠
nk_font_atlas_add_from_memory
⚠
nk_font_atlas_bake
⚠
nk_font_atlas_begin
⚠
nk_font_atlas_cleanup
⚠
nk_font_atlas_clear
⚠
nk_font_atlas_end
⚠
nk_font_atlas_init
⚠
nk_font_atlas_init_custom
⚠
nk_font_chinese_glyph_ranges
⚠
nk_font_config
⚠
nk_font_cyrillic_glyph_ranges
⚠
nk_font_default_glyph_ranges
⚠
nk_font_find_glyph
⚠
nk_font_korean_glyph_ranges
⚠
nk_free
⚠
nk_get_null_rect
⚠
nk_group_begin
⚠
nk_group_begin_titled
⚠
nk_group_end
⚠
nk_group_get_scroll
⚠
nk_group_scrolled_begin
⚠
nk_group_scrolled_end
⚠
nk_group_scrolled_offset_begin
⚠
nk_group_set_scroll
⚠
nk_handle_id
⚠
nk_handle_ptr
⚠
nk_hsv
⚠
nk_hsv_bv
⚠
nk_hsv_f
⚠
nk_hsv_fv
⚠
nk_hsv_iv
⚠
nk_hsva
⚠
nk_hsva_bv
⚠
nk_hsva_colorf
⚠
nk_hsva_colorfv
⚠
nk_hsva_f
⚠
nk_hsva_fv
⚠
nk_hsva_iv
⚠
nk_image
⚠
nk_image_color
⚠
nk_image_handle
⚠
nk_image_id
⚠
nk_image_is_subimage
⚠
nk_image_ptr
⚠
nk_init
⚠
nk_init_custom
⚠
nk_init_fixed
⚠
nk_input_any_mouse_click_in_rect
⚠
nk_input_begin
⚠
nk_input_button
⚠
nk_input_char
⚠
nk_input_end
⚠
nk_input_glyph
⚠
nk_input_has_mouse_click
⚠
nk_input_has_mouse_click_down_in_rect
⚠
nk_input_has_mouse_click_in_rect
⚠
nk_input_is_key_down
⚠
nk_input_is_key_pressed
⚠
nk_input_is_key_released
⚠
nk_input_is_mouse_click_down_in_rect
⚠
nk_input_is_mouse_click_in_rect
⚠
nk_input_is_mouse_down
⚠
nk_input_is_mouse_hovering_rect
⚠
nk_input_is_mouse_pressed
⚠
nk_input_is_mouse_prev_hovering_rect
⚠
nk_input_is_mouse_released
⚠
nk_input_key
⚠
nk_input_motion
⚠
nk_input_mouse_clicked
⚠
nk_input_scroll
⚠
nk_input_unicode
⚠
nk_item_is_any_active
⚠
nk_label
⚠
nk_label_colored
⚠
nk_label_colored_wrap
⚠
nk_label_wrap
⚠
nk_layout_ratio_from_pixel
⚠
nk_layout_reset_min_row_height
⚠
nk_layout_row
⚠
nk_layout_row_begin
⚠
nk_layout_row_colored
⚠
nk_layout_row_dynamic
⚠
nk_layout_row_end
⚠
nk_layout_row_push
⚠
nk_layout_row_static
⚠
nk_layout_row_template_begin
⚠
nk_layout_row_template_end
⚠
nk_layout_row_template_push_dynamic
⚠
nk_layout_row_template_push_static
⚠
nk_layout_row_template_push_variable
⚠
nk_layout_set_min_row_height
⚠
nk_layout_space_begin
⚠
nk_layout_space_bounds
⚠
nk_layout_space_colored_begin
⚠
nk_layout_space_end
⚠
nk_layout_space_push
⚠
nk_layout_space_rect_to_local
⚠
nk_layout_space_rect_to_screen
⚠
nk_layout_space_to_local
⚠
nk_layout_space_to_screen
⚠
nk_layout_widget_bounds
⚠
nk_list_view_begin
⚠
nk_list_view_end
⚠
nk_menu_begin_image
⚠
nk_menu_begin_image_label
⚠
nk_menu_begin_image_text
⚠
nk_menu_begin_label
⚠
nk_menu_begin_symbol
⚠
nk_menu_begin_symbol_label
⚠
nk_menu_begin_symbol_text
⚠
nk_menu_begin_text
⚠
nk_menu_close
⚠
nk_menu_end
⚠
nk_menu_item_image_label
⚠
nk_menu_item_image_text
⚠
nk_menu_item_label
⚠
nk_menu_item_symbol_label
⚠
nk_menu_item_symbol_text
⚠
nk_menu_item_text
⚠
nk_menubar_begin
⚠
nk_menubar_end
⚠
nk_murmur_hash
⚠
nk_option_label
⚠
nk_option_text
⚠
nk_plot
⚠
nk_plot_function
⚠
nk_popup_begin
⚠
nk_popup_close
⚠
nk_popup_end
⚠
nk_popup_get_scroll
⚠
nk_popup_set_scroll
⚠
nk_prog
⚠
nk_progress
⚠
nk_property_double
⚠
nk_property_float
⚠
nk_property_int
⚠
nk_propertyd
⚠
nk_propertyf
⚠
nk_propertyi
⚠
nk_push_custom
⚠
nk_push_scissor
⚠
nk_radio_label
⚠
nk_radio_text
⚠
nk_rect
⚠
nk_rect_pos
⚠
nk_rect_size
⚠
nk_recta
⚠
nk_recti
⚠
nk_rectiv
⚠
nk_rectv
⚠
nk_rgb
⚠
nk_rgb_bv
⚠
nk_rgb_cf
⚠
nk_rgb_f
⚠
nk_rgb_fv
⚠
nk_rgb_hex
⚠
nk_rgb_iv
⚠
nk_rgba
⚠
nk_rgba_bv
⚠
nk_rgba_cf
⚠
nk_rgba_f
⚠
nk_rgba_fv
⚠
nk_rgba_hex
⚠
nk_rgba_iv
⚠
nk_rgba_u32
⚠
nk_select_image_label
⚠
nk_select_image_text
⚠
nk_select_label
⚠
nk_select_symbol_label
⚠
nk_select_symbol_text
⚠
nk_select_text
⚠
nk_selectable_image_label
⚠
nk_selectable_image_text
⚠
nk_selectable_label
⚠
nk_selectable_symbol_label
⚠
nk_selectable_symbol_text
⚠
nk_selectable_text
⚠
nk_set_user_data
⚠
nk_slide_float
⚠
nk_slide_int
⚠
nk_slider_float
⚠
nk_slider_int
⚠
nk_spacing
⚠
nk_str_append_str_char
⚠
nk_str_append_str_runes
⚠
nk_str_append_str_utf8
⚠
nk_str_append_text_char
⚠
nk_str_append_text_runes
⚠
nk_str_append_text_utf8
⚠
nk_str_at_char
⚠
nk_str_at_char_const
⚠
nk_str_at_const
⚠
nk_str_at_rune
⚠
nk_str_clear
⚠
nk_str_delete_chars
⚠
nk_str_delete_runes
⚠
nk_str_free
⚠
nk_str_get
⚠
nk_str_get_const
⚠
nk_str_init
⚠
nk_str_init_fixed
⚠
nk_str_insert_at_char
⚠
nk_str_insert_at_rune
⚠
nk_str_insert_str_char
⚠
nk_str_insert_str_runes
⚠
nk_str_insert_str_utf8
⚠
nk_str_insert_text_char
⚠
nk_str_insert_text_runes
⚠
nk_str_insert_text_utf8
⚠
nk_str_len
⚠
nk_str_len_char
⚠
nk_str_remove_chars
⚠
nk_str_remove_runes
⚠
nk_str_rune_at
⚠
nk_strfilter
⚠
nk_stricmp
⚠
nk_stricmpn
⚠
nk_strlen
⚠
nk_strmatch_fuzzy_string
⚠
nk_strmatch_fuzzy_text
⚠
nk_stroke_arc
⚠
nk_stroke_circle
⚠
nk_stroke_curve
⚠
nk_stroke_line
⚠
nk_stroke_polygon
⚠
nk_stroke_polyline
⚠
nk_stroke_rect
⚠
nk_stroke_triangle
⚠
nk_strtod
⚠
nk_strtof
⚠
nk_strtoi
⚠
nk_style_default
⚠
nk_style_from_table
⚠
nk_style_get_color_by_name
⚠
nk_style_hide_cursor
⚠
nk_style_item_color
⚠
nk_style_item_hide
⚠
nk_style_item_image
⚠
nk_style_load_all_cursors
⚠
nk_style_load_cursor
⚠
nk_style_pop_color
⚠
nk_style_pop_flags
⚠
nk_style_pop_float
⚠
nk_style_pop_font
⚠
nk_style_pop_style_item
⚠
nk_style_pop_vec2
⚠
nk_style_push_color
⚠
nk_style_push_flags
⚠
nk_style_push_float
⚠
nk_style_push_font
⚠
nk_style_push_style_item
⚠
nk_style_push_vec2
⚠
nk_style_set_cursor
⚠
nk_style_set_font
⚠
nk_style_show_cursor
⚠
nk_subimage_handle
⚠
nk_subimage_id
⚠
nk_subimage_ptr
⚠
nk_text
⚠
nk_text_colored
⚠
nk_text_wrap
⚠
nk_text_wrap_colored
⚠
nk_textedit_cut
⚠
nk_textedit_delete
⚠
nk_textedit_delete_selection
⚠
nk_textedit_free
⚠
nk_textedit_init
⚠
nk_textedit_init_fixed
⚠
nk_textedit_paste
⚠
nk_textedit_redo
⚠
nk_textedit_select_all
⚠
nk_textedit_text
⚠
nk_textedit_undo
⚠
nk_tooltip
⚠
nk_tooltip_begin
⚠
nk_tooltip_end
⚠
nk_tree_element_image_push_hashed
⚠
nk_tree_element_pop
⚠
nk_tree_element_push_hashed
⚠
nk_tree_image_push_hashed
⚠
nk_tree_pop
⚠
nk_tree_push_hashed
⚠
nk_tree_state_image_push
⚠
nk_tree_state_pop
⚠
nk_tree_state_push
⚠
nk_triangle_from_direction
⚠
nk_utf_at
⚠
nk_utf_decode
⚠
nk_utf_encode
⚠
nk_utf_len
⚠
nk_vec2
⚠
nk_vec2i
⚠
nk_vec2iv
⚠
nk_vec2v
⚠
nk_widget
⚠
nk_widget_bounds
⚠
nk_widget_fitting
⚠
nk_widget_has_mouse_click_down
⚠
nk_widget_height
⚠
nk_widget_is_hovered
⚠
nk_widget_is_mouse_clicked
⚠
nk_widget_position
⚠
nk_widget_size
⚠
nk_widget_width
⚠
nk_window_close
⚠
nk_window_collapse
⚠
nk_window_collapse_if
⚠
nk_window_find
⚠
nk_window_get_bounds
⚠
nk_window_get_canvas
⚠
nk_window_get_content_region
⚠
nk_window_get_content_region_max
⚠
nk_window_get_content_region_min
⚠
nk_window_get_content_region_size
⚠
nk_window_get_height
⚠
nk_window_get_panel
⚠
nk_window_get_position
⚠
nk_window_get_scroll
⚠
nk_window_get_size
⚠
nk_window_get_width
⚠
nk_window_has_focus
⚠
nk_window_is_active
⚠
nk_window_is_any_hovered
⚠
nk_window_is_closed
⚠
nk_window_is_collapsed
⚠
nk_window_is_hidden
⚠
nk_window_is_hovered
⚠
nk_window_set_bounds
⚠
nk_window_set_focus
⚠
nk_window_set_position
⚠
nk_window_set_scroll
⚠
nk_window_set_size
⚠
nk_window_show
⚠
nk_window_show_if
⚠
Type Definitions
_bindgen_ty_1
_dummy_array415
_dummy_array416
_dummy_array417
_dummy_array418
_dummy_array419
_dummy_array420
_dummy_array421
_dummy_array422
_dummy_array423
nk_allocation_type
nk_anti_aliasing
nk_buffer_allocation_type
nk_button_behavior
nk_buttons
nk_byte
nk_char
nk_chart_event
nk_chart_type
nk_collapse_states
nk_color_format
nk_command_clipping
nk_command_custom_callback
nk_command_type
nk_convert_result
nk_draw_index
nk_draw_list_stroke
nk_draw_vertex_layout_attribute
nk_draw_vertex_layout_format
nk_edit_events
nk_edit_flags
nk_edit_types
nk_flags
nk_font_atlas_format
nk_font_coord_type
nk_glyph
nk_hash
nk_heading
nk_int
nk_keys
nk_layout_format
nk_modify
nk_orientation
nk_panel_flags
nk_panel_row_layout_type
nk_panel_set
nk_panel_type
nk_plugin_alloc
nk_plugin_copy
nk_plugin_filter
nk_plugin_free
nk_plugin_paste
nk_popup_type
nk_ptr
nk_query_font_glyph_f
nk_rune
nk_short
nk_show_states
nk_size
nk_style_colors
nk_style_cursor
nk_style_header_align
nk_style_item_type
nk_symbol_type
nk_text_align
nk_text_alignment
nk_text_edit_mode
nk_text_edit_type
nk_text_width_f
nk_tree_type
nk_uchar
nk_uint
nk_ushort
nk_widget_layout_states
nk_widget_states
nk_window_flags
Unions
nk_handle
nk_page_data
nk_style_item_data