- addFont
NKFont* addFont(FontAsset font, float height, const(NKRune[]) range)
Undocumented in source. Be warned that the author may not have intended to support it.
- addFont
NKFont* addFont(ubyte* buffer, ulong len, float height, const(NKRune[]) range)
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
int begin(const(char)* title, NKRect bounds, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- beginTitled
int beginTitled(const(char)* name, const(char)* title, NKRect bounds, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonColor
int buttonColor(NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonColor
int buttonColor(Color4f color)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImage
int buttonImage(NKImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImageLabel
int buttonImageLabel(NKImage img, const(char)* txt, NKFlags text_alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImageLabelStyled
int buttonImageLabelStyled(const(nk_style_button)* style, NKImage img, const(char)* label, NKFlags text_alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImageStyled
int buttonImageStyled(const(nk_style_button)* style, NKImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImageText
int buttonImageText(NKImage img, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonImageTextStyled
int buttonImageTextStyled(const(nk_style_button)* style, NKImage img, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonLabel
int buttonLabel(const(char)* title)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonLabelStyled
int buttonLabelStyled(const(nk_style_button)* style, const(char)* title)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonPopBehavior
int buttonPopBehavior()
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonPushBehavior
int buttonPushBehavior(nk_button_behavior beh)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSetBehavior
void buttonSetBehavior(nk_button_behavior beh)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbol
int buttonSymbol(nk_symbol_type type)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbolLabel
int buttonSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags text_alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbolLabelStyled
int buttonSymbolLabelStyled(const(nk_style_button)* style, nk_symbol_type symbol, const(char)* title, NKFlags align_)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbolStyled
int buttonSymbolStyled(const(nk_style_button)* style, nk_symbol_type type)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbolText
int buttonSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonSymbolTextStyled
int buttonSymbolTextStyled(const(nk_style_button)* style, nk_symbol_type type, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonText
int buttonText(const(char)* title, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonTextStyled
int buttonTextStyled(const(nk_style_button)* style, const(char)* title, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- canvasBegin
int canvasBegin(const(char)* title, NKRect bounds, NKColor background)
Undocumented in source. Be warned that the author may not have intended to support it.
- canvasEnd
void canvasEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- chartAddSlot
void chartAddSlot(const(nk_chart_type) type, int count, float min_value, float max_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- chartAddSlotColored
void chartAddSlotColored(const(nk_chart_type) type, NKColor color, NKColor active, int count, float min_value, float max_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- chartBegin
int chartBegin(nk_chart_type type, int num, float min, float max)
Undocumented in source. Be warned that the author may not have intended to support it.
- chartBeginColored
int chartBeginColored(nk_chart_type type, NKColor color, NKColor active, int num, float min, float max)
Undocumented in source. Be warned that the author may not have intended to support it.
- chartEnd
void chartEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- chartPush
NKFlags chartPush(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- chartPushSlot
NKFlags chartPushSlot(float value, int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkFlagsLabel
uint checkFlagsLabel(const(char)* label, uint flags, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkFlagsText
uint checkFlagsText(const(char)* txt, int len, uint flags, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkLabel
int checkLabel(const(char)* label, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkText
int checkText(const(char)* txt, int len, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkboxFlagsLabel
int checkboxFlagsLabel(const(char)* label, uint* flags, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkboxFlagsText
int checkboxFlagsText(const(char)* txt, int len, uint* flags, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkboxLabel
int checkboxLabel(const(char)* label, int* active)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkboxText
int checkboxText(const(char)* txt, int len, int* active)
Undocumented in source. Be warned that the author may not have intended to support it.
- colorPick
int colorPick(Color4f* color, nk_color_format format)
Undocumented in source. Be warned that the author may not have intended to support it.
- colorPick
int colorPick(NKColorf* color, nk_color_format format)
Undocumented in source. Be warned that the author may not have intended to support it.
- colorPicker
Color4f colorPicker(Color4f color, nk_color_format format)
Undocumented in source. Be warned that the author may not have intended to support it.
- colorPicker
NKColorf colorPicker(NKColorf color, nk_color_format format)
Undocumented in source. Be warned that the author may not have intended to support it.
- combo
int combo(const(char)** items, int count, int selected, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginColor
int comboBeginColor(NKColor color, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginImage
int comboBeginImage(NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginImageLabel
int comboBeginImageLabel(const(char)* selected, NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginImageText
int comboBeginImageText(const(char)* selected, int len, NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginLabel
int comboBeginLabel(const(char)* selected, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginSymbol
int comboBeginSymbol(nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginSymbolLabel
int comboBeginSymbolLabel(const(char)* selected, nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginSymbolText
int comboBeginSymbolText(const(char)* selected, int len, nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboBeginText
int comboBeginText(const(char)* selected, int len, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboClose
void comboClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- comboEnd
void comboEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemImageLabel
int comboItemImageLabel(NKImage img, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemImageText
int comboItemImageText(NKImage img, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemLabel
int comboItemLabel(const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemSymbolLabel
int comboItemSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemSymbolText
int comboItemSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboItemText
int comboItemText(const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboSeparator
int comboSeparator(const(char)* items_separated_by_separator, int separator, int selected, int count, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboString
int comboString(const(char)* items_separated_by_zeros, int selected, int count, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- combobox
void combobox(const(char)** items, int count, int* selected, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboboxSeparator
void comboboxSeparator(const(char)* items_separated_by_separator, int separator, int* selected, int count, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- comboboxString
void comboboxString(const(char)* items_separated_by_zeros, int* selected, int count, int item_height, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualBegin
int contextualBegin(NKFlags flags, NKVec2 size, NKRect trigger_bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualClose
void contextualClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualEnd
void contextualEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemImageLabel
int contextualItemImageLabel(NKImage img, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemImageText
int contextualItemImageText(NKImage img, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemLabel
int contextualItemLabel(const(char)* label, NKFlags align_)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemSymbolLabel
int contextualItemSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemSymbolText
int contextualItemSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- contextualItemText
int contextualItemText(const(char)* txt, int len, NKFlags align_)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
void drawImage(NKRect rect, const(NKImage)* image, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(NKRect rect, const(char)* txt, int len, const(nk_user_font)* font, NKColor bg, NKColor fg)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(NKRect rect, const(char)* txt, int len, const(NKFont)* font, NKColor bg, NKColor fg)
Undocumented in source. Be warned that the author may not have intended to support it.
- editBuffer
NKFlags editBuffer(NKFlags flags, nk_text_edit* edit, nk_plugin_filter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- editFocus
void editFocus(NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- editString
NKFlags editString(NKFlags flags, char* buffer, int* len, int max, nk_plugin_filter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- editStringZeroTerminated
NKFlags editStringZeroTerminated(NKFlags flags, char* buffer, int max, nk_plugin_filter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- editUnfocus
void editUnfocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
- fillArc
void fillArc(float cx, float cy, float radius, float a_min, float a_max, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillCircle
void fillCircle(NKRect rect, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillPolygon
void fillPolygon(float* points, int point_count, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillRect
void fillRect(NKRect rect, float rounding, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillRectMultiColor
void fillRectMultiColor(NKRect rect, NKColor left, NKColor top, NKColor right, NKColor bottom)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillTriangle
void fillTriangle(float x0, float y0, float x1, float y1, float x2, float y2, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFont
NKFont* getFont(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupBegin
int groupBegin(const(char)* title, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupBeginTitled
int groupBeginTitled(const(char)* name, const(char)* title, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupEnd
void groupEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- groupScrolledBegin
int groupScrolledBegin(nk_scroll* off, const(char)* title, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupScrolledEnd
void groupScrolledEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- groupScrolledOffsetBegin
int groupScrolledOffsetBegin(nk_uint* x_offset, nk_uint* y_offset, const(char)* title, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- hsv
NKColor hsv(float h, float s, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- hsv
NKColor hsv(int h, int s, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- hsva
NKColor hsva(int h, int s, int v, int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- hsva
NKColor hsva(float h, float s, float v, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- image
void image(NKImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
- imageColor
void imageColor(NKImage img, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputButton
void inputButton(int button, int down)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputButtonDown
void inputButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputButtonUp
void inputButtonUp(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputKey
void inputKey(nk_keys key, int down)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputKeyDown
void inputKeyDown(nk_keys key)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputKeyUp
void inputKeyUp(nk_keys key)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputScroll
void inputScroll(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputUnicode
void inputUnicode(dchar key)
Undocumented in source. Be warned that the author may not have intended to support it.
- itemIsAnyActive
int itemIsAnyActive()
Undocumented in source. Be warned that the author may not have intended to support it.
- label
void label(const(char)* txt, NKFlags align__)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelColored
void labelColored(const(char)* txt, NKFlags align__, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelColoredWrap
void labelColoredWrap(const(char)* txt, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelWrap
void labelWrap(const(char)* txt)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelf
void labelf(NKFlags align_, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelfColored
void labelfColored(NKFlags align_, NKColor color, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelfColoredWrap
void labelfColoredWrap(NKColor color, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- labelfWrap
void labelfWrap(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRatioFromPixel
float layoutRatioFromPixel(float pixel_width)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutResetMinRowHeight
void layoutResetMinRowHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRow
void layoutRow(nk_layout_format format, float height, int cols, const(float)* ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowBegin
void layoutRowBegin(nk_layout_format fmt, float row_height, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowDynamic
void layoutRowDynamic(float height, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowEnd
void layoutRowEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowPush
void layoutRowPush(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowStatic
void layoutRowStatic(float height, int item_width, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowTemplateBegin
void layoutRowTemplateBegin(float row_height)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowTemplateEnd
void layoutRowTemplateEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowTemplatePushDynamic
void layoutRowTemplatePushDynamic()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowTemplatePushStatic
void layoutRowTemplatePushStatic(float width)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutRowTemplatePushVariable
void layoutRowTemplatePushVariable(float min_width)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSetMinRowHeight
void layoutSetMinRowHeight(float height)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceBegin
void layoutSpaceBegin(nk_layout_format foramt, float height, int widget_count)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceBounds
NKRect layoutSpaceBounds()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceEnd
void layoutSpaceEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpacePush
void layoutSpacePush(NKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceRectToLocal
NKRect layoutSpaceRectToLocal(NKRect a)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceRectToScreen
NKRect layoutSpaceRectToScreen(NKRect a)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceToLocal
NKVec2 layoutSpaceToLocal(NKVec2 a)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutSpaceToScreen
NKVec2 layoutSpaceToScreen(NKVec2 a)
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutWidgetBounds
NKRect layoutWidgetBounds()
Undocumented in source. Be warned that the author may not have intended to support it.
- listViewBegin
int listViewBegin(nk_list_view* out_, const(char)* id, NKFlags flags, int row_height, int row_count)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginImage
int menuBeginImage(const(char)* label, NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginImageLabel
int menuBeginImageLabel(const(char)* label, NKFlags align_, NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginImageText
int menuBeginImageText(const(char)* txt, int len, NKFlags align_, NKImage img, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginLabel
int menuBeginLabel(const(char)* label, NKFlags align_, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginSymbol
int menuBeginSymbol(const(char)* label, nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginSymbolLabel
int menuBeginSymbolLabel(const(char)* label, NKFlags align_, nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginSymbolText
int menuBeginSymbolText(const(char)* txt, int len, NKFlags align_, nk_symbol_type type, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuBeginText
int menuBeginText(const(char)* title, int title_len, NKFlags align_, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuClose
void menuClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- menuEnd
void menuEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemImageLabel
int menuItemImageLabel(NKImage img, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemImageText
int menuItemImageText(NKImage img, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemLabel
int menuItemLabel(const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemSymbolLabel
int menuItemSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemSymbolText
int menuItemSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_ment)
Undocumented in source. Be warned that the author may not have intended to support it.
- menuItemText
int menuItemText(const(char)* txt, int len, NKFlags align_)
Undocumented in source. Be warned that the author may not have intended to support it.
- menubarBegin
void menubarBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- menubarEnd
void menubarEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- optionLabel
int optionLabel(const(char)* label, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- optionText
int optionText(const(char)* txt, int len, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- plot
void plot(nk_chart_type type, const(float)* values, int count, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- plotFunction
void plotFunction(nk_chart_type type, float function(int index) fn, int count, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- popupBegin
int popupBegin(nk_popup_type type, const(char)* title, NKFlags flags, NKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- popupClose
void popupClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- popupEnd
void popupEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareVAO
void prepareVAO()
Undocumented in source. Be warned that the author may not have intended to support it.
- prog
NKSize prog(NKSize cur, NKSize max, int modifyable)
Undocumented in source. Be warned that the author may not have intended to support it.
- progress
int progress(NKSize* cur, NKSize max, int modifyable)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
void property(const(char)* name, int min, int* val, int max, int step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
void property(const(char)* name, float min, float* val, float max, float step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
void property(const(char)* name, double min, double* val, double max, double step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
int property(const(char)* name, int min, int val, int max, int step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
float property(const(char)* name, float min, float val, float max, float step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- property
double property(const(char)* name, double min, double val, double max, double step, float inc_per_pixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushScissor
void pushScissor(NKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- radioLabel
int radioLabel(const(char)* label, int* active)
Undocumented in source. Be warned that the author may not have intended to support it.
- radioText
int radioText(const(char)* txt, int len, int* active)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(GraphicsState* state)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgb
NKColor rgb(int r, int g, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgb
NKColor rgb(float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgb
NKColor rgb(char* hex)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgba
NKColor rgba(int r, int g, int b, int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgba
NKColor rgba(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgba
NKColor rgba(char* hex)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectImageLabel
int selectImageLabel(NKImage img, const(char)* label, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectImageText
int selectImageText(NKImage img, const(char)* txt, int len, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectLabel
int selectLabel(const(char)* label, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectSymbolLabel
int selectSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectSymbolText
int selectSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectText
int selectText(const(char)* txt, int len, NKFlags align_, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableImageLabel
int selectableImageLabel(NKImage img, const(char)* label, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableImageText
int selectableImageText(NKImage img, const(char)* text, int len, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableLabel
int selectableLabel(const(char)* label, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableSymbolLabel
int selectableSymbolLabel(nk_symbol_type type, const(char)* label, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableSymbolText
int selectableSymbolText(nk_symbol_type type, const(char)* txt, int len, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectableText
int selectableText(const(char)* txt, int len, NKFlags align_, int* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- slide
float slide(float min, float val, float max, float step)
Undocumented in source. Be warned that the author may not have intended to support it.
- slide
int slide(int min, int val, int max, int step)
Undocumented in source. Be warned that the author may not have intended to support it.
- slider
int slider(float min, float* val, float max, float step)
Undocumented in source. Be warned that the author may not have intended to support it.
- slider
int slider(int min, int* val, int max, int step)
Undocumented in source. Be warned that the author may not have intended to support it.
- spacing
void spacing(int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeArc
void strokeArc(float cx, float cy, float radius, float a_min, float a_max, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeCircle
void strokeCircle(NKRect rect, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeCurve
void strokeCurve(float ax, float ay, float ctrl0x, float ctrl0y, float ctrl1x, float ctrl1y, float bx, float by, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeLine
void strokeLine(float x0, float y0, float x1, float y1, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokePolygon
void strokePolygon(float* points, int point_count, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokePolyline
void strokePolyline(float* points, int point_count, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeRect
void strokeRect(NKRect rect, float rounding, float line_thickness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeTriangle
void strokeTriangle(float x0, float y0, float x1, float y1, float x2, float y2, float line_thichness, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleDefault
void styleDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
- styleFromTable
void styleFromTable(const(NKColor)* colors)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleHideCursor
void styleHideCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
- styleLoadAllCursors
void styleLoadAllCursors(NKCursor* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleLoadCursor
void styleLoadCursor(nk_style_cursor cursor, const(NKCursor)* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopColor
int stylePopColor()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopFlags
int stylePopFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopFloat
int stylePopFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopFont
int stylePopFont()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopStyleItem
int stylePopStyleItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePopVec2
int stylePopVec2()
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushColor
int stylePushColor(NKColor* address, NKColor value)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushFlags
int stylePushFlags(NKFlags* address, NKFlags value)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushFloat
int stylePushFloat(float* address, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushFont
int stylePushFont(const(nk_user_font)* font)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushStyleItem
int stylePushStyleItem(nk_style_item* address, nk_style_item value)
Undocumented in source. Be warned that the author may not have intended to support it.
- stylePushVec2
int stylePushVec2(NKVec2* address, NKVec2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleSetCursor
int styleSetCursor(nk_style_cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleSetFont
void styleSetFont(const(nk_user_font)* font)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleSetFont
void styleSetFont(const(NKFont)* font)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleSetFont
void styleSetFont(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- styleShowCursor
void styleShowCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
- text
void text(const(char)* txt, int len, NKFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- textColored
void textColored(const(char)* txt, int len, NKFlags flags, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- textWidth
float textWidth(NKFont* font, const(char)* txt, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- textWidth
float textWidth(const(char)* txt, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- textWrap
void textWrap(const(char)* txt, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- textWrapColored
void textWrapColored(const(char)* txt, int len, NKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
- tooltip
void tooltip(const(char)* txt)
Undocumented in source. Be warned that the author may not have intended to support it.
- tooltipBegin
int tooltipBegin(float width)
Undocumented in source. Be warned that the author may not have intended to support it.
- tooltipEnd
void tooltipEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- tooltipf
void tooltipf(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeElementImagePush
auto treeElementImagePush(nk_tree_type type, NKImage img, const(char)* title, nk_collapse_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeElementImagePushId
auto treeElementImagePushId(nk_tree_type type, NKImage img, const(char)* title, nk_collapse_states state, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeElementPop
void treeElementPop()
Undocumented in source. Be warned that the author may not have intended to support it.
- treeElementPush
auto treeElementPush(nk_tree_type type, const(char)* title, nk_collapse_states state, int* selected)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeElementPushId
auto treeElementPushId(nk_tree_type type, const(char)* title, nk_collapse_states state, int* selected, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- treePop
void treePop()
Undocumented in source. Be warned that the author may not have intended to support it.
- treePush
int treePush(nk_tree_type type, const(char)* title, nk_collapse_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
- treePushId
int treePushId(nk_tree_type type, const(char)* title, nk_collapse_states state, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeStateImagePush
int treeStateImagePush(nk_tree_type type, NKImage image, const(char)* title, nk_collapse_states* state)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeStatePop
void treeStatePop()
Undocumented in source. Be warned that the author may not have intended to support it.
- treeStatePush
int treeStatePush(nk_tree_type type, const(char)* title, nk_collapse_states* state)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueBool
void valueBool(const(char)* prefix, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueColorByte
void valueColorByte(const(char)* prefix, NKColor value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueColorFloat
void valueColorFloat(const(char)* prefix, NKColor value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueColorHex
void valueColorHex(const(char)* prefix, NKColor value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueFloat
void valueFloat(const(char)* prefix, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueInt
void valueInt(const(char)* prefix, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueUint
void valueUint(const(char)* prefix, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetBounds
NKRect widgetBounds()
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetHasMouseClickDown
int widgetHasMouseClickDown(nk_buttons buttons, int down)
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetHeight
float widgetHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetIsHovered
int widgetIsHovered()
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetIsMouseClicked
int widgetIsMouseClicked(nk_buttons buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetPosition
NKVec2 widgetPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetSize
NKVec2 widgetSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetWidth
float widgetWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowClose
void windowClose(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowCollapse
void windowCollapse(const(char)* name, nk_collapse_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowCollapseIf
void windowCollapseIf(const(char)* name, nk_collapse_states state, int cond)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowFind
NKWindow* windowFind(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetCanvas
nk_command_buffer* windowGetCanvas()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetContentRegion
NKRect windowGetContentRegion()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetContentRegionMax
NKVec2 windowGetContentRegionMax()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetContentRegionMin
NKVec2 windowGetContentRegionMin()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetContentRegionSize
NKVec2 windowGetContentRegionSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowGetPanel
NKPanel* windowGetPanel()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsActive
int windowIsActive(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsAnyHovered
int windowIsAnyHovered()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsClosed
int windowIsClosed(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsCollapsed
int windowIsCollapsed(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsHidden
int windowIsHidden(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowIsHovered
int windowIsHovered()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowSetBounds
void windowSetBounds(const(char)* name, NKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowSetFocus
void windowSetFocus(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowSetPosition
void windowSetPosition(const(char)* name, NKVec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowSetSize
void windowSetSize(const(char)* name, NKVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowShow
void windowShow(const(char)* name, nk_show_states state)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowShowIf
void windowShowIf(const(char)* name, nk_show_states state, int cond)
Undocumented in source. Be warned that the author may not have intended to support it.