cimgui.funcs

Undocumented in source.

Members

Aliases

da_CustomRect_CustomRect
alias da_CustomRect_CustomRect = CustomRect* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CustomRect_IsPacked
alias da_CustomRect_IsPacked = bool function(CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CustomRect_destroy
alias da_CustomRect_destroy = void function(CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImColor_HSV
alias da_ImColor_HSV = ImColor function(ImColor* self, 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.
da_ImColor_HSV_nonUDT
alias da_ImColor_HSV_nonUDT = void function(ImColor* pOut, ImColor* self, 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.
da_ImColor_HSV_nonUDT2
alias da_ImColor_HSV_nonUDT2 = ImColor_Simple function(ImColor* self, 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.
da_ImColor_ImColor
alias da_ImColor_ImColor = ImColor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImColor_ImColorFloat
alias da_ImColor_ImColorFloat = ImColor* 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.
da_ImColor_ImColorInt
alias da_ImColor_ImColorInt = ImColor* 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.
da_ImColor_ImColorU32
alias da_ImColor_ImColorU32 = ImColor* function(ImU32 rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImColor_ImColorVec4
alias da_ImColor_ImColorVec4 = ImColor* function(const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImColor_SetHSV
alias da_ImColor_SetHSV = void function(ImColor* self, 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.
da_ImColor_destroy
alias da_ImColor_destroy = void function(ImColor* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawCmd_ImDrawCmd
alias da_ImDrawCmd_ImDrawCmd = ImDrawCmd* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawCmd_destroy
alias da_ImDrawCmd_destroy = void function(ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawData_Clear
alias da_ImDrawData_Clear = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawData_DeIndexAllBuffers
alias da_ImDrawData_DeIndexAllBuffers = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawData_ImDrawData
alias da_ImDrawData_ImDrawData = ImDrawData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawData_ScaleClipRects
alias da_ImDrawData_ScaleClipRects = void function(ImDrawData* self, const ImVec2 fb_scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawData_destroy
alias da_ImDrawData_destroy = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddBezierCurve
alias da_ImDrawList_AddBezierCurve = void function(ImDrawList* self, const ImVec2 pos0, const ImVec2 cp0, const ImVec2 cp1, const ImVec2 pos1, ImU32 col, float thickness, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddCallback
alias da_ImDrawList_AddCallback = void function(ImDrawList* self, ImDrawCallback callback, void* callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddCircle
alias da_ImDrawList_AddCircle = void function(ImDrawList* self, const ImVec2 centre, float radius, ImU32 col, int num_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.
da_ImDrawList_AddCircleFilled
alias da_ImDrawList_AddCircleFilled = void function(ImDrawList* self, const ImVec2 centre, float radius, ImU32 col, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddConvexPolyFilled
alias da_ImDrawList_AddConvexPolyFilled = void function(ImDrawList* self, const ImVec2* points, int num_points, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddDrawCmd
alias da_ImDrawList_AddDrawCmd = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddImage
alias da_ImDrawList_AddImage = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 a, const ImVec2 b, const ImVec2 uv_a, const ImVec2 uv_b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddImageQuad
alias da_ImDrawList_AddImageQuad = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 d, const ImVec2 uv_a, const ImVec2 uv_b, const ImVec2 uv_c, const ImVec2 uv_d, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddImageRounded
alias da_ImDrawList_AddImageRounded = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 a, const ImVec2 b, const ImVec2 uv_a, const ImVec2 uv_b, ImU32 col, float rounding, int rounding_corners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddLine
alias da_ImDrawList_AddLine = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddPolyline
alias da_ImDrawList_AddPolyline = void function(ImDrawList* self, const ImVec2* points, int num_points, ImU32 col, bool 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.
da_ImDrawList_AddQuad
alias da_ImDrawList_AddQuad = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 d, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddQuadFilled
alias da_ImDrawList_AddQuadFilled = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 d, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddRect
alias da_ImDrawList_AddRect = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col, float rounding, int rounding_corners_flags, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddRectFilled
alias da_ImDrawList_AddRectFilled = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col, float rounding, int rounding_corners_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddRectFilledMultiColor
alias da_ImDrawList_AddRectFilledMultiColor = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddText
alias da_ImDrawList_AddText = void function(ImDrawList* self, const ImVec2 pos, ImU32 col, const char* text_begin, const char* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddTextFontPtr
alias da_ImDrawList_AddTextFontPtr = void function(ImDrawList* self, const ImFont* font, float font_size, const ImVec2 pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddTriangle
alias da_ImDrawList_AddTriangle = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_AddTriangleFilled
alias da_ImDrawList_AddTriangleFilled = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_ChannelsMerge
alias da_ImDrawList_ChannelsMerge = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_ChannelsSetCurrent
alias da_ImDrawList_ChannelsSetCurrent = void function(ImDrawList* self, int channel_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_ChannelsSplit
alias da_ImDrawList_ChannelsSplit = void function(ImDrawList* self, int channels_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_Clear
alias da_ImDrawList_Clear = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_ClearFreeMemory
alias da_ImDrawList_ClearFreeMemory = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_CloneOutput
alias da_ImDrawList_CloneOutput = ImDrawList* function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMax
alias da_ImDrawList_GetClipRectMax = ImVec2 function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMax_nonUDT
alias da_ImDrawList_GetClipRectMax_nonUDT = void function(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMax_nonUDT2
alias da_ImDrawList_GetClipRectMax_nonUDT2 = ImVec2_Simple function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMin
alias da_ImDrawList_GetClipRectMin = ImVec2 function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMin_nonUDT
alias da_ImDrawList_GetClipRectMin_nonUDT = void function(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_GetClipRectMin_nonUDT2
alias da_ImDrawList_GetClipRectMin_nonUDT2 = ImVec2_Simple function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_ImDrawList
alias da_ImDrawList_ImDrawList = ImDrawList* function(const ImDrawListSharedData* shared_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathArcTo
alias da_ImDrawList_PathArcTo = void function(ImDrawList* self, const ImVec2 centre, float radius, float a_min, float a_max, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathArcToFast
alias da_ImDrawList_PathArcToFast = void function(ImDrawList* self, const ImVec2 centre, float radius, int a_min_of_12, int a_max_of_12)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathBezierCurveTo
alias da_ImDrawList_PathBezierCurveTo = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathClear
alias da_ImDrawList_PathClear = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathFillConvex
alias da_ImDrawList_PathFillConvex = void function(ImDrawList* self, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathLineTo
alias da_ImDrawList_PathLineTo = void function(ImDrawList* self, const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathLineToMergeDuplicate
alias da_ImDrawList_PathLineToMergeDuplicate = void function(ImDrawList* self, const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathRect
alias da_ImDrawList_PathRect = void function(ImDrawList* self, const ImVec2 rect_min, const ImVec2 rect_max, float rounding, int rounding_corners_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PathStroke
alias da_ImDrawList_PathStroke = void function(ImDrawList* self, ImU32 col, bool 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.
da_ImDrawList_PopClipRect
alias da_ImDrawList_PopClipRect = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PopTextureID
alias da_ImDrawList_PopTextureID = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimQuadUV
alias da_ImDrawList_PrimQuadUV = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 d, const ImVec2 uv_a, const ImVec2 uv_b, const ImVec2 uv_c, const ImVec2 uv_d, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimRect
alias da_ImDrawList_PrimRect = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimRectUV
alias da_ImDrawList_PrimRectUV = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 uv_a, const ImVec2 uv_b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimReserve
alias da_ImDrawList_PrimReserve = void function(ImDrawList* self, int idx_count, int vtx_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimVtx
alias da_ImDrawList_PrimVtx = void function(ImDrawList* self, const ImVec2 pos, const ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimWriteIdx
alias da_ImDrawList_PrimWriteIdx = void function(ImDrawList* self, ImDrawIdx idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PrimWriteVtx
alias da_ImDrawList_PrimWriteVtx = void function(ImDrawList* self, const ImVec2 pos, const ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PushClipRect
alias da_ImDrawList_PushClipRect = void function(ImDrawList* self, ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PushClipRectFullScreen
alias da_ImDrawList_PushClipRectFullScreen = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_PushTextureID
alias da_ImDrawList_PushTextureID = void function(ImDrawList* self, ImTextureID texture_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_UpdateClipRect
alias da_ImDrawList_UpdateClipRect = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_UpdateTextureID
alias da_ImDrawList_UpdateTextureID = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImDrawList_destroy
alias da_ImDrawList_destroy = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddCustomRectFontGlyph
alias da_ImFontAtlas_AddCustomRectFontGlyph = int function(ImFontAtlas* self, ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2 offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddCustomRectRegular
alias da_ImFontAtlas_AddCustomRectRegular = int function(ImFontAtlas* self, uint id, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFont
alias da_ImFontAtlas_AddFont = ImFont* function(ImFontAtlas* self, const ImFontConfig* font_cfg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFontDefault
alias da_ImFontAtlas_AddFontDefault = ImFont* function(ImFontAtlas* self, const ImFontConfig* font_cfg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFontFromFileTTF
alias da_ImFontAtlas_AddFontFromFileTTF = ImFont* function(ImFontAtlas* self, const char* filename, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
alias da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF = ImFont* function(ImFontAtlas* self, const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFontFromMemoryCompressedTTF
alias da_ImFontAtlas_AddFontFromMemoryCompressedTTF = ImFont* function(ImFontAtlas* self, const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_AddFontFromMemoryTTF
alias da_ImFontAtlas_AddFontFromMemoryTTF = ImFont* function(ImFontAtlas* self, void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_Build
alias da_ImFontAtlas_Build = bool function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_CalcCustomRectUV
alias da_ImFontAtlas_CalcCustomRectUV = void function(ImFontAtlas* self, const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_Clear
alias da_ImFontAtlas_Clear = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_ClearFonts
alias da_ImFontAtlas_ClearFonts = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_ClearInputData
alias da_ImFontAtlas_ClearInputData = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_ClearTexData
alias da_ImFontAtlas_ClearTexData = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetCustomRectByIndex
alias da_ImFontAtlas_GetCustomRectByIndex = CustomRect* function(ImFontAtlas* self, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesChineseFull
alias da_ImFontAtlas_GetGlyphRangesChineseFull = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
alias da_ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesCyrillic
alias da_ImFontAtlas_GetGlyphRangesCyrillic = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesDefault
alias da_ImFontAtlas_GetGlyphRangesDefault = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesJapanese
alias da_ImFontAtlas_GetGlyphRangesJapanese = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesKorean
alias da_ImFontAtlas_GetGlyphRangesKorean = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesThai
alias da_ImFontAtlas_GetGlyphRangesThai = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetGlyphRangesVietnamese
alias da_ImFontAtlas_GetGlyphRangesVietnamese = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetMouseCursorTexData
alias da_ImFontAtlas_GetMouseCursorTexData = bool function(ImFontAtlas* self, ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out_size, ImVec2[2] out_uv_border, ImVec2[2] out_uv_fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetTexDataAsAlpha8
alias da_ImFontAtlas_GetTexDataAsAlpha8 = void function(ImFontAtlas* self, ubyte** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_GetTexDataAsRGBA32
alias da_ImFontAtlas_GetTexDataAsRGBA32 = void function(ImFontAtlas* self, ubyte** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_ImFontAtlas
alias da_ImFontAtlas_ImFontAtlas = ImFontAtlas* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_IsBuilt
alias da_ImFontAtlas_IsBuilt = bool function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_SetTexID
alias da_ImFontAtlas_SetTexID = void function(ImFontAtlas* self, ImTextureID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontAtlas_destroy
alias da_ImFontAtlas_destroy = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontConfig_ImFontConfig
alias da_ImFontConfig_ImFontConfig = ImFontConfig* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontConfig_destroy
alias da_ImFontConfig_destroy = void function(ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_AddChar
alias da_ImFontGlyphRangesBuilder_AddChar = void function(ImFontGlyphRangesBuilder* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_AddRanges
alias da_ImFontGlyphRangesBuilder_AddRanges = void function(ImFontGlyphRangesBuilder* self, const ImWchar* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_AddText
alias da_ImFontGlyphRangesBuilder_AddText = void function(ImFontGlyphRangesBuilder* self, const char* text, const char* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_BuildRanges
alias da_ImFontGlyphRangesBuilder_BuildRanges = void function(ImFontGlyphRangesBuilder* self, ImVector_ImWchar* out_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_GetBit
alias da_ImFontGlyphRangesBuilder_GetBit = bool function(ImFontGlyphRangesBuilder* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
alias da_ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder = ImFontGlyphRangesBuilder* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_SetBit
alias da_ImFontGlyphRangesBuilder_SetBit = void function(ImFontGlyphRangesBuilder* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFontGlyphRangesBuilder_destroy
alias da_ImFontGlyphRangesBuilder_destroy = void function(ImFontGlyphRangesBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_AddGlyph
alias da_ImFont_AddGlyph = void function(ImFont* self, ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_AddRemapChar
alias da_ImFont_AddRemapChar = void function(ImFont* self, ImWchar dst, ImWchar src, bool overwrite_dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_BuildLookupTable
alias da_ImFont_BuildLookupTable = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_CalcTextSizeA
alias da_ImFont_CalcTextSizeA = ImVec2 function(ImFont* self, float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_CalcTextSizeA_nonUDT
alias da_ImFont_CalcTextSizeA_nonUDT = void function(ImVec2* pOut, ImFont* self, float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_CalcTextSizeA_nonUDT2
alias da_ImFont_CalcTextSizeA_nonUDT2 = ImVec2_Simple function(ImFont* self, float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_CalcWordWrapPositionA
alias da_ImFont_CalcWordWrapPositionA = char* function(ImFont* self, float scale, const char* text, const char* text_end, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_ClearOutputData
alias da_ImFont_ClearOutputData = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_FindGlyph
alias da_ImFont_FindGlyph = ImFontGlyph* function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_FindGlyphNoFallback
alias da_ImFont_FindGlyphNoFallback = ImFontGlyph* function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_GetCharAdvance
alias da_ImFont_GetCharAdvance = float function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_GetDebugName
alias da_ImFont_GetDebugName = char* function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_GrowIndex
alias da_ImFont_GrowIndex = void function(ImFont* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_ImFont
alias da_ImFont_ImFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_IsLoaded
alias da_ImFont_IsLoaded = bool function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_RenderChar
alias da_ImFont_RenderChar = void function(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_RenderText
alias da_ImFont_RenderText = void function(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4 clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fine_clip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_SetFallbackChar
alias da_ImFont_SetFallbackChar = void function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImFont_destroy
alias da_ImFont_destroy = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiIO_AddInputCharacter
alias da_ImGuiIO_AddInputCharacter = void function(ImGuiIO* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiIO_AddInputCharactersUTF8
alias da_ImGuiIO_AddInputCharactersUTF8 = void function(ImGuiIO* self, 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.
da_ImGuiIO_ClearInputCharacters
alias da_ImGuiIO_ClearInputCharacters = void function(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiIO_ImGuiIO
alias da_ImGuiIO_ImGuiIO = ImGuiIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiIO_destroy
alias da_ImGuiIO_destroy = void function(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiInputTextCallbackData_DeleteChars
alias da_ImGuiInputTextCallbackData_DeleteChars = void function(ImGuiInputTextCallbackData* self, int pos, int bytes_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiInputTextCallbackData_HasSelection
alias da_ImGuiInputTextCallbackData_HasSelection = bool function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
alias da_ImGuiInputTextCallbackData_ImGuiInputTextCallbackData = ImGuiInputTextCallbackData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiInputTextCallbackData_InsertChars
alias da_ImGuiInputTextCallbackData_InsertChars = void function(ImGuiInputTextCallbackData* self, int pos, const char* text, const char* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiInputTextCallbackData_destroy
alias da_ImGuiInputTextCallbackData_destroy = void function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiListClipper_Begin
alias da_ImGuiListClipper_Begin = void function(ImGuiListClipper* self, int items_count, float items_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiListClipper_End
alias da_ImGuiListClipper_End = void function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiListClipper_ImGuiListClipper
alias da_ImGuiListClipper_ImGuiListClipper = ImGuiListClipper* function(int items_count, float items_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiListClipper_Step
alias da_ImGuiListClipper_Step = bool function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiListClipper_destroy
alias da_ImGuiListClipper_destroy = void function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
alias da_ImGuiOnceUponAFrame_ImGuiOnceUponAFrame = ImGuiOnceUponAFrame* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiOnceUponAFrame_destroy
alias da_ImGuiOnceUponAFrame_destroy = void function(ImGuiOnceUponAFrame* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_Clear
alias da_ImGuiPayload_Clear = void function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_ImGuiPayload
alias da_ImGuiPayload_ImGuiPayload = ImGuiPayload* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_IsDataType
alias da_ImGuiPayload_IsDataType = bool function(ImGuiPayload* self, const char* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_IsDelivery
alias da_ImGuiPayload_IsDelivery = bool function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_IsPreview
alias da_ImGuiPayload_IsPreview = bool function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiPayload_destroy
alias da_ImGuiPayload_destroy = void function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_BuildSortByKey
alias da_ImGuiStorage_BuildSortByKey = void function(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_Clear
alias da_ImGuiStorage_Clear = void function(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetBool
alias da_ImGuiStorage_GetBool = bool function(ImGuiStorage* self, ImGuiID key, bool default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetBoolRef
alias da_ImGuiStorage_GetBoolRef = bool* function(ImGuiStorage* self, ImGuiID key, bool default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetFloat
alias da_ImGuiStorage_GetFloat = float function(ImGuiStorage* self, ImGuiID key, float default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetFloatRef
alias da_ImGuiStorage_GetFloatRef = float* function(ImGuiStorage* self, ImGuiID key, float default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetInt
alias da_ImGuiStorage_GetInt = int function(ImGuiStorage* self, ImGuiID key, int default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetIntRef
alias da_ImGuiStorage_GetIntRef = int* function(ImGuiStorage* self, ImGuiID key, int default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetVoidPtr
alias da_ImGuiStorage_GetVoidPtr = void* function(ImGuiStorage* self, ImGuiID key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_GetVoidPtrRef
alias da_ImGuiStorage_GetVoidPtrRef = void** function(ImGuiStorage* self, ImGuiID key, void* default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_SetAllInt
alias da_ImGuiStorage_SetAllInt = void function(ImGuiStorage* self, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_SetBool
alias da_ImGuiStorage_SetBool = void function(ImGuiStorage* self, ImGuiID key, bool val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_SetFloat
alias da_ImGuiStorage_SetFloat = void function(ImGuiStorage* self, ImGuiID key, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_SetInt
alias da_ImGuiStorage_SetInt = void function(ImGuiStorage* self, ImGuiID key, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStorage_SetVoidPtr
alias da_ImGuiStorage_SetVoidPtr = void function(ImGuiStorage* self, ImGuiID key, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStyle_ImGuiStyle
alias da_ImGuiStyle_ImGuiStyle = ImGuiStyle* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStyle_ScaleAllSizes
alias da_ImGuiStyle_ScaleAllSizes = void function(ImGuiStyle* self, float scale_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiStyle_destroy
alias da_ImGuiStyle_destroy = void function(ImGuiStyle* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_ImGuiTextBuffer
alias da_ImGuiTextBuffer_ImGuiTextBuffer = ImGuiTextBuffer* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_append
alias da_ImGuiTextBuffer_append = void function(ImGuiTextBuffer* self, const char* str, const char* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_appendfv
alias da_ImGuiTextBuffer_appendfv = void function(ImGuiTextBuffer* self, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_begin
alias da_ImGuiTextBuffer_begin = char* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_c_str
alias da_ImGuiTextBuffer_c_str = char* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_clear
alias da_ImGuiTextBuffer_clear = void function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_destroy
alias da_ImGuiTextBuffer_destroy = void function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_empty
alias da_ImGuiTextBuffer_empty = bool function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_end
alias da_ImGuiTextBuffer_end = char* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_reserve
alias da_ImGuiTextBuffer_reserve = void function(ImGuiTextBuffer* self, int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextBuffer_size
alias da_ImGuiTextBuffer_size = int function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_Build
alias da_ImGuiTextFilter_Build = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_Clear
alias da_ImGuiTextFilter_Clear = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_Draw
alias da_ImGuiTextFilter_Draw = bool function(ImGuiTextFilter* self, const char* label, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_ImGuiTextFilter
alias da_ImGuiTextFilter_ImGuiTextFilter = ImGuiTextFilter* function(const char* default_filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_IsActive
alias da_ImGuiTextFilter_IsActive = bool function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_PassFilter
alias da_ImGuiTextFilter_PassFilter = bool function(ImGuiTextFilter* self, const char* text, const char* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImGuiTextFilter_destroy
alias da_ImGuiTextFilter_destroy = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVec2_ImVec2
alias da_ImVec2_ImVec2 = ImVec2* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVec2_ImVec2Float
alias da_ImVec2_ImVec2Float = ImVec2* 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.
da_ImVec2_destroy
alias da_ImVec2_destroy = void function(ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVec4_ImVec4
alias da_ImVec4_ImVec4 = ImVec4* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVec4_ImVec4Float
alias da_ImVec4_ImVec4Float = ImVec4* function(float _x, float _y, float _z, float _w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVec4_destroy
alias da_ImVec4_destroy = void function(ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_ImVector_CustomRect
alias da_ImVector_CustomRect_ImVector_CustomRect = ImVector_CustomRect* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_ImVector_CustomRectVector
alias da_ImVector_CustomRect_ImVector_CustomRectVector = ImVector_CustomRect* function(const ImVector_CustomRect src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect__grow_capacity
alias da_ImVector_CustomRect__grow_capacity = int function(const ImVector_CustomRect* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_back
alias da_ImVector_CustomRect_back = CustomRect* function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_back_const
alias da_ImVector_CustomRect_back_const = CustomRect* function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_begin
alias da_ImVector_CustomRect_begin = CustomRect* function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_begin_const
alias da_ImVector_CustomRect_begin_const = CustomRect* function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_capacity
alias da_ImVector_CustomRect_capacity = int function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_clear
alias da_ImVector_CustomRect_clear = void function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_destroy
alias da_ImVector_CustomRect_destroy = void function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_empty
alias da_ImVector_CustomRect_empty = bool function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_end
alias da_ImVector_CustomRect_end = CustomRect* function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_end_const
alias da_ImVector_CustomRect_end_const = CustomRect* function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_erase
alias da_ImVector_CustomRect_erase = CustomRect* function(ImVector_CustomRect* self, const CustomRect* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_eraseTPtr
alias da_ImVector_CustomRect_eraseTPtr = CustomRect* function(ImVector_CustomRect* self, const CustomRect* it, const CustomRect* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_erase_unsorted
alias da_ImVector_CustomRect_erase_unsorted = CustomRect* function(ImVector_CustomRect* self, const CustomRect* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_front
alias da_ImVector_CustomRect_front = CustomRect* function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_front_const
alias da_ImVector_CustomRect_front_const = CustomRect* function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_index_from_ptr
alias da_ImVector_CustomRect_index_from_ptr = int function(const ImVector_CustomRect* self, const CustomRect* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_insert
alias da_ImVector_CustomRect_insert = CustomRect* function(ImVector_CustomRect* self, const CustomRect* it, const CustomRect v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_pop_back
alias da_ImVector_CustomRect_pop_back = void function(ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_push_back
alias da_ImVector_CustomRect_push_back = void function(ImVector_CustomRect* self, const CustomRect v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_push_front
alias da_ImVector_CustomRect_push_front = void function(ImVector_CustomRect* self, const CustomRect v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_reserve
alias da_ImVector_CustomRect_reserve = void function(ImVector_CustomRect* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_resize
alias da_ImVector_CustomRect_resize = void function(ImVector_CustomRect* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_resizeT
alias da_ImVector_CustomRect_resizeT = void function(ImVector_CustomRect* self, int new_size, const CustomRect v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_size
alias da_ImVector_CustomRect_size = int function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_size_in_bytes
alias da_ImVector_CustomRect_size_in_bytes = int function(const ImVector_CustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_CustomRect_swap
alias da_ImVector_CustomRect_swap = void function(ImVector_CustomRect* self, ImVector_CustomRect rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_ImVector_ImDrawChannel
alias da_ImVector_ImDrawChannel_ImVector_ImDrawChannel = ImVector_ImDrawChannel* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_ImVector_ImDrawChannelVector
alias da_ImVector_ImDrawChannel_ImVector_ImDrawChannelVector = ImVector_ImDrawChannel* function(const ImVector_ImDrawChannel src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel__grow_capacity
alias da_ImVector_ImDrawChannel__grow_capacity = int function(const ImVector_ImDrawChannel* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_back
alias da_ImVector_ImDrawChannel_back = ImDrawChannel* function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_back_const
alias da_ImVector_ImDrawChannel_back_const = ImDrawChannel* function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_begin
alias da_ImVector_ImDrawChannel_begin = ImDrawChannel* function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_begin_const
alias da_ImVector_ImDrawChannel_begin_const = ImDrawChannel* function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_capacity
alias da_ImVector_ImDrawChannel_capacity = int function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_clear
alias da_ImVector_ImDrawChannel_clear = void function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_destroy
alias da_ImVector_ImDrawChannel_destroy = void function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_empty
alias da_ImVector_ImDrawChannel_empty = bool function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_end
alias da_ImVector_ImDrawChannel_end = ImDrawChannel* function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_end_const
alias da_ImVector_ImDrawChannel_end_const = ImDrawChannel* function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_erase
alias da_ImVector_ImDrawChannel_erase = ImDrawChannel* function(ImVector_ImDrawChannel* self, const ImDrawChannel* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_eraseTPtr
alias da_ImVector_ImDrawChannel_eraseTPtr = ImDrawChannel* function(ImVector_ImDrawChannel* self, const ImDrawChannel* it, const ImDrawChannel* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_erase_unsorted
alias da_ImVector_ImDrawChannel_erase_unsorted = ImDrawChannel* function(ImVector_ImDrawChannel* self, const ImDrawChannel* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_front
alias da_ImVector_ImDrawChannel_front = ImDrawChannel* function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_front_const
alias da_ImVector_ImDrawChannel_front_const = ImDrawChannel* function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_index_from_ptr
alias da_ImVector_ImDrawChannel_index_from_ptr = int function(const ImVector_ImDrawChannel* self, const ImDrawChannel* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_insert
alias da_ImVector_ImDrawChannel_insert = ImDrawChannel* function(ImVector_ImDrawChannel* self, const ImDrawChannel* it, const ImDrawChannel v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_pop_back
alias da_ImVector_ImDrawChannel_pop_back = void function(ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_push_back
alias da_ImVector_ImDrawChannel_push_back = void function(ImVector_ImDrawChannel* self, const ImDrawChannel v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_push_front
alias da_ImVector_ImDrawChannel_push_front = void function(ImVector_ImDrawChannel* self, const ImDrawChannel v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_reserve
alias da_ImVector_ImDrawChannel_reserve = void function(ImVector_ImDrawChannel* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_resize
alias da_ImVector_ImDrawChannel_resize = void function(ImVector_ImDrawChannel* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_resizeT
alias da_ImVector_ImDrawChannel_resizeT = void function(ImVector_ImDrawChannel* self, int new_size, const ImDrawChannel v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_size
alias da_ImVector_ImDrawChannel_size = int function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_size_in_bytes
alias da_ImVector_ImDrawChannel_size_in_bytes = int function(const ImVector_ImDrawChannel* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawChannel_swap
alias da_ImVector_ImDrawChannel_swap = void function(ImVector_ImDrawChannel* self, ImVector_ImDrawChannel rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_ImVector_ImDrawCmd
alias da_ImVector_ImDrawCmd_ImVector_ImDrawCmd = ImVector_ImDrawCmd* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_ImVector_ImDrawCmdVector
alias da_ImVector_ImDrawCmd_ImVector_ImDrawCmdVector = ImVector_ImDrawCmd* function(const ImVector_ImDrawCmd src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd__grow_capacity
alias da_ImVector_ImDrawCmd__grow_capacity = int function(const ImVector_ImDrawCmd* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_back
alias da_ImVector_ImDrawCmd_back = ImDrawCmd* function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_back_const
alias da_ImVector_ImDrawCmd_back_const = ImDrawCmd* function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_begin
alias da_ImVector_ImDrawCmd_begin = ImDrawCmd* function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_begin_const
alias da_ImVector_ImDrawCmd_begin_const = ImDrawCmd* function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_capacity
alias da_ImVector_ImDrawCmd_capacity = int function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_clear
alias da_ImVector_ImDrawCmd_clear = void function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_destroy
alias da_ImVector_ImDrawCmd_destroy = void function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_empty
alias da_ImVector_ImDrawCmd_empty = bool function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_end
alias da_ImVector_ImDrawCmd_end = ImDrawCmd* function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_end_const
alias da_ImVector_ImDrawCmd_end_const = ImDrawCmd* function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_erase
alias da_ImVector_ImDrawCmd_erase = ImDrawCmd* function(ImVector_ImDrawCmd* self, const ImDrawCmd* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_eraseTPtr
alias da_ImVector_ImDrawCmd_eraseTPtr = ImDrawCmd* function(ImVector_ImDrawCmd* self, const ImDrawCmd* it, const ImDrawCmd* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_erase_unsorted
alias da_ImVector_ImDrawCmd_erase_unsorted = ImDrawCmd* function(ImVector_ImDrawCmd* self, const ImDrawCmd* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_front
alias da_ImVector_ImDrawCmd_front = ImDrawCmd* function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_front_const
alias da_ImVector_ImDrawCmd_front_const = ImDrawCmd* function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_index_from_ptr
alias da_ImVector_ImDrawCmd_index_from_ptr = int function(const ImVector_ImDrawCmd* self, const ImDrawCmd* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_insert
alias da_ImVector_ImDrawCmd_insert = ImDrawCmd* function(ImVector_ImDrawCmd* self, const ImDrawCmd* it, const ImDrawCmd v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_pop_back
alias da_ImVector_ImDrawCmd_pop_back = void function(ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_push_back
alias da_ImVector_ImDrawCmd_push_back = void function(ImVector_ImDrawCmd* self, const ImDrawCmd v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_push_front
alias da_ImVector_ImDrawCmd_push_front = void function(ImVector_ImDrawCmd* self, const ImDrawCmd v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_reserve
alias da_ImVector_ImDrawCmd_reserve = void function(ImVector_ImDrawCmd* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_resize
alias da_ImVector_ImDrawCmd_resize = void function(ImVector_ImDrawCmd* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_resizeT
alias da_ImVector_ImDrawCmd_resizeT = void function(ImVector_ImDrawCmd* self, int new_size, const ImDrawCmd v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_size
alias da_ImVector_ImDrawCmd_size = int function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_size_in_bytes
alias da_ImVector_ImDrawCmd_size_in_bytes = int function(const ImVector_ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawCmd_swap
alias da_ImVector_ImDrawCmd_swap = void function(ImVector_ImDrawCmd* self, ImVector_ImDrawCmd rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_ImVector_ImDrawIdx
alias da_ImVector_ImDrawIdx_ImVector_ImDrawIdx = ImVector_ImDrawIdx* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_ImVector_ImDrawIdxVector
alias da_ImVector_ImDrawIdx_ImVector_ImDrawIdxVector = ImVector_ImDrawIdx* function(const ImVector_ImDrawIdx src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx__grow_capacity
alias da_ImVector_ImDrawIdx__grow_capacity = int function(const ImVector_ImDrawIdx* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_back
alias da_ImVector_ImDrawIdx_back = ImDrawIdx* function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_back_const
alias da_ImVector_ImDrawIdx_back_const = ImDrawIdx* function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_begin
alias da_ImVector_ImDrawIdx_begin = ImDrawIdx* function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_begin_const
alias da_ImVector_ImDrawIdx_begin_const = ImDrawIdx* function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_capacity
alias da_ImVector_ImDrawIdx_capacity = int function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_clear
alias da_ImVector_ImDrawIdx_clear = void function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_destroy
alias da_ImVector_ImDrawIdx_destroy = void function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_empty
alias da_ImVector_ImDrawIdx_empty = bool function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_end
alias da_ImVector_ImDrawIdx_end = ImDrawIdx* function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_end_const
alias da_ImVector_ImDrawIdx_end_const = ImDrawIdx* function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_erase
alias da_ImVector_ImDrawIdx_erase = ImDrawIdx* function(ImVector_ImDrawIdx* self, const ImDrawIdx* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_eraseTPtr
alias da_ImVector_ImDrawIdx_eraseTPtr = ImDrawIdx* function(ImVector_ImDrawIdx* self, const ImDrawIdx* it, const ImDrawIdx* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_erase_unsorted
alias da_ImVector_ImDrawIdx_erase_unsorted = ImDrawIdx* function(ImVector_ImDrawIdx* self, const ImDrawIdx* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_front
alias da_ImVector_ImDrawIdx_front = ImDrawIdx* function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_front_const
alias da_ImVector_ImDrawIdx_front_const = ImDrawIdx* function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_index_from_ptr
alias da_ImVector_ImDrawIdx_index_from_ptr = int function(const ImVector_ImDrawIdx* self, const ImDrawIdx* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_insert
alias da_ImVector_ImDrawIdx_insert = ImDrawIdx* function(ImVector_ImDrawIdx* self, const ImDrawIdx* it, const ImDrawIdx v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_pop_back
alias da_ImVector_ImDrawIdx_pop_back = void function(ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_push_back
alias da_ImVector_ImDrawIdx_push_back = void function(ImVector_ImDrawIdx* self, const ImDrawIdx v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_push_front
alias da_ImVector_ImDrawIdx_push_front = void function(ImVector_ImDrawIdx* self, const ImDrawIdx v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_reserve
alias da_ImVector_ImDrawIdx_reserve = void function(ImVector_ImDrawIdx* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_resize
alias da_ImVector_ImDrawIdx_resize = void function(ImVector_ImDrawIdx* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_resizeT
alias da_ImVector_ImDrawIdx_resizeT = void function(ImVector_ImDrawIdx* self, int new_size, const ImDrawIdx v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_size
alias da_ImVector_ImDrawIdx_size = int function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_size_in_bytes
alias da_ImVector_ImDrawIdx_size_in_bytes = int function(const ImVector_ImDrawIdx* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawIdx_swap
alias da_ImVector_ImDrawIdx_swap = void function(ImVector_ImDrawIdx* self, ImVector_ImDrawIdx rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_ImVector_ImDrawVert
alias da_ImVector_ImDrawVert_ImVector_ImDrawVert = ImVector_ImDrawVert* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_ImVector_ImDrawVertVector
alias da_ImVector_ImDrawVert_ImVector_ImDrawVertVector = ImVector_ImDrawVert* function(const ImVector_ImDrawVert src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert__grow_capacity
alias da_ImVector_ImDrawVert__grow_capacity = int function(const ImVector_ImDrawVert* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_back
alias da_ImVector_ImDrawVert_back = ImDrawVert* function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_back_const
alias da_ImVector_ImDrawVert_back_const = ImDrawVert* function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_begin
alias da_ImVector_ImDrawVert_begin = ImDrawVert* function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_begin_const
alias da_ImVector_ImDrawVert_begin_const = ImDrawVert* function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_capacity
alias da_ImVector_ImDrawVert_capacity = int function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_clear
alias da_ImVector_ImDrawVert_clear = void function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_destroy
alias da_ImVector_ImDrawVert_destroy = void function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_empty
alias da_ImVector_ImDrawVert_empty = bool function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_end
alias da_ImVector_ImDrawVert_end = ImDrawVert* function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_end_const
alias da_ImVector_ImDrawVert_end_const = ImDrawVert* function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_erase
alias da_ImVector_ImDrawVert_erase = ImDrawVert* function(ImVector_ImDrawVert* self, const ImDrawVert* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_eraseTPtr
alias da_ImVector_ImDrawVert_eraseTPtr = ImDrawVert* function(ImVector_ImDrawVert* self, const ImDrawVert* it, const ImDrawVert* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_erase_unsorted
alias da_ImVector_ImDrawVert_erase_unsorted = ImDrawVert* function(ImVector_ImDrawVert* self, const ImDrawVert* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_front
alias da_ImVector_ImDrawVert_front = ImDrawVert* function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_front_const
alias da_ImVector_ImDrawVert_front_const = ImDrawVert* function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_index_from_ptr
alias da_ImVector_ImDrawVert_index_from_ptr = int function(const ImVector_ImDrawVert* self, const ImDrawVert* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_insert
alias da_ImVector_ImDrawVert_insert = ImDrawVert* function(ImVector_ImDrawVert* self, const ImDrawVert* it, const ImDrawVert v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_pop_back
alias da_ImVector_ImDrawVert_pop_back = void function(ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_push_back
alias da_ImVector_ImDrawVert_push_back = void function(ImVector_ImDrawVert* self, const ImDrawVert v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_push_front
alias da_ImVector_ImDrawVert_push_front = void function(ImVector_ImDrawVert* self, const ImDrawVert v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_reserve
alias da_ImVector_ImDrawVert_reserve = void function(ImVector_ImDrawVert* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_resize
alias da_ImVector_ImDrawVert_resize = void function(ImVector_ImDrawVert* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_resizeT
alias da_ImVector_ImDrawVert_resizeT = void function(ImVector_ImDrawVert* self, int new_size, const ImDrawVert v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_size
alias da_ImVector_ImDrawVert_size = int function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_size_in_bytes
alias da_ImVector_ImDrawVert_size_in_bytes = int function(const ImVector_ImDrawVert* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImDrawVert_swap
alias da_ImVector_ImDrawVert_swap = void function(ImVector_ImDrawVert* self, ImVector_ImDrawVert rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_ImVector_ImFontConfig
alias da_ImVector_ImFontConfig_ImVector_ImFontConfig = ImVector_ImFontConfig* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_ImVector_ImFontConfigVector
alias da_ImVector_ImFontConfig_ImVector_ImFontConfigVector = ImVector_ImFontConfig* function(const ImVector_ImFontConfig src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig__grow_capacity
alias da_ImVector_ImFontConfig__grow_capacity = int function(const ImVector_ImFontConfig* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_back
alias da_ImVector_ImFontConfig_back = ImFontConfig* function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_back_const
alias da_ImVector_ImFontConfig_back_const = ImFontConfig* function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_begin
alias da_ImVector_ImFontConfig_begin = ImFontConfig* function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_begin_const
alias da_ImVector_ImFontConfig_begin_const = ImFontConfig* function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_capacity
alias da_ImVector_ImFontConfig_capacity = int function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_clear
alias da_ImVector_ImFontConfig_clear = void function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_destroy
alias da_ImVector_ImFontConfig_destroy = void function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_empty
alias da_ImVector_ImFontConfig_empty = bool function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_end
alias da_ImVector_ImFontConfig_end = ImFontConfig* function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_end_const
alias da_ImVector_ImFontConfig_end_const = ImFontConfig* function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_erase
alias da_ImVector_ImFontConfig_erase = ImFontConfig* function(ImVector_ImFontConfig* self, const ImFontConfig* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_eraseTPtr
alias da_ImVector_ImFontConfig_eraseTPtr = ImFontConfig* function(ImVector_ImFontConfig* self, const ImFontConfig* it, const ImFontConfig* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_erase_unsorted
alias da_ImVector_ImFontConfig_erase_unsorted = ImFontConfig* function(ImVector_ImFontConfig* self, const ImFontConfig* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_front
alias da_ImVector_ImFontConfig_front = ImFontConfig* function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_front_const
alias da_ImVector_ImFontConfig_front_const = ImFontConfig* function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_index_from_ptr
alias da_ImVector_ImFontConfig_index_from_ptr = int function(const ImVector_ImFontConfig* self, const ImFontConfig* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_insert
alias da_ImVector_ImFontConfig_insert = ImFontConfig* function(ImVector_ImFontConfig* self, const ImFontConfig* it, const ImFontConfig v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_pop_back
alias da_ImVector_ImFontConfig_pop_back = void function(ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_push_back
alias da_ImVector_ImFontConfig_push_back = void function(ImVector_ImFontConfig* self, const ImFontConfig v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_push_front
alias da_ImVector_ImFontConfig_push_front = void function(ImVector_ImFontConfig* self, const ImFontConfig v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_reserve
alias da_ImVector_ImFontConfig_reserve = void function(ImVector_ImFontConfig* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_resize
alias da_ImVector_ImFontConfig_resize = void function(ImVector_ImFontConfig* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_resizeT
alias da_ImVector_ImFontConfig_resizeT = void function(ImVector_ImFontConfig* self, int new_size, const ImFontConfig v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_size
alias da_ImVector_ImFontConfig_size = int function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_size_in_bytes
alias da_ImVector_ImFontConfig_size_in_bytes = int function(const ImVector_ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontConfig_swap
alias da_ImVector_ImFontConfig_swap = void function(ImVector_ImFontConfig* self, ImVector_ImFontConfig rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_ImVector_ImFontGlyph
alias da_ImVector_ImFontGlyph_ImVector_ImFontGlyph = ImVector_ImFontGlyph* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_ImVector_ImFontGlyphVector
alias da_ImVector_ImFontGlyph_ImVector_ImFontGlyphVector = ImVector_ImFontGlyph* function(const ImVector_ImFontGlyph src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph__grow_capacity
alias da_ImVector_ImFontGlyph__grow_capacity = int function(const ImVector_ImFontGlyph* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_back
alias da_ImVector_ImFontGlyph_back = ImFontGlyph* function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_back_const
alias da_ImVector_ImFontGlyph_back_const = ImFontGlyph* function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_begin
alias da_ImVector_ImFontGlyph_begin = ImFontGlyph* function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_begin_const
alias da_ImVector_ImFontGlyph_begin_const = ImFontGlyph* function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_capacity
alias da_ImVector_ImFontGlyph_capacity = int function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_clear
alias da_ImVector_ImFontGlyph_clear = void function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_destroy
alias da_ImVector_ImFontGlyph_destroy = void function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_empty
alias da_ImVector_ImFontGlyph_empty = bool function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_end
alias da_ImVector_ImFontGlyph_end = ImFontGlyph* function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_end_const
alias da_ImVector_ImFontGlyph_end_const = ImFontGlyph* function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_erase
alias da_ImVector_ImFontGlyph_erase = ImFontGlyph* function(ImVector_ImFontGlyph* self, const ImFontGlyph* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_eraseTPtr
alias da_ImVector_ImFontGlyph_eraseTPtr = ImFontGlyph* function(ImVector_ImFontGlyph* self, const ImFontGlyph* it, const ImFontGlyph* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_erase_unsorted
alias da_ImVector_ImFontGlyph_erase_unsorted = ImFontGlyph* function(ImVector_ImFontGlyph* self, const ImFontGlyph* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_front
alias da_ImVector_ImFontGlyph_front = ImFontGlyph* function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_front_const
alias da_ImVector_ImFontGlyph_front_const = ImFontGlyph* function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_index_from_ptr
alias da_ImVector_ImFontGlyph_index_from_ptr = int function(const ImVector_ImFontGlyph* self, const ImFontGlyph* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_insert
alias da_ImVector_ImFontGlyph_insert = ImFontGlyph* function(ImVector_ImFontGlyph* self, const ImFontGlyph* it, const ImFontGlyph v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_pop_back
alias da_ImVector_ImFontGlyph_pop_back = void function(ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_push_back
alias da_ImVector_ImFontGlyph_push_back = void function(ImVector_ImFontGlyph* self, const ImFontGlyph v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_push_front
alias da_ImVector_ImFontGlyph_push_front = void function(ImVector_ImFontGlyph* self, const ImFontGlyph v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_reserve
alias da_ImVector_ImFontGlyph_reserve = void function(ImVector_ImFontGlyph* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_resize
alias da_ImVector_ImFontGlyph_resize = void function(ImVector_ImFontGlyph* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_resizeT
alias da_ImVector_ImFontGlyph_resizeT = void function(ImVector_ImFontGlyph* self, int new_size, const ImFontGlyph v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_size
alias da_ImVector_ImFontGlyph_size = int function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_size_in_bytes
alias da_ImVector_ImFontGlyph_size_in_bytes = int function(const ImVector_ImFontGlyph* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontGlyph_swap
alias da_ImVector_ImFontGlyph_swap = void function(ImVector_ImFontGlyph* self, ImVector_ImFontGlyph rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_ImVector_ImFontPtr
alias da_ImVector_ImFontPtr_ImVector_ImFontPtr = ImVector_ImFontPtr* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_ImVector_ImFontPtrVector
alias da_ImVector_ImFontPtr_ImVector_ImFontPtrVector = ImVector_ImFontPtr* function(const ImVector_ImFontPtr src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr__grow_capacity
alias da_ImVector_ImFontPtr__grow_capacity = int function(const ImVector_ImFontPtr* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_back
alias da_ImVector_ImFontPtr_back = ImFont** function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_back_const
alias da_ImVector_ImFontPtr_back_const = ImFont** function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_begin
alias da_ImVector_ImFontPtr_begin = ImFont** function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_begin_const
alias da_ImVector_ImFontPtr_begin_const = ImFont** function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_capacity
alias da_ImVector_ImFontPtr_capacity = int function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_clear
alias da_ImVector_ImFontPtr_clear = void function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_destroy
alias da_ImVector_ImFontPtr_destroy = void function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_empty
alias da_ImVector_ImFontPtr_empty = bool function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_end
alias da_ImVector_ImFontPtr_end = ImFont** function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_end_const
alias da_ImVector_ImFontPtr_end_const = ImFont** function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_erase
alias da_ImVector_ImFontPtr_erase = ImFont** function(ImVector_ImFontPtr* self, const ImFont** it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_eraseTPtr
alias da_ImVector_ImFontPtr_eraseTPtr = ImFont** function(ImVector_ImFontPtr* self, const ImFont** it, const ImFont** it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_erase_unsorted
alias da_ImVector_ImFontPtr_erase_unsorted = ImFont** function(ImVector_ImFontPtr* self, const ImFont** it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_front
alias da_ImVector_ImFontPtr_front = ImFont** function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_front_const
alias da_ImVector_ImFontPtr_front_const = ImFont** function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_index_from_ptr
alias da_ImVector_ImFontPtr_index_from_ptr = int function(const ImVector_ImFontPtr* self, const ImFont** it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_insert
alias da_ImVector_ImFontPtr_insert = ImFont** function(ImVector_ImFontPtr* self, const ImFont** it, const ImFont* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_pop_back
alias da_ImVector_ImFontPtr_pop_back = void function(ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_push_back
alias da_ImVector_ImFontPtr_push_back = void function(ImVector_ImFontPtr* self, const ImFont* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_push_front
alias da_ImVector_ImFontPtr_push_front = void function(ImVector_ImFontPtr* self, const ImFont* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_reserve
alias da_ImVector_ImFontPtr_reserve = void function(ImVector_ImFontPtr* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_resize
alias da_ImVector_ImFontPtr_resize = void function(ImVector_ImFontPtr* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_resizeT
alias da_ImVector_ImFontPtr_resizeT = void function(ImVector_ImFontPtr* self, int new_size, const ImFont* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_size
alias da_ImVector_ImFontPtr_size = int function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_size_in_bytes
alias da_ImVector_ImFontPtr_size_in_bytes = int function(const ImVector_ImFontPtr* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImFontPtr_swap
alias da_ImVector_ImFontPtr_swap = void function(ImVector_ImFontPtr* self, ImVector_ImFontPtr rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_ImVector_ImTextureID
alias da_ImVector_ImTextureID_ImVector_ImTextureID = ImVector_ImTextureID* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_ImVector_ImTextureIDVector
alias da_ImVector_ImTextureID_ImVector_ImTextureIDVector = ImVector_ImTextureID* function(const ImVector_ImTextureID src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID__grow_capacity
alias da_ImVector_ImTextureID__grow_capacity = int function(const ImVector_ImTextureID* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_back
alias da_ImVector_ImTextureID_back = ImTextureID* function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_back_const
alias da_ImVector_ImTextureID_back_const = ImTextureID* function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_begin
alias da_ImVector_ImTextureID_begin = ImTextureID* function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_begin_const
alias da_ImVector_ImTextureID_begin_const = ImTextureID* function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_capacity
alias da_ImVector_ImTextureID_capacity = int function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_clear
alias da_ImVector_ImTextureID_clear = void function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_destroy
alias da_ImVector_ImTextureID_destroy = void function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_empty
alias da_ImVector_ImTextureID_empty = bool function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_end
alias da_ImVector_ImTextureID_end = ImTextureID* function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_end_const
alias da_ImVector_ImTextureID_end_const = ImTextureID* function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_erase
alias da_ImVector_ImTextureID_erase = ImTextureID* function(ImVector_ImTextureID* self, const ImTextureID* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_eraseTPtr
alias da_ImVector_ImTextureID_eraseTPtr = ImTextureID* function(ImVector_ImTextureID* self, const ImTextureID* it, const ImTextureID* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_erase_unsorted
alias da_ImVector_ImTextureID_erase_unsorted = ImTextureID* function(ImVector_ImTextureID* self, const ImTextureID* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_front
alias da_ImVector_ImTextureID_front = ImTextureID* function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_front_const
alias da_ImVector_ImTextureID_front_const = ImTextureID* function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_index_from_ptr
alias da_ImVector_ImTextureID_index_from_ptr = int function(const ImVector_ImTextureID* self, const ImTextureID* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_insert
alias da_ImVector_ImTextureID_insert = ImTextureID* function(ImVector_ImTextureID* self, const ImTextureID* it, const ImTextureID v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_pop_back
alias da_ImVector_ImTextureID_pop_back = void function(ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_push_back
alias da_ImVector_ImTextureID_push_back = void function(ImVector_ImTextureID* self, const ImTextureID v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_push_front
alias da_ImVector_ImTextureID_push_front = void function(ImVector_ImTextureID* self, const ImTextureID v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_reserve
alias da_ImVector_ImTextureID_reserve = void function(ImVector_ImTextureID* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_resize
alias da_ImVector_ImTextureID_resize = void function(ImVector_ImTextureID* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_resizeT
alias da_ImVector_ImTextureID_resizeT = void function(ImVector_ImTextureID* self, int new_size, const ImTextureID v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_size
alias da_ImVector_ImTextureID_size = int function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_size_in_bytes
alias da_ImVector_ImTextureID_size_in_bytes = int function(const ImVector_ImTextureID* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImTextureID_swap
alias da_ImVector_ImTextureID_swap = void function(ImVector_ImTextureID* self, ImVector_ImTextureID rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_ImVector_ImVec2
alias da_ImVector_ImVec2_ImVector_ImVec2 = ImVector_ImVec2* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_ImVector_ImVec2Vector
alias da_ImVector_ImVec2_ImVector_ImVec2Vector = ImVector_ImVec2* function(const ImVector_ImVec2 src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2__grow_capacity
alias da_ImVector_ImVec2__grow_capacity = int function(const ImVector_ImVec2* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_back
alias da_ImVector_ImVec2_back = ImVec2* function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_back_const
alias da_ImVector_ImVec2_back_const = ImVec2* function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_begin
alias da_ImVector_ImVec2_begin = ImVec2* function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_begin_const
alias da_ImVector_ImVec2_begin_const = ImVec2* function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_capacity
alias da_ImVector_ImVec2_capacity = int function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_clear
alias da_ImVector_ImVec2_clear = void function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_destroy
alias da_ImVector_ImVec2_destroy = void function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_empty
alias da_ImVector_ImVec2_empty = bool function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_end
alias da_ImVector_ImVec2_end = ImVec2* function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_end_const
alias da_ImVector_ImVec2_end_const = ImVec2* function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_erase
alias da_ImVector_ImVec2_erase = ImVec2* function(ImVector_ImVec2* self, const ImVec2* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_eraseTPtr
alias da_ImVector_ImVec2_eraseTPtr = ImVec2* function(ImVector_ImVec2* self, const ImVec2* it, const ImVec2* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_erase_unsorted
alias da_ImVector_ImVec2_erase_unsorted = ImVec2* function(ImVector_ImVec2* self, const ImVec2* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_front
alias da_ImVector_ImVec2_front = ImVec2* function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_front_const
alias da_ImVector_ImVec2_front_const = ImVec2* function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_index_from_ptr
alias da_ImVector_ImVec2_index_from_ptr = int function(const ImVector_ImVec2* self, const ImVec2* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_insert
alias da_ImVector_ImVec2_insert = ImVec2* function(ImVector_ImVec2* self, const ImVec2* it, const ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_pop_back
alias da_ImVector_ImVec2_pop_back = void function(ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_push_back
alias da_ImVector_ImVec2_push_back = void function(ImVector_ImVec2* self, const ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_push_front
alias da_ImVector_ImVec2_push_front = void function(ImVector_ImVec2* self, const ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_reserve
alias da_ImVector_ImVec2_reserve = void function(ImVector_ImVec2* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_resize
alias da_ImVector_ImVec2_resize = void function(ImVector_ImVec2* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_resizeT
alias da_ImVector_ImVec2_resizeT = void function(ImVector_ImVec2* self, int new_size, const ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_size
alias da_ImVector_ImVec2_size = int function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_size_in_bytes
alias da_ImVector_ImVec2_size_in_bytes = int function(const ImVector_ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec2_swap
alias da_ImVector_ImVec2_swap = void function(ImVector_ImVec2* self, ImVector_ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_ImVector_ImVec4
alias da_ImVector_ImVec4_ImVector_ImVec4 = ImVector_ImVec4* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_ImVector_ImVec4Vector
alias da_ImVector_ImVec4_ImVector_ImVec4Vector = ImVector_ImVec4* function(const ImVector_ImVec4 src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4__grow_capacity
alias da_ImVector_ImVec4__grow_capacity = int function(const ImVector_ImVec4* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_back
alias da_ImVector_ImVec4_back = ImVec4* function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_back_const
alias da_ImVector_ImVec4_back_const = ImVec4* function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_begin
alias da_ImVector_ImVec4_begin = ImVec4* function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_begin_const
alias da_ImVector_ImVec4_begin_const = ImVec4* function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_capacity
alias da_ImVector_ImVec4_capacity = int function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_clear
alias da_ImVector_ImVec4_clear = void function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_destroy
alias da_ImVector_ImVec4_destroy = void function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_empty
alias da_ImVector_ImVec4_empty = bool function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_end
alias da_ImVector_ImVec4_end = ImVec4* function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_end_const
alias da_ImVector_ImVec4_end_const = ImVec4* function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_erase
alias da_ImVector_ImVec4_erase = ImVec4* function(ImVector_ImVec4* self, const ImVec4* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_eraseTPtr
alias da_ImVector_ImVec4_eraseTPtr = ImVec4* function(ImVector_ImVec4* self, const ImVec4* it, const ImVec4* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_erase_unsorted
alias da_ImVector_ImVec4_erase_unsorted = ImVec4* function(ImVector_ImVec4* self, const ImVec4* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_front
alias da_ImVector_ImVec4_front = ImVec4* function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_front_const
alias da_ImVector_ImVec4_front_const = ImVec4* function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_index_from_ptr
alias da_ImVector_ImVec4_index_from_ptr = int function(const ImVector_ImVec4* self, const ImVec4* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_insert
alias da_ImVector_ImVec4_insert = ImVec4* function(ImVector_ImVec4* self, const ImVec4* it, const ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_pop_back
alias da_ImVector_ImVec4_pop_back = void function(ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_push_back
alias da_ImVector_ImVec4_push_back = void function(ImVector_ImVec4* self, const ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_push_front
alias da_ImVector_ImVec4_push_front = void function(ImVector_ImVec4* self, const ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_reserve
alias da_ImVector_ImVec4_reserve = void function(ImVector_ImVec4* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_resize
alias da_ImVector_ImVec4_resize = void function(ImVector_ImVec4* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_resizeT
alias da_ImVector_ImVec4_resizeT = void function(ImVector_ImVec4* self, int new_size, const ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_size
alias da_ImVector_ImVec4_size = int function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_size_in_bytes
alias da_ImVector_ImVec4_size_in_bytes = int function(const ImVector_ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImVec4_swap
alias da_ImVector_ImVec4_swap = void function(ImVector_ImVec4* self, ImVector_ImVec4 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_ImVector_ImWchar
alias da_ImVector_ImWchar_ImVector_ImWchar = ImVector_ImWchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_ImVector_ImWcharVector
alias da_ImVector_ImWchar_ImVector_ImWcharVector = ImVector_ImWchar* function(const ImVector_ImWchar src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar__grow_capacity
alias da_ImVector_ImWchar__grow_capacity = int function(const ImVector_ImWchar* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_back
alias da_ImVector_ImWchar_back = ImWchar* function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_back_const
alias da_ImVector_ImWchar_back_const = ImWchar* function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_begin
alias da_ImVector_ImWchar_begin = ImWchar* function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_begin_const
alias da_ImVector_ImWchar_begin_const = ImWchar* function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_capacity
alias da_ImVector_ImWchar_capacity = int function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_clear
alias da_ImVector_ImWchar_clear = void function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_contains
alias da_ImVector_ImWchar_contains = bool function(const ImVector_ImWchar* self, const ImWchar v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_destroy
alias da_ImVector_ImWchar_destroy = void function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_empty
alias da_ImVector_ImWchar_empty = bool function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_end
alias da_ImVector_ImWchar_end = ImWchar* function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_end_const
alias da_ImVector_ImWchar_end_const = ImWchar* function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_erase
alias da_ImVector_ImWchar_erase = ImWchar* function(ImVector_ImWchar* self, const ImWchar* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_eraseTPtr
alias da_ImVector_ImWchar_eraseTPtr = ImWchar* function(ImVector_ImWchar* self, const ImWchar* it, const ImWchar* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_erase_unsorted
alias da_ImVector_ImWchar_erase_unsorted = ImWchar* function(ImVector_ImWchar* self, const ImWchar* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_front
alias da_ImVector_ImWchar_front = ImWchar* function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_front_const
alias da_ImVector_ImWchar_front_const = ImWchar* function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_index_from_ptr
alias da_ImVector_ImWchar_index_from_ptr = int function(const ImVector_ImWchar* self, const ImWchar* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_insert
alias da_ImVector_ImWchar_insert = ImWchar* function(ImVector_ImWchar* self, const ImWchar* it, const ImWchar v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_pop_back
alias da_ImVector_ImWchar_pop_back = void function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_push_back
alias da_ImVector_ImWchar_push_back = void function(ImVector_ImWchar* self, const ImWchar v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_push_front
alias da_ImVector_ImWchar_push_front = void function(ImVector_ImWchar* self, const ImWchar v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_reserve
alias da_ImVector_ImWchar_reserve = void function(ImVector_ImWchar* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_resize
alias da_ImVector_ImWchar_resize = void function(ImVector_ImWchar* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_resizeT
alias da_ImVector_ImWchar_resizeT = void function(ImVector_ImWchar* self, int new_size, const ImWchar v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_size
alias da_ImVector_ImWchar_size = int function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_size_in_bytes
alias da_ImVector_ImWchar_size_in_bytes = int function(const ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_ImWchar_swap
alias da_ImVector_ImWchar_swap = void function(ImVector_ImWchar* self, ImVector_ImWchar rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_ImVector_Pair
alias da_ImVector_Pair_ImVector_Pair = ImVector_Pair* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_ImVector_PairVector
alias da_ImVector_Pair_ImVector_PairVector = ImVector_Pair* function(const ImVector_Pair src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair__grow_capacity
alias da_ImVector_Pair__grow_capacity = int function(const ImVector_Pair* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_back
alias da_ImVector_Pair_back = Pair* function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_back_const
alias da_ImVector_Pair_back_const = Pair* function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_begin
alias da_ImVector_Pair_begin = Pair* function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_begin_const
alias da_ImVector_Pair_begin_const = Pair* function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_capacity
alias da_ImVector_Pair_capacity = int function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_clear
alias da_ImVector_Pair_clear = void function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_destroy
alias da_ImVector_Pair_destroy = void function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_empty
alias da_ImVector_Pair_empty = bool function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_end
alias da_ImVector_Pair_end = Pair* function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_end_const
alias da_ImVector_Pair_end_const = Pair* function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_erase
alias da_ImVector_Pair_erase = Pair* function(ImVector_Pair* self, const Pair* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_eraseTPtr
alias da_ImVector_Pair_eraseTPtr = Pair* function(ImVector_Pair* self, const Pair* it, const Pair* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_erase_unsorted
alias da_ImVector_Pair_erase_unsorted = Pair* function(ImVector_Pair* self, const Pair* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_front
alias da_ImVector_Pair_front = Pair* function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_front_const
alias da_ImVector_Pair_front_const = Pair* function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_index_from_ptr
alias da_ImVector_Pair_index_from_ptr = int function(const ImVector_Pair* self, const Pair* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_insert
alias da_ImVector_Pair_insert = Pair* function(ImVector_Pair* self, const Pair* it, const Pair v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_pop_back
alias da_ImVector_Pair_pop_back = void function(ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_push_back
alias da_ImVector_Pair_push_back = void function(ImVector_Pair* self, const Pair v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_push_front
alias da_ImVector_Pair_push_front = void function(ImVector_Pair* self, const Pair v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_reserve
alias da_ImVector_Pair_reserve = void function(ImVector_Pair* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_resize
alias da_ImVector_Pair_resize = void function(ImVector_Pair* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_resizeT
alias da_ImVector_Pair_resizeT = void function(ImVector_Pair* self, int new_size, const Pair v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_size
alias da_ImVector_Pair_size = int function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_size_in_bytes
alias da_ImVector_Pair_size_in_bytes = int function(const ImVector_Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_Pair_swap
alias da_ImVector_Pair_swap = void function(ImVector_Pair* self, ImVector_Pair rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_ImVector_TextRange
alias da_ImVector_TextRange_ImVector_TextRange = ImVector_TextRange* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_ImVector_TextRangeVector
alias da_ImVector_TextRange_ImVector_TextRangeVector = ImVector_TextRange* function(const ImVector_TextRange src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange__grow_capacity
alias da_ImVector_TextRange__grow_capacity = int function(const ImVector_TextRange* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_back
alias da_ImVector_TextRange_back = TextRange* function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_back_const
alias da_ImVector_TextRange_back_const = TextRange* function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_begin
alias da_ImVector_TextRange_begin = TextRange* function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_begin_const
alias da_ImVector_TextRange_begin_const = TextRange* function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_capacity
alias da_ImVector_TextRange_capacity = int function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_clear
alias da_ImVector_TextRange_clear = void function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_destroy
alias da_ImVector_TextRange_destroy = void function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_empty
alias da_ImVector_TextRange_empty = bool function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_end
alias da_ImVector_TextRange_end = TextRange* function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_end_const
alias da_ImVector_TextRange_end_const = TextRange* function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_erase
alias da_ImVector_TextRange_erase = TextRange* function(ImVector_TextRange* self, const TextRange* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_eraseTPtr
alias da_ImVector_TextRange_eraseTPtr = TextRange* function(ImVector_TextRange* self, const TextRange* it, const TextRange* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_erase_unsorted
alias da_ImVector_TextRange_erase_unsorted = TextRange* function(ImVector_TextRange* self, const TextRange* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_front
alias da_ImVector_TextRange_front = TextRange* function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_front_const
alias da_ImVector_TextRange_front_const = TextRange* function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_index_from_ptr
alias da_ImVector_TextRange_index_from_ptr = int function(const ImVector_TextRange* self, const TextRange* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_insert
alias da_ImVector_TextRange_insert = TextRange* function(ImVector_TextRange* self, const TextRange* it, const TextRange v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_pop_back
alias da_ImVector_TextRange_pop_back = void function(ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_push_back
alias da_ImVector_TextRange_push_back = void function(ImVector_TextRange* self, const TextRange v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_push_front
alias da_ImVector_TextRange_push_front = void function(ImVector_TextRange* self, const TextRange v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_reserve
alias da_ImVector_TextRange_reserve = void function(ImVector_TextRange* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_resize
alias da_ImVector_TextRange_resize = void function(ImVector_TextRange* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_resizeT
alias da_ImVector_TextRange_resizeT = void function(ImVector_TextRange* self, int new_size, const TextRange v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_size
alias da_ImVector_TextRange_size = int function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_size_in_bytes
alias da_ImVector_TextRange_size_in_bytes = int function(const ImVector_TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_TextRange_swap
alias da_ImVector_TextRange_swap = void function(ImVector_TextRange* self, ImVector_TextRange rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_ImVector_char
alias da_ImVector_char_ImVector_char = ImVector_char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_ImVector_charVector
alias da_ImVector_char_ImVector_charVector = ImVector_char* function(const ImVector_char src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char__grow_capacity
alias da_ImVector_char__grow_capacity = int function(const ImVector_char* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_back
alias da_ImVector_char_back = char* function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_back_const
alias da_ImVector_char_back_const = char* function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_begin
alias da_ImVector_char_begin = char* function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_begin_const
alias da_ImVector_char_begin_const = char* function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_capacity
alias da_ImVector_char_capacity = int function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_clear
alias da_ImVector_char_clear = void function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_contains
alias da_ImVector_char_contains = bool function(const ImVector_char* self, const char v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_destroy
alias da_ImVector_char_destroy = void function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_empty
alias da_ImVector_char_empty = bool function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_end
alias da_ImVector_char_end = char* function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_end_const
alias da_ImVector_char_end_const = char* function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_erase
alias da_ImVector_char_erase = char* function(ImVector_char* self, const char* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_eraseTPtr
alias da_ImVector_char_eraseTPtr = char* function(ImVector_char* self, const char* it, const char* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_erase_unsorted
alias da_ImVector_char_erase_unsorted = char* function(ImVector_char* self, const char* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_front
alias da_ImVector_char_front = char* function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_front_const
alias da_ImVector_char_front_const = char* function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_index_from_ptr
alias da_ImVector_char_index_from_ptr = int function(const ImVector_char* self, const char* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_insert
alias da_ImVector_char_insert = char* function(ImVector_char* self, const char* it, const char v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_pop_back
alias da_ImVector_char_pop_back = void function(ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_push_back
alias da_ImVector_char_push_back = void function(ImVector_char* self, const char v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_push_front
alias da_ImVector_char_push_front = void function(ImVector_char* self, const char v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_reserve
alias da_ImVector_char_reserve = void function(ImVector_char* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_resize
alias da_ImVector_char_resize = void function(ImVector_char* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_resizeT
alias da_ImVector_char_resizeT = void function(ImVector_char* self, int new_size, const char v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_size
alias da_ImVector_char_size = int function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_size_in_bytes
alias da_ImVector_char_size_in_bytes = int function(const ImVector_char* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_char_swap
alias da_ImVector_char_swap = void function(ImVector_char* self, ImVector_char rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_ImVector_float
alias da_ImVector_float_ImVector_float = ImVector_float* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_ImVector_floatVector
alias da_ImVector_float_ImVector_floatVector = ImVector_float* function(const ImVector_float src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float__grow_capacity
alias da_ImVector_float__grow_capacity = int function(const ImVector_float* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_back
alias da_ImVector_float_back = float* function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_back_const
alias da_ImVector_float_back_const = float* function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_begin
alias da_ImVector_float_begin = float* function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_begin_const
alias da_ImVector_float_begin_const = float* function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_capacity
alias da_ImVector_float_capacity = int function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_clear
alias da_ImVector_float_clear = void function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_contains
alias da_ImVector_float_contains = bool function(const ImVector_float* self, const float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_destroy
alias da_ImVector_float_destroy = void function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_empty
alias da_ImVector_float_empty = bool function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_end
alias da_ImVector_float_end = float* function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_end_const
alias da_ImVector_float_end_const = float* function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_erase
alias da_ImVector_float_erase = float* function(ImVector_float* self, const float* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_eraseTPtr
alias da_ImVector_float_eraseTPtr = float* function(ImVector_float* self, const float* it, const float* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_erase_unsorted
alias da_ImVector_float_erase_unsorted = float* function(ImVector_float* self, const float* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_front
alias da_ImVector_float_front = float* function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_front_const
alias da_ImVector_float_front_const = float* function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_index_from_ptr
alias da_ImVector_float_index_from_ptr = int function(const ImVector_float* self, const float* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_insert
alias da_ImVector_float_insert = float* function(ImVector_float* self, const float* it, const float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_pop_back
alias da_ImVector_float_pop_back = void function(ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_push_back
alias da_ImVector_float_push_back = void function(ImVector_float* self, const float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_push_front
alias da_ImVector_float_push_front = void function(ImVector_float* self, const float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_reserve
alias da_ImVector_float_reserve = void function(ImVector_float* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_resize
alias da_ImVector_float_resize = void function(ImVector_float* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_resizeT
alias da_ImVector_float_resizeT = void function(ImVector_float* self, int new_size, const float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_size
alias da_ImVector_float_size = int function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_size_in_bytes
alias da_ImVector_float_size_in_bytes = int function(const ImVector_float* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_float_swap
alias da_ImVector_float_swap = void function(ImVector_float* self, ImVector_float rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_ImVector_int
alias da_ImVector_int_ImVector_int = ImVector_int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_ImVector_intVector
alias da_ImVector_int_ImVector_intVector = ImVector_int* function(const ImVector_int src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int__grow_capacity
alias da_ImVector_int__grow_capacity = int function(const ImVector_int* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_back
alias da_ImVector_int_back = int* function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_back_const
alias da_ImVector_int_back_const = int* function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_begin
alias da_ImVector_int_begin = int* function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_begin_const
alias da_ImVector_int_begin_const = int* function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_capacity
alias da_ImVector_int_capacity = int function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_clear
alias da_ImVector_int_clear = void function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_contains
alias da_ImVector_int_contains = bool function(const ImVector_int* self, const int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_destroy
alias da_ImVector_int_destroy = void function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_empty
alias da_ImVector_int_empty = bool function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_end
alias da_ImVector_int_end = int* function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_end_const
alias da_ImVector_int_end_const = int* function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_erase
alias da_ImVector_int_erase = int* function(ImVector_int* self, const int* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_eraseTPtr
alias da_ImVector_int_eraseTPtr = int* function(ImVector_int* self, const int* it, const int* it_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_erase_unsorted
alias da_ImVector_int_erase_unsorted = int* function(ImVector_int* self, const int* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_front
alias da_ImVector_int_front = int* function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_front_const
alias da_ImVector_int_front_const = int* function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_index_from_ptr
alias da_ImVector_int_index_from_ptr = int function(const ImVector_int* self, const int* it)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_insert
alias da_ImVector_int_insert = int* function(ImVector_int* self, const int* it, const int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_pop_back
alias da_ImVector_int_pop_back = void function(ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_push_back
alias da_ImVector_int_push_back = void function(ImVector_int* self, const int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_push_front
alias da_ImVector_int_push_front = void function(ImVector_int* self, const int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_reserve
alias da_ImVector_int_reserve = void function(ImVector_int* self, int new_capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_resize
alias da_ImVector_int_resize = void function(ImVector_int* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_resizeT
alias da_ImVector_int_resizeT = void function(ImVector_int* self, int new_size, const int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_size
alias da_ImVector_int_size = int function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_size_in_bytes
alias da_ImVector_int_size_in_bytes = int function(const ImVector_int* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ImVector_int_swap
alias da_ImVector_int_swap = void function(ImVector_int* self, ImVector_int rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pair_PairFloat
alias da_Pair_PairFloat = Pair* function(ImGuiID _key, float _val_f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pair_PairInt
alias da_Pair_PairInt = Pair* function(ImGuiID _key, int _val_i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pair_PairPtr
alias da_Pair_PairPtr = Pair* function(ImGuiID _key, void* _val_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pair_destroy
alias da_Pair_destroy = void function(Pair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_TextRange
alias da_TextRange_TextRange = TextRange* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_TextRangeStr
alias da_TextRange_TextRangeStr = TextRange* function(const char* _b, const char* _e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_begin
alias da_TextRange_begin = char* function(TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_destroy
alias da_TextRange_destroy = void function(TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_empty
alias da_TextRange_empty = bool function(TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_end
alias da_TextRange_end = char* function(TextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TextRange_split
alias da_TextRange_split = void function(TextRange* self, char separator, ImVector_TextRange* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igAcceptDragDropPayload
alias da_igAcceptDragDropPayload = ImGuiPayload* function(const char* type, ImGuiDragDropFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igAlignTextToFramePadding
alias da_igAlignTextToFramePadding = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igArrowButton
alias da_igArrowButton = bool function(const char* str_id, ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBegin
alias da_igBegin = bool function(const char* name, bool* p_open = null, ImGuiWindowFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginChild
alias da_igBeginChild = bool function(const char* str_id, const ImVec2 size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginChildFrame
alias da_igBeginChildFrame = bool function(ImGuiID id, const ImVec2 size, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginChildID
alias da_igBeginChildID = bool function(ImGuiID id, const ImVec2 size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginCombo
alias da_igBeginCombo = bool function(const char* label, const char* preview_value, ImGuiComboFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginDragDropSource
alias da_igBeginDragDropSource = bool function(ImGuiDragDropFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginDragDropTarget
alias da_igBeginDragDropTarget = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginGroup
alias da_igBeginGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginMainMenuBar
alias da_igBeginMainMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginMenu
alias da_igBeginMenu = bool function(const char* label, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginMenuBar
alias da_igBeginMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginPopup
alias da_igBeginPopup = bool function(const char* str_id, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginPopupContextItem
alias da_igBeginPopupContextItem = bool function(const char* str_id, int mouse_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginPopupContextVoid
alias da_igBeginPopupContextVoid = bool function(const char* str_id, int mouse_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginPopupContextWindow
alias da_igBeginPopupContextWindow = bool function(const char* str_id, int mouse_button, bool also_over_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginPopupModal
alias da_igBeginPopupModal = bool function(const char* name, bool* p_open, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginTabBar
alias da_igBeginTabBar = bool function(const char* str_id, ImGuiTabBarFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginTabItem
alias da_igBeginTabItem = bool function(const char* label, bool* p_open, ImGuiTabItemFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBeginTooltip
alias da_igBeginTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBullet
alias da_igBullet = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBulletText
alias da_igBulletText = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igBulletTextV
alias da_igBulletTextV = void function(const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igButton
alias da_igButton = bool function(const char* label, const ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCalcItemWidth
alias da_igCalcItemWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCalcListClipping
alias da_igCalcListClipping = void function(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCalcTextSize
alias da_igCalcTextSize = ImVec2 function(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCalcTextSize_nonUDT
alias da_igCalcTextSize_nonUDT = void function(ImVec2* pOut, const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCalcTextSize_nonUDT2
alias da_igCalcTextSize_nonUDT2 = ImVec2_Simple function(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCaptureKeyboardFromApp
alias da_igCaptureKeyboardFromApp = void function(bool want_capture_keyboard_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCaptureMouseFromApp
alias da_igCaptureMouseFromApp = void function(bool want_capture_mouse_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCheckbox
alias da_igCheckbox = bool function(const char* label, bool* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCheckboxFlags
alias da_igCheckboxFlags = bool function(const char* label, uint* flags, uint flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCloseCurrentPopup
alias da_igCloseCurrentPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCollapsingHeader
alias da_igCollapsingHeader = bool function(const char* label, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCollapsingHeaderBoolPtr
alias da_igCollapsingHeaderBoolPtr = bool function(const char* label, bool* p_open, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorButton
alias da_igColorButton = bool function(const char* desc_id, const ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorConvertFloat4ToU32
alias da_igColorConvertFloat4ToU32 = ImU32 function(const ImVec4 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorConvertU32ToFloat4
alias da_igColorConvertU32ToFloat4 = ImVec4 function(ImU32 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorConvertU32ToFloat4_nonUDT
alias da_igColorConvertU32ToFloat4_nonUDT = void function(ImVec4* pOut, ImU32 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorConvertU32ToFloat4_nonUDT2
alias da_igColorConvertU32ToFloat4_nonUDT2 = ImVec4_Simple function(ImU32 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorEdit3
alias da_igColorEdit3 = bool function(const char* label, ref float[3] col, ImGuiColorEditFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorEdit4
alias da_igColorEdit4 = bool function(const char* label, ref float[4] col, ImGuiColorEditFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorPicker3
alias da_igColorPicker3 = bool function(const char* label, ref float[3] col, ImGuiColorEditFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColorPicker4
alias da_igColorPicker4 = bool function(const char* label, ref float[4] col, ImGuiColorEditFlags flags = 0, const float* ref_col = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igColumns
alias da_igColumns = void function(int count, const char* id, bool border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCombo
alias da_igCombo = bool function(const char* label, int* current_item, const(const char*)[] item, int items_count, int popup_max_height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igComboStr
alias da_igComboStr = bool function(const char* label, int* current_item, const char* items_separated_by_zeros, int popup_max_height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igCreateContext
alias da_igCreateContext = ImGuiContext* function(ImFontAtlas* shared_font_atlas = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDebugCheckVersionAndDataLayout
alias da_igDebugCheckVersionAndDataLayout = bool function(const char* version_str, size_t sz_io, size_t sz_style, size_t sz_vec2, size_t sz_vec4, size_t sz_drawvert, size_t sz_drawidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDestroyContext
alias da_igDestroyContext = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragFloat
alias da_igDragFloat = bool function(const char* label, float* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0f, const char* format = "%.3f", float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragFloat2
alias da_igDragFloat2 = bool function(const char* label, ref float[2] v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0f, const char* format = "%.3f", float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragFloat3
alias da_igDragFloat3 = bool function(const char* label, ref float[3] v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0f, const char* format = "%.3f", float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragFloat4
alias da_igDragFloat4 = bool function(const char* label, ref float[4] v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0f, const char* format = "%.3f", float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragFloatRange2
alias da_igDragFloatRange2 = bool function(const char* label, float* v_current_min, float* v_current_max, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", const char* format_max = null, float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragInt
alias da_igDragInt = bool function(const char* label, int* v, float v_speed = 1f, int v_min = 0, int v_max = 0, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragInt2
alias da_igDragInt2 = bool function(const char* label, ref int[2] v, float v_speed = 1f, int v_min = 0, int v_max = 0, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragInt3
alias da_igDragInt3 = bool function(const char* label, ref int[3] v, float v_speed = 1f, int v_min = 0, int v_max = 0, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragInt4
alias da_igDragInt4 = bool function(const char* label, ref int[4] v, float v_speed = 1f, int v_min = 0, int v_max = 0, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragIntRange2
alias da_igDragIntRange2 = bool function(const char* label, int* v_current_min, int* v_current_max, float v_speed = 1f, int v_min = 0, int v_max = 0, const char* format = "%d", const char* format_max = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragScalar
alias da_igDragScalar = bool function(const char* label, ImGuiDataType data_type, void* v, float v_speed, const void* v_min = null, const void* v_max = null, const char* format = null, float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDragScalarN
alias da_igDragScalarN = bool function(const char* label, ImGuiDataType data_type, void* v, int components, float v_speed, const void* v_min = null, const void* v_max = null, const char* format = null, float power = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igDummy
alias da_igDummy = void function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEnd
alias da_igEnd = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndChild
alias da_igEndChild = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndChildFrame
alias da_igEndChildFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndCombo
alias da_igEndCombo = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndDragDropSource
alias da_igEndDragDropSource = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndDragDropTarget
alias da_igEndDragDropTarget = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndFrame
alias da_igEndFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndGroup
alias da_igEndGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndMainMenuBar
alias da_igEndMainMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndMenu
alias da_igEndMenu = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndMenuBar
alias da_igEndMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndPopup
alias da_igEndPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndTabBar
alias da_igEndTabBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndTabItem
alias da_igEndTabItem = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igEndTooltip
alias da_igEndTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetBackgroundDrawList
alias da_igGetBackgroundDrawList = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetClipboardText
alias da_igGetClipboardText = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColorU32
alias da_igGetColorU32 = ImU32 function(ImGuiCol idx, float alpha_mul = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColorU32U32
alias da_igGetColorU32U32 = ImU32 function(ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColorU32Vec4
alias da_igGetColorU32Vec4 = ImU32 function(const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColumnIndex
alias da_igGetColumnIndex = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColumnOffset
alias da_igGetColumnOffset = float function(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColumnWidth
alias da_igGetColumnWidth = float function(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetColumnsCount
alias da_igGetColumnsCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionAvail
alias da_igGetContentRegionAvail = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionAvail_nonUDT
alias da_igGetContentRegionAvail_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionAvail_nonUDT2
alias da_igGetContentRegionAvail_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionMax
alias da_igGetContentRegionMax = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionMax_nonUDT
alias da_igGetContentRegionMax_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetContentRegionMax_nonUDT2
alias da_igGetContentRegionMax_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCurrentContext
alias da_igGetCurrentContext = ImGuiContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorPos
alias da_igGetCursorPos = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorPosX
alias da_igGetCursorPosX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorPosY
alias da_igGetCursorPosY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorPos_nonUDT
alias da_igGetCursorPos_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorPos_nonUDT2
alias da_igGetCursorPos_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorScreenPos
alias da_igGetCursorScreenPos = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorScreenPos_nonUDT
alias da_igGetCursorScreenPos_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorScreenPos_nonUDT2
alias da_igGetCursorScreenPos_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorStartPos
alias da_igGetCursorStartPos = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorStartPos_nonUDT
alias da_igGetCursorStartPos_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetCursorStartPos_nonUDT2
alias da_igGetCursorStartPos_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetDragDropPayload
alias da_igGetDragDropPayload = ImGuiPayload* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetDrawData
alias da_igGetDrawData = ImDrawData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetDrawListSharedData
alias da_igGetDrawListSharedData = ImDrawListSharedData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFont
alias da_igGetFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFontSize
alias da_igGetFontSize = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFontTexUvWhitePixel
alias da_igGetFontTexUvWhitePixel = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFontTexUvWhitePixel_nonUDT
alias da_igGetFontTexUvWhitePixel_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFontTexUvWhitePixel_nonUDT2
alias da_igGetFontTexUvWhitePixel_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetForegroundDrawList
alias da_igGetForegroundDrawList = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFrameCount
alias da_igGetFrameCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFrameHeight
alias da_igGetFrameHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetFrameHeightWithSpacing
alias da_igGetFrameHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetIDPtr
alias da_igGetIDPtr = ImGuiID function(const void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetIDRange
alias da_igGetIDRange = ImGuiID function(const char* str_id_begin, const char* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetIDStr
alias da_igGetIDStr = ImGuiID function(const char* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetIO
alias da_igGetIO = ImGuiIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMax
alias da_igGetItemRectMax = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMax_nonUDT
alias da_igGetItemRectMax_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMax_nonUDT2
alias da_igGetItemRectMax_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMin
alias da_igGetItemRectMin = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMin_nonUDT
alias da_igGetItemRectMin_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectMin_nonUDT2
alias da_igGetItemRectMin_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectSize
alias da_igGetItemRectSize = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectSize_nonUDT
alias da_igGetItemRectSize_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetItemRectSize_nonUDT2
alias da_igGetItemRectSize_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetKeyIndex
alias da_igGetKeyIndex = int function(ImGuiKey imgui_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetKeyPressedAmount
alias da_igGetKeyPressedAmount = int function(int key_index, float repeat_delay, float rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMouseCursor
alias da_igGetMouseCursor = ImGuiMouseCursor function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMouseDragDelta
alias da_igGetMouseDragDelta = ImVec2 function(int button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMouseDragDelta_nonUDT
alias da_igGetMouseDragDelta_nonUDT = void function(ImVec2* pOut, int button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMouseDragDelta_nonUDT2
alias da_igGetMouseDragDelta_nonUDT2 = ImVec2_Simple function(int button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePos
alias da_igGetMousePos = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePosOnOpeningCurrentPopup
alias da_igGetMousePosOnOpeningCurrentPopup = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePosOnOpeningCurrentPopup_nonUDT
alias da_igGetMousePosOnOpeningCurrentPopup_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePosOnOpeningCurrentPopup_nonUDT2
alias da_igGetMousePosOnOpeningCurrentPopup_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePos_nonUDT
alias da_igGetMousePos_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetMousePos_nonUDT2
alias da_igGetMousePos_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetScrollMaxX
alias da_igGetScrollMaxX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetScrollMaxY
alias da_igGetScrollMaxY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetScrollX
alias da_igGetScrollX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetScrollY
alias da_igGetScrollY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetStateStorage
alias da_igGetStateStorage = ImGuiStorage* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetStyle
alias da_igGetStyle = ImGuiStyle* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetStyleColorName
alias da_igGetStyleColorName = char* function(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetStyleColorVec4
alias da_igGetStyleColorVec4 = ImVec4* function(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetTextLineHeight
alias da_igGetTextLineHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetTextLineHeightWithSpacing
alias da_igGetTextLineHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetTime
alias da_igGetTime = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetTreeNodeToLabelSpacing
alias da_igGetTreeNodeToLabelSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetVersion
alias da_igGetVersion = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMax
alias da_igGetWindowContentRegionMax = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMax_nonUDT
alias da_igGetWindowContentRegionMax_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMax_nonUDT2
alias da_igGetWindowContentRegionMax_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMin
alias da_igGetWindowContentRegionMin = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMin_nonUDT
alias da_igGetWindowContentRegionMin_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionMin_nonUDT2
alias da_igGetWindowContentRegionMin_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowContentRegionWidth
alias da_igGetWindowContentRegionWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowDrawList
alias da_igGetWindowDrawList = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowHeight
alias da_igGetWindowHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowPos
alias da_igGetWindowPos = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowPos_nonUDT
alias da_igGetWindowPos_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowPos_nonUDT2
alias da_igGetWindowPos_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowSize
alias da_igGetWindowSize = ImVec2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowSize_nonUDT
alias da_igGetWindowSize_nonUDT = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowSize_nonUDT2
alias da_igGetWindowSize_nonUDT2 = ImVec2_Simple function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igGetWindowWidth
alias da_igGetWindowWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igImage
alias da_igImage = void function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0 = ImVec2(0, 0), const ImVec2 uv1 = ImVec2(1, 1), const ImVec4 tint_col = ImVec4(1, 1, 1, 1), const ImVec4 border_col = ImVec4(0, 0, 0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igImageButton
alias da_igImageButton = bool function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0 = ImVec2(0, 0), const ImVec2 uv1 = ImVec2(1, 1), int frame_padding = -1, const ImVec4 bg_col = ImVec4(0, 0, 0, 0), const ImVec4 tint_col = ImVec4(1, 1, 1, 1))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIndent
alias da_igIndent = void function(float indent_w = 0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputDouble
alias da_igInputDouble = bool function(const char* label, double* v, double step = 0.0, double step_fast = 0.0, const char* format = "%.6f", ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputFloat
alias da_igInputFloat = bool function(const char* label, float* v, float step = 0f, float step_fast = 0f, const char* format = "%.3f", ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputFloat2
alias da_igInputFloat2 = bool function(const char* label, ref float[2] v, const char* format = "%.3f", ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputFloat3
alias da_igInputFloat3 = bool function(const char* label, ref float[3] v, const char* format = "%.3f", ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputFloat4
alias da_igInputFloat4 = bool function(const char* label, ref float[4] v, const char* format = "%.3f", ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputInt
alias da_igInputInt = bool function(const char* label, int* v, int step = 1, int step_fast = 100, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputInt2
alias da_igInputInt2 = bool function(const char* label, ref int[2] v, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputInt3
alias da_igInputInt3 = bool function(const char* label, ref int[3] v, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputInt4
alias da_igInputInt4 = bool function(const char* label, ref int[4] v, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputScalar
alias da_igInputScalar = bool function(const char* label, ImGuiDataType data_type, void* v, const void* step = null, const void* step_fast = null, const char* format = null, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputScalarN
alias da_igInputScalarN = bool function(const char* label, ImGuiDataType data_type, void* v, int components, const void* step = null, const void* step_fast = null, const char* format = null, ImGuiInputTextFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputText
alias da_igInputText = bool function(const char* label, char* buf, size_t buf_size, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputTextMultiline
alias da_igInputTextMultiline = bool function(const char* label, char* buf, size_t buf_size, const ImVec2 size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInputTextWithHint
alias da_igInputTextWithHint = bool function(const char* label, const char* hint, char* buf, size_t buf_size, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igInvisibleButton
alias da_igInvisibleButton = bool function(const char* str_id, const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsAnyItemActive
alias da_igIsAnyItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsAnyItemFocused
alias da_igIsAnyItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsAnyItemHovered
alias da_igIsAnyItemHovered = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsAnyMouseDown
alias da_igIsAnyMouseDown = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemActivated
alias da_igIsItemActivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemActive
alias da_igIsItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemClicked
alias da_igIsItemClicked = bool function(int mouse_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemDeactivated
alias da_igIsItemDeactivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemDeactivatedAfterEdit
alias da_igIsItemDeactivatedAfterEdit = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemEdited
alias da_igIsItemEdited = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemFocused
alias da_igIsItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemHovered
alias da_igIsItemHovered = bool function(ImGuiHoveredFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsItemVisible
alias da_igIsItemVisible = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsKeyDown
alias da_igIsKeyDown = bool function(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsKeyPressed
alias da_igIsKeyPressed = bool function(int user_key_index, bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsKeyReleased
alias da_igIsKeyReleased = bool function(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseClicked
alias da_igIsMouseClicked = bool function(int button, bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseDoubleClicked
alias da_igIsMouseDoubleClicked = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseDown
alias da_igIsMouseDown = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseDragging
alias da_igIsMouseDragging = bool function(int button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseHoveringRect
alias da_igIsMouseHoveringRect = bool function(const ImVec2 r_min, const ImVec2 r_max, bool clip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMousePosValid
alias da_igIsMousePosValid = bool function(const ImVec2* mouse_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsMouseReleased
alias da_igIsMouseReleased = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsPopupOpen
alias da_igIsPopupOpen = bool function(const char* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsRectVisible
alias da_igIsRectVisible = bool function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsRectVisibleVec2
alias da_igIsRectVisibleVec2 = bool function(const ImVec2 rect_min, const ImVec2 rect_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsWindowAppearing
alias da_igIsWindowAppearing = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsWindowCollapsed
alias da_igIsWindowCollapsed = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsWindowFocused
alias da_igIsWindowFocused = bool function(ImGuiFocusedFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igIsWindowHovered
alias da_igIsWindowHovered = bool function(ImGuiHoveredFlags flags = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLabelText
alias da_igLabelText = void function(const char* label, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLabelTextV
alias da_igLabelTextV = void function(const char* label, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igListBoxFooter
alias da_igListBoxFooter = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igListBoxHeaderInt
alias da_igListBoxHeaderInt = bool function(const char* label, int items_count, int height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igListBoxHeaderVec2
alias da_igListBoxHeaderVec2 = bool function(const char* label, const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igListBoxStr_arr
alias da_igListBoxStr_arr = bool function(const char* label, int* current_item, const(const char*)[] item, int items_count, int height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLoadIniSettingsFromDisk
alias da_igLoadIniSettingsFromDisk = void function(const char* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLoadIniSettingsFromMemory
alias da_igLoadIniSettingsFromMemory = void function(const char* ini_data, size_t ini_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLogButtons
alias da_igLogButtons = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLogFinish
alias da_igLogFinish = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLogToClipboard
alias da_igLogToClipboard = void function(int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLogToFile
alias da_igLogToFile = void function(int auto_open_depth, const char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igLogToTTY
alias da_igLogToTTY = void function(int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igMemAlloc
alias da_igMemAlloc = void* function(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igMemFree
alias da_igMemFree = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igMenuItemBool
alias da_igMenuItemBool = bool function(const char* label, const char* shortcut, bool selected, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igMenuItemBoolPtr
alias da_igMenuItemBoolPtr = bool function(const char* label, const char* shortcut, bool* p_selected, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igNewFrame
alias da_igNewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igNewLine
alias da_igNewLine = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igNextColumn
alias da_igNextColumn = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igOpenPopup
alias da_igOpenPopup = void function(const char* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igOpenPopupOnItemClick
alias da_igOpenPopupOnItemClick = bool function(const char* str_id, int mouse_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPlotHistogramFloatPtr
alias da_igPlotHistogramFloatPtr = void function(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPlotLines
alias da_igPlotLines = void function(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopAllowKeyboardFocus
alias da_igPopAllowKeyboardFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopButtonRepeat
alias da_igPopButtonRepeat = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopClipRect
alias da_igPopClipRect = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopFont
alias da_igPopFont = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopID
alias da_igPopID = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopItemWidth
alias da_igPopItemWidth = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopStyleColor
alias da_igPopStyleColor = void function(int count = 1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopStyleVar
alias da_igPopStyleVar = void function(int count = 1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPopTextWrapPos
alias da_igPopTextWrapPos = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igProgressBar
alias da_igProgressBar = void function(float fraction, const ImVec2 size_arg = ImVec2(-1, 0), const char* overlay = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushAllowKeyboardFocus
alias da_igPushAllowKeyboardFocus = void function(bool allow_keyboard_focus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushButtonRepeat
alias da_igPushButtonRepeat = void function(bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushClipRect
alias da_igPushClipRect = void function(const ImVec2 clip_rect_min, const ImVec2 clip_rect_max, bool intersect_with_current_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushFont
alias da_igPushFont = void function(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushIDInt
alias da_igPushIDInt = void function(int int_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushIDPtr
alias da_igPushIDPtr = void function(const void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushIDRange
alias da_igPushIDRange = void function(const char* str_id_begin, const char* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushIDStr
alias da_igPushIDStr = void function(const char* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushItemWidth
alias da_igPushItemWidth = void function(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushStyleColor
alias da_igPushStyleColor = void function(ImGuiCol idx, const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushStyleColorU32
alias da_igPushStyleColorU32 = void function(ImGuiCol idx, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushStyleVarFloat
alias da_igPushStyleVarFloat = void function(ImGuiStyleVar idx, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushStyleVarVec2
alias da_igPushStyleVarVec2 = void function(ImGuiStyleVar idx, const ImVec2 val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igPushTextWrapPos
alias da_igPushTextWrapPos = void function(float wrap_local_pos_x = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igRadioButtonBool
alias da_igRadioButtonBool = bool function(const char* label, bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igRadioButtonIntPtr
alias da_igRadioButtonIntPtr = bool function(const char* label, int* v, int v_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igRender
alias da_igRender = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igResetMouseDragDelta
alias da_igResetMouseDragDelta = void function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSameLine
alias da_igSameLine = void function(float offset_from_start_x = 0.0f, float spacing = -1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSaveIniSettingsToDisk
alias da_igSaveIniSettingsToDisk = void function(const char* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSaveIniSettingsToMemory
alias da_igSaveIniSettingsToMemory = char* function(size_t* out_ini_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSelectable
alias da_igSelectable = bool function(const char* label, bool selected, ImGuiSelectableFlags flags, const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSelectableBoolPtr
alias da_igSelectableBoolPtr = bool function(const char* label, bool* p_selected, ImGuiSelectableFlags flags, const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSeparator
alias da_igSeparator = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetClipboardText
alias da_igSetClipboardText = void function(const char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetColorEditOptions
alias da_igSetColorEditOptions = void function(ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetColumnOffset
alias da_igSetColumnOffset = void function(int column_index, float offset_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetColumnWidth
alias da_igSetColumnWidth = void function(int column_index, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetCurrentContext
alias da_igSetCurrentContext = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetCursorPos
alias da_igSetCursorPos = void function(const ImVec2 local_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetCursorPosX
alias da_igSetCursorPosX = void function(float local_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetCursorPosY
alias da_igSetCursorPosY = void function(float local_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetCursorScreenPos
alias da_igSetCursorScreenPos = void function(const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetDragDropPayload
alias da_igSetDragDropPayload = bool function(const char* type, const void* data, size_t sz, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetItemAllowOverlap
alias da_igSetItemAllowOverlap = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetItemDefaultFocus
alias da_igSetItemDefaultFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetKeyboardFocusHere
alias da_igSetKeyboardFocusHere = void function(int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetMouseCursor
alias da_igSetMouseCursor = void function(ImGuiMouseCursor type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextItemWidth
alias da_igSetNextItemWidth = void function(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextTreeNodeOpen
alias da_igSetNextTreeNodeOpen = void function(bool is_open, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowBgAlpha
alias da_igSetNextWindowBgAlpha = void function(float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowCollapsed
alias da_igSetNextWindowCollapsed = void function(bool collapsed, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowContentSize
alias da_igSetNextWindowContentSize = void function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowFocus
alias da_igSetNextWindowFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowPos
alias da_igSetNextWindowPos = void function(const ImVec2 pos, ImGuiCond cond = 0, const ImVec2 pivot = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowSize
alias da_igSetNextWindowSize = void function(const ImVec2 size, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetNextWindowSizeConstraints
alias da_igSetNextWindowSizeConstraints = void function(const ImVec2 size_min, const ImVec2 size_max, ImGuiSizeCallback custom_callback = null, void* custom_callback_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetScrollFromPosY
alias da_igSetScrollFromPosY = void function(float local_y, float center_y_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetScrollHereY
alias da_igSetScrollHereY = void function(float center_y_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetScrollX
alias da_igSetScrollX = void function(float scroll_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetScrollY
alias da_igSetScrollY = void function(float scroll_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetStateStorage
alias da_igSetStateStorage = void function(ImGuiStorage* storage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetTabItemClosed
alias da_igSetTabItemClosed = void function(const char* tab_or_docked_window_label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetTooltip
alias da_igSetTooltip = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetTooltipV
alias da_igSetTooltipV = void function(const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowCollapsedBool
alias da_igSetWindowCollapsedBool = void function(bool collapsed, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowCollapsedStr
alias da_igSetWindowCollapsedStr = void function(const char* name, bool collapsed, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowFocus
alias da_igSetWindowFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowFocusStr
alias da_igSetWindowFocusStr = void function(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.
da_igSetWindowFontScale
alias da_igSetWindowFontScale = void function(float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowPosStr
alias da_igSetWindowPosStr = void function(const char* name, const ImVec2 pos, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowPosVec2
alias da_igSetWindowPosVec2 = void function(const ImVec2 pos, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowSizeStr
alias da_igSetWindowSizeStr = void function(const char* name, const ImVec2 size, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSetWindowSizeVec2
alias da_igSetWindowSizeVec2 = void function(const ImVec2 size, ImGuiCond cond = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowAboutWindow
alias da_igShowAboutWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowDemoWindow
alias da_igShowDemoWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowFontSelector
alias da_igShowFontSelector = void function(const char* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowMetricsWindow
alias da_igShowMetricsWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowStyleEditor
alias da_igShowStyleEditor = void function(ImGuiStyle* ref_ = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowStyleSelector
alias da_igShowStyleSelector = bool function(const char* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igShowUserGuide
alias da_igShowUserGuide = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderAngle
alias da_igSliderAngle = bool function(const char* label, float* v_rad, float v_degrees_min = -360f, float v_degrees_max = 360f, const char* format = "%0.f deg")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderFloat
alias da_igSliderFloat = bool function(const char* label, float* v, float v_min, float v_max, const char* format = "%.3f", float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderFloat2
alias da_igSliderFloat2 = bool function(const char* label, ref float[2] v, float v_min, float v_max, const char* format = "%.3f", float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderFloat3
alias da_igSliderFloat3 = bool function(const char* label, ref float[3] v, float v_min, float v_max, const char* format = "%.3f", float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderFloat4
alias da_igSliderFloat4 = bool function(const char* label, ref float[4] v, float v_min, float v_max, const char* format = "%.3f", float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderInt
alias da_igSliderInt = bool function(const char* label, int* v, int v_min, int v_max, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderInt2
alias da_igSliderInt2 = bool function(const char* label, ref int[2] v, int v_min, int v_max, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderInt3
alias da_igSliderInt3 = bool function(const char* label, ref int[3] v, int v_min, int v_max, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderInt4
alias da_igSliderInt4 = bool function(const char* label, ref int[4] v, int v_min, int v_max, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderScalar
alias da_igSliderScalar = bool function(const char* label, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format = null, float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSliderScalarN
alias da_igSliderScalarN = bool function(const char* label, ImGuiDataType data_type, void* v, int components, const void* v_min, const void* v_max, const char* format = null, float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSmallButton
alias da_igSmallButton = bool function(const char* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igSpacing
alias da_igSpacing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igStyleColorsClassic
alias da_igStyleColorsClassic = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igStyleColorsDark
alias da_igStyleColorsDark = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igStyleColorsLight
alias da_igStyleColorsLight = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igText
alias da_igText = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextColored
alias da_igTextColored = void function(const ImVec4 col, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextColoredV
alias da_igTextColoredV = void function(const ImVec4 col, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextDisabled
alias da_igTextDisabled = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextDisabledV
alias da_igTextDisabledV = void function(const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextUnformatted
alias da_igTextUnformatted = void function(const char* text, const char* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextV
alias da_igTextV = void function(const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextWrapped
alias da_igTextWrapped = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTextWrappedV
alias da_igTextWrappedV = void function(const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeAdvanceToLabelPos
alias da_igTreeAdvanceToLabelPos = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeExPtr
alias da_igTreeNodeExPtr = bool function(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeExStr
alias da_igTreeNodeExStr = bool function(const char* label, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeExStrStr
alias da_igTreeNodeExStrStr = bool function(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeExVPtr
alias da_igTreeNodeExVPtr = bool function(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeExVStr
alias da_igTreeNodeExVStr = bool function(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodePtr
alias da_igTreeNodePtr = bool function(const void* ptr_id, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeStr
alias da_igTreeNodeStr = bool function(const char* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeStrStr
alias da_igTreeNodeStrStr = bool function(const char* str_id, const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeVPtr
alias da_igTreeNodeVPtr = bool function(const void* ptr_id, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreeNodeVStr
alias da_igTreeNodeVStr = bool function(const char* str_id, const char* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreePop
alias da_igTreePop = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreePushPtr
alias da_igTreePushPtr = void function(const void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igTreePushStr
alias da_igTreePushStr = void function(const char* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igUnindent
alias da_igUnindent = void function(float indent_w = 0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igVSliderFloat
alias da_igVSliderFloat = bool function(const char* label, const ImVec2 size, float* v, float v_min, float v_max, const char* format = "%.3f", float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igVSliderInt
alias da_igVSliderInt = bool function(const char* label, const ImVec2 size, int* v, int v_min, int v_max, const char* format = "%d")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igVSliderScalar
alias da_igVSliderScalar = bool function(const char* label, const ImVec2 size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format = null, float power = 1f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igValueBool
alias da_igValueBool = void function(const char* prefix, bool b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igValueFloat
alias da_igValueFloat = void function(const char* prefix, float v, const char* float_format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igValueInt
alias da_igValueInt = void function(const char* prefix, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_igValueUint
alias da_igValueUint = void function(const char* prefix, uint v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

CustomRect_CustomRect
da_CustomRect_CustomRect CustomRect_CustomRect;
Undocumented in source.
CustomRect_IsPacked
da_CustomRect_IsPacked CustomRect_IsPacked;
Undocumented in source.
CustomRect_destroy
da_CustomRect_destroy CustomRect_destroy;
Undocumented in source.
ImColor_HSV
da_ImColor_HSV ImColor_HSV;
Undocumented in source.
ImColor_HSV_nonUDT
da_ImColor_HSV_nonUDT ImColor_HSV_nonUDT;
Undocumented in source.
ImColor_HSV_nonUDT2
da_ImColor_HSV_nonUDT2 ImColor_HSV_nonUDT2;
Undocumented in source.
ImColor_ImColor
da_ImColor_ImColor ImColor_ImColor;
Undocumented in source.
ImColor_ImColorFloat
da_ImColor_ImColorFloat ImColor_ImColorFloat;
Undocumented in source.
ImColor_ImColorInt
da_ImColor_ImColorInt ImColor_ImColorInt;
Undocumented in source.
ImColor_ImColorU32
da_ImColor_ImColorU32 ImColor_ImColorU32;
Undocumented in source.
ImColor_ImColorVec4
da_ImColor_ImColorVec4 ImColor_ImColorVec4;
Undocumented in source.
ImColor_SetHSV
da_ImColor_SetHSV ImColor_SetHSV;
Undocumented in source.
ImColor_destroy
da_ImColor_destroy ImColor_destroy;
Undocumented in source.
ImDrawCmd_ImDrawCmd
da_ImDrawCmd_ImDrawCmd ImDrawCmd_ImDrawCmd;
Undocumented in source.
ImDrawCmd_destroy
da_ImDrawCmd_destroy ImDrawCmd_destroy;
Undocumented in source.
ImDrawData_Clear
da_ImDrawData_Clear ImDrawData_Clear;
Undocumented in source.
ImDrawData_DeIndexAllBuffers
da_ImDrawData_DeIndexAllBuffers ImDrawData_DeIndexAllBuffers;
Undocumented in source.
ImDrawData_ImDrawData
da_ImDrawData_ImDrawData ImDrawData_ImDrawData;
Undocumented in source.
ImDrawData_ScaleClipRects
da_ImDrawData_ScaleClipRects ImDrawData_ScaleClipRects;
Undocumented in source.
ImDrawData_destroy
da_ImDrawData_destroy ImDrawData_destroy;
Undocumented in source.
ImDrawList_AddBezierCurve
da_ImDrawList_AddBezierCurve ImDrawList_AddBezierCurve;
Undocumented in source.
ImDrawList_AddCallback
da_ImDrawList_AddCallback ImDrawList_AddCallback;
Undocumented in source.
ImDrawList_AddCircle
da_ImDrawList_AddCircle ImDrawList_AddCircle;
Undocumented in source.
ImDrawList_AddCircleFilled
da_ImDrawList_AddCircleFilled ImDrawList_AddCircleFilled;
Undocumented in source.
ImDrawList_AddConvexPolyFilled
da_ImDrawList_AddConvexPolyFilled ImDrawList_AddConvexPolyFilled;
Undocumented in source.
ImDrawList_AddDrawCmd
da_ImDrawList_AddDrawCmd ImDrawList_AddDrawCmd;
Undocumented in source.
ImDrawList_AddImage
da_ImDrawList_AddImage ImDrawList_AddImage;
Undocumented in source.
ImDrawList_AddImageQuad
da_ImDrawList_AddImageQuad ImDrawList_AddImageQuad;
Undocumented in source.
ImDrawList_AddImageRounded
da_ImDrawList_AddImageRounded ImDrawList_AddImageRounded;
Undocumented in source.
ImDrawList_AddLine
da_ImDrawList_AddLine ImDrawList_AddLine;
Undocumented in source.
ImDrawList_AddPolyline
da_ImDrawList_AddPolyline ImDrawList_AddPolyline;
Undocumented in source.
ImDrawList_AddQuad
da_ImDrawList_AddQuad ImDrawList_AddQuad;
Undocumented in source.
ImDrawList_AddQuadFilled
da_ImDrawList_AddQuadFilled ImDrawList_AddQuadFilled;
Undocumented in source.
ImDrawList_AddRect
da_ImDrawList_AddRect ImDrawList_AddRect;
Undocumented in source.
ImDrawList_AddRectFilled
da_ImDrawList_AddRectFilled ImDrawList_AddRectFilled;
Undocumented in source.
ImDrawList_AddRectFilledMultiColor
da_ImDrawList_AddRectFilledMultiColor ImDrawList_AddRectFilledMultiColor;
Undocumented in source.
ImDrawList_AddText
da_ImDrawList_AddText ImDrawList_AddText;
Undocumented in source.
ImDrawList_AddTextFontPtr
da_ImDrawList_AddTextFontPtr ImDrawList_AddTextFontPtr;
Undocumented in source.
ImDrawList_AddTriangle
da_ImDrawList_AddTriangle ImDrawList_AddTriangle;
Undocumented in source.
ImDrawList_AddTriangleFilled
da_ImDrawList_AddTriangleFilled ImDrawList_AddTriangleFilled;
Undocumented in source.
ImDrawList_ChannelsMerge
da_ImDrawList_ChannelsMerge ImDrawList_ChannelsMerge;
Undocumented in source.
ImDrawList_ChannelsSetCurrent
da_ImDrawList_ChannelsSetCurrent ImDrawList_ChannelsSetCurrent;
Undocumented in source.
ImDrawList_ChannelsSplit
da_ImDrawList_ChannelsSplit ImDrawList_ChannelsSplit;
Undocumented in source.
ImDrawList_Clear
da_ImDrawList_Clear ImDrawList_Clear;
Undocumented in source.
ImDrawList_ClearFreeMemory
da_ImDrawList_ClearFreeMemory ImDrawList_ClearFreeMemory;
Undocumented in source.
ImDrawList_CloneOutput
da_ImDrawList_CloneOutput ImDrawList_CloneOutput;
Undocumented in source.
ImDrawList_GetClipRectMax
da_ImDrawList_GetClipRectMax ImDrawList_GetClipRectMax;
Undocumented in source.
ImDrawList_GetClipRectMax_nonUDT
da_ImDrawList_GetClipRectMax_nonUDT ImDrawList_GetClipRectMax_nonUDT;
Undocumented in source.
ImDrawList_GetClipRectMax_nonUDT2
da_ImDrawList_GetClipRectMax_nonUDT2 ImDrawList_GetClipRectMax_nonUDT2;
Undocumented in source.
ImDrawList_GetClipRectMin
da_ImDrawList_GetClipRectMin ImDrawList_GetClipRectMin;
Undocumented in source.
ImDrawList_GetClipRectMin_nonUDT
da_ImDrawList_GetClipRectMin_nonUDT ImDrawList_GetClipRectMin_nonUDT;
Undocumented in source.
ImDrawList_GetClipRectMin_nonUDT2
da_ImDrawList_GetClipRectMin_nonUDT2 ImDrawList_GetClipRectMin_nonUDT2;
Undocumented in source.
ImDrawList_ImDrawList
da_ImDrawList_ImDrawList ImDrawList_ImDrawList;
Undocumented in source.
ImDrawList_PathArcTo
da_ImDrawList_PathArcTo ImDrawList_PathArcTo;
Undocumented in source.
ImDrawList_PathArcToFast
da_ImDrawList_PathArcToFast ImDrawList_PathArcToFast;
Undocumented in source.
ImDrawList_PathBezierCurveTo
da_ImDrawList_PathBezierCurveTo ImDrawList_PathBezierCurveTo;
Undocumented in source.
ImDrawList_PathClear
da_ImDrawList_PathClear ImDrawList_PathClear;
Undocumented in source.
ImDrawList_PathFillConvex
da_ImDrawList_PathFillConvex ImDrawList_PathFillConvex;
Undocumented in source.
ImDrawList_PathLineTo
da_ImDrawList_PathLineTo ImDrawList_PathLineTo;
Undocumented in source.
ImDrawList_PathLineToMergeDuplicate
da_ImDrawList_PathLineToMergeDuplicate ImDrawList_PathLineToMergeDuplicate;
Undocumented in source.
ImDrawList_PathRect
da_ImDrawList_PathRect ImDrawList_PathRect;
Undocumented in source.
ImDrawList_PathStroke
da_ImDrawList_PathStroke ImDrawList_PathStroke;
Undocumented in source.
ImDrawList_PopClipRect
da_ImDrawList_PopClipRect ImDrawList_PopClipRect;
Undocumented in source.
ImDrawList_PopTextureID
da_ImDrawList_PopTextureID ImDrawList_PopTextureID;
Undocumented in source.
ImDrawList_PrimQuadUV
da_ImDrawList_PrimQuadUV ImDrawList_PrimQuadUV;
Undocumented in source.
ImDrawList_PrimRect
da_ImDrawList_PrimRect ImDrawList_PrimRect;
Undocumented in source.
ImDrawList_PrimRectUV
da_ImDrawList_PrimRectUV ImDrawList_PrimRectUV;
Undocumented in source.
ImDrawList_PrimReserve
da_ImDrawList_PrimReserve ImDrawList_PrimReserve;
Undocumented in source.
ImDrawList_PrimVtx
da_ImDrawList_PrimVtx ImDrawList_PrimVtx;
Undocumented in source.
ImDrawList_PrimWriteIdx
da_ImDrawList_PrimWriteIdx ImDrawList_PrimWriteIdx;
Undocumented in source.
ImDrawList_PrimWriteVtx
da_ImDrawList_PrimWriteVtx ImDrawList_PrimWriteVtx;
Undocumented in source.
ImDrawList_PushClipRect
da_ImDrawList_PushClipRect ImDrawList_PushClipRect;
Undocumented in source.
ImDrawList_PushClipRectFullScreen
da_ImDrawList_PushClipRectFullScreen ImDrawList_PushClipRectFullScreen;
Undocumented in source.
ImDrawList_PushTextureID
da_ImDrawList_PushTextureID ImDrawList_PushTextureID;
Undocumented in source.
ImDrawList_UpdateClipRect
da_ImDrawList_UpdateClipRect ImDrawList_UpdateClipRect;
Undocumented in source.
ImDrawList_UpdateTextureID
da_ImDrawList_UpdateTextureID ImDrawList_UpdateTextureID;
Undocumented in source.
ImDrawList_destroy
da_ImDrawList_destroy ImDrawList_destroy;
Undocumented in source.
ImFontAtlas_AddCustomRectFontGlyph
da_ImFontAtlas_AddCustomRectFontGlyph ImFontAtlas_AddCustomRectFontGlyph;
Undocumented in source.
ImFontAtlas_AddCustomRectRegular
da_ImFontAtlas_AddCustomRectRegular ImFontAtlas_AddCustomRectRegular;
Undocumented in source.
ImFontAtlas_AddFont
da_ImFontAtlas_AddFont ImFontAtlas_AddFont;
Undocumented in source.
ImFontAtlas_AddFontDefault
da_ImFontAtlas_AddFontDefault ImFontAtlas_AddFontDefault;
Undocumented in source.
ImFontAtlas_AddFontFromFileTTF
da_ImFontAtlas_AddFontFromFileTTF ImFontAtlas_AddFontFromFileTTF;
Undocumented in source.
ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF ImFontAtlas_AddFontFromMemoryCompressedBase85TTF;
Undocumented in source.
ImFontAtlas_AddFontFromMemoryCompressedTTF
da_ImFontAtlas_AddFontFromMemoryCompressedTTF ImFontAtlas_AddFontFromMemoryCompressedTTF;
Undocumented in source.
ImFontAtlas_AddFontFromMemoryTTF
da_ImFontAtlas_AddFontFromMemoryTTF ImFontAtlas_AddFontFromMemoryTTF;
Undocumented in source.
ImFontAtlas_Build
da_ImFontAtlas_Build ImFontAtlas_Build;
Undocumented in source.
ImFontAtlas_CalcCustomRectUV
da_ImFontAtlas_CalcCustomRectUV ImFontAtlas_CalcCustomRectUV;
Undocumented in source.
ImFontAtlas_Clear
da_ImFontAtlas_Clear ImFontAtlas_Clear;
Undocumented in source.
ImFontAtlas_ClearFonts
da_ImFontAtlas_ClearFonts ImFontAtlas_ClearFonts;
Undocumented in source.
ImFontAtlas_ClearInputData
da_ImFontAtlas_ClearInputData ImFontAtlas_ClearInputData;
Undocumented in source.
ImFontAtlas_ClearTexData
da_ImFontAtlas_ClearTexData ImFontAtlas_ClearTexData;
Undocumented in source.
ImFontAtlas_GetCustomRectByIndex
da_ImFontAtlas_GetCustomRectByIndex ImFontAtlas_GetCustomRectByIndex;
Undocumented in source.
ImFontAtlas_GetGlyphRangesChineseFull
da_ImFontAtlas_GetGlyphRangesChineseFull ImFontAtlas_GetGlyphRangesChineseFull;
Undocumented in source.
ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
da_ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon;
Undocumented in source.
ImFontAtlas_GetGlyphRangesCyrillic
da_ImFontAtlas_GetGlyphRangesCyrillic ImFontAtlas_GetGlyphRangesCyrillic;
Undocumented in source.
ImFontAtlas_GetGlyphRangesDefault
da_ImFontAtlas_GetGlyphRangesDefault ImFontAtlas_GetGlyphRangesDefault;
Undocumented in source.
ImFontAtlas_GetGlyphRangesJapanese
da_ImFontAtlas_GetGlyphRangesJapanese ImFontAtlas_GetGlyphRangesJapanese;
Undocumented in source.
ImFontAtlas_GetGlyphRangesKorean
da_ImFontAtlas_GetGlyphRangesKorean ImFontAtlas_GetGlyphRangesKorean;
Undocumented in source.
ImFontAtlas_GetGlyphRangesThai
da_ImFontAtlas_GetGlyphRangesThai ImFontAtlas_GetGlyphRangesThai;
Undocumented in source.
ImFontAtlas_GetGlyphRangesVietnamese
da_ImFontAtlas_GetGlyphRangesVietnamese ImFontAtlas_GetGlyphRangesVietnamese;
Undocumented in source.
ImFontAtlas_GetMouseCursorTexData
da_ImFontAtlas_GetMouseCursorTexData ImFontAtlas_GetMouseCursorTexData;
Undocumented in source.
ImFontAtlas_GetTexDataAsAlpha8
da_ImFontAtlas_GetTexDataAsAlpha8 ImFontAtlas_GetTexDataAsAlpha8;
Undocumented in source.
ImFontAtlas_GetTexDataAsRGBA32
da_ImFontAtlas_GetTexDataAsRGBA32 ImFontAtlas_GetTexDataAsRGBA32;
Undocumented in source.
ImFontAtlas_ImFontAtlas
da_ImFontAtlas_ImFontAtlas ImFontAtlas_ImFontAtlas;
Undocumented in source.
ImFontAtlas_IsBuilt
da_ImFontAtlas_IsBuilt ImFontAtlas_IsBuilt;
Undocumented in source.
ImFontAtlas_SetTexID
da_ImFontAtlas_SetTexID ImFontAtlas_SetTexID;
Undocumented in source.
ImFontAtlas_destroy
da_ImFontAtlas_destroy ImFontAtlas_destroy;
Undocumented in source.
ImFontConfig_ImFontConfig
da_ImFontConfig_ImFontConfig ImFontConfig_ImFontConfig;
Undocumented in source.
ImFontConfig_destroy
da_ImFontConfig_destroy ImFontConfig_destroy;
Undocumented in source.
ImFontGlyphRangesBuilder_AddChar
da_ImFontGlyphRangesBuilder_AddChar ImFontGlyphRangesBuilder_AddChar;
Undocumented in source.
ImFontGlyphRangesBuilder_AddRanges
da_ImFontGlyphRangesBuilder_AddRanges ImFontGlyphRangesBuilder_AddRanges;
Undocumented in source.
ImFontGlyphRangesBuilder_AddText
da_ImFontGlyphRangesBuilder_AddText ImFontGlyphRangesBuilder_AddText;
Undocumented in source.
ImFontGlyphRangesBuilder_BuildRanges
da_ImFontGlyphRangesBuilder_BuildRanges ImFontGlyphRangesBuilder_BuildRanges;
Undocumented in source.
ImFontGlyphRangesBuilder_GetBit
da_ImFontGlyphRangesBuilder_GetBit ImFontGlyphRangesBuilder_GetBit;
Undocumented in source.
ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
da_ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder;
Undocumented in source.
ImFontGlyphRangesBuilder_SetBit
da_ImFontGlyphRangesBuilder_SetBit ImFontGlyphRangesBuilder_SetBit;
Undocumented in source.
ImFontGlyphRangesBuilder_destroy
da_ImFontGlyphRangesBuilder_destroy ImFontGlyphRangesBuilder_destroy;
Undocumented in source.
ImFont_AddGlyph
da_ImFont_AddGlyph ImFont_AddGlyph;
Undocumented in source.
ImFont_AddRemapChar
da_ImFont_AddRemapChar ImFont_AddRemapChar;
Undocumented in source.
ImFont_BuildLookupTable
da_ImFont_BuildLookupTable ImFont_BuildLookupTable;
Undocumented in source.
ImFont_CalcTextSizeA
da_ImFont_CalcTextSizeA ImFont_CalcTextSizeA;
Undocumented in source.
ImFont_CalcTextSizeA_nonUDT
da_ImFont_CalcTextSizeA_nonUDT ImFont_CalcTextSizeA_nonUDT;
Undocumented in source.
ImFont_CalcTextSizeA_nonUDT2
da_ImFont_CalcTextSizeA_nonUDT2 ImFont_CalcTextSizeA_nonUDT2;
Undocumented in source.
ImFont_CalcWordWrapPositionA
da_ImFont_CalcWordWrapPositionA ImFont_CalcWordWrapPositionA;
Undocumented in source.
ImFont_ClearOutputData
da_ImFont_ClearOutputData ImFont_ClearOutputData;
Undocumented in source.
ImFont_FindGlyph
da_ImFont_FindGlyph ImFont_FindGlyph;
Undocumented in source.
ImFont_FindGlyphNoFallback
da_ImFont_FindGlyphNoFallback ImFont_FindGlyphNoFallback;
Undocumented in source.
ImFont_GetCharAdvance
da_ImFont_GetCharAdvance ImFont_GetCharAdvance;
Undocumented in source.
ImFont_GetDebugName
da_ImFont_GetDebugName ImFont_GetDebugName;
Undocumented in source.
ImFont_GrowIndex
da_ImFont_GrowIndex ImFont_GrowIndex;
Undocumented in source.
ImFont_ImFont
da_ImFont_ImFont ImFont_ImFont;
Undocumented in source.
ImFont_IsLoaded
da_ImFont_IsLoaded ImFont_IsLoaded;
Undocumented in source.
ImFont_RenderChar
da_ImFont_RenderChar ImFont_RenderChar;
Undocumented in source.
ImFont_RenderText
da_ImFont_RenderText ImFont_RenderText;
Undocumented in source.
ImFont_SetFallbackChar
da_ImFont_SetFallbackChar ImFont_SetFallbackChar;
Undocumented in source.
ImFont_destroy
da_ImFont_destroy ImFont_destroy;
Undocumented in source.
ImGuiIO_AddInputCharacter
da_ImGuiIO_AddInputCharacter ImGuiIO_AddInputCharacter;
Undocumented in source.
ImGuiIO_AddInputCharactersUTF8
da_ImGuiIO_AddInputCharactersUTF8 ImGuiIO_AddInputCharactersUTF8;
Undocumented in source.
ImGuiIO_ClearInputCharacters
da_ImGuiIO_ClearInputCharacters ImGuiIO_ClearInputCharacters;
Undocumented in source.
ImGuiIO_ImGuiIO
da_ImGuiIO_ImGuiIO ImGuiIO_ImGuiIO;
Undocumented in source.
ImGuiIO_destroy
da_ImGuiIO_destroy ImGuiIO_destroy;
Undocumented in source.
ImGuiInputTextCallbackData_DeleteChars
da_ImGuiInputTextCallbackData_DeleteChars ImGuiInputTextCallbackData_DeleteChars;
Undocumented in source.
ImGuiInputTextCallbackData_HasSelection
da_ImGuiInputTextCallbackData_HasSelection ImGuiInputTextCallbackData_HasSelection;
Undocumented in source.
ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
da_ImGuiInputTextCallbackData_ImGuiInputTextCallbackData ImGuiInputTextCallbackData_ImGuiInputTextCallbackData;
Undocumented in source.
ImGuiInputTextCallbackData_InsertChars
da_ImGuiInputTextCallbackData_InsertChars ImGuiInputTextCallbackData_InsertChars;
Undocumented in source.
ImGuiInputTextCallbackData_destroy
da_ImGuiInputTextCallbackData_destroy ImGuiInputTextCallbackData_destroy;
Undocumented in source.
ImGuiListClipper_Begin
da_ImGuiListClipper_Begin ImGuiListClipper_Begin;
Undocumented in source.
ImGuiListClipper_End
da_ImGuiListClipper_End ImGuiListClipper_End;
Undocumented in source.
ImGuiListClipper_ImGuiListClipper
da_ImGuiListClipper_ImGuiListClipper ImGuiListClipper_ImGuiListClipper;
Undocumented in source.
ImGuiListClipper_Step
da_ImGuiListClipper_Step ImGuiListClipper_Step;
Undocumented in source.
ImGuiListClipper_destroy
da_ImGuiListClipper_destroy ImGuiListClipper_destroy;
Undocumented in source.
ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
da_ImGuiOnceUponAFrame_ImGuiOnceUponAFrame ImGuiOnceUponAFrame_ImGuiOnceUponAFrame;
Undocumented in source.
ImGuiOnceUponAFrame_destroy
da_ImGuiOnceUponAFrame_destroy ImGuiOnceUponAFrame_destroy;
Undocumented in source.
ImGuiPayload_Clear
da_ImGuiPayload_Clear ImGuiPayload_Clear;
Undocumented in source.
ImGuiPayload_ImGuiPayload
da_ImGuiPayload_ImGuiPayload ImGuiPayload_ImGuiPayload;
Undocumented in source.
ImGuiPayload_IsDataType
da_ImGuiPayload_IsDataType ImGuiPayload_IsDataType;
Undocumented in source.
ImGuiPayload_IsDelivery
da_ImGuiPayload_IsDelivery ImGuiPayload_IsDelivery;
Undocumented in source.
ImGuiPayload_IsPreview
da_ImGuiPayload_IsPreview ImGuiPayload_IsPreview;
Undocumented in source.
ImGuiPayload_destroy
da_ImGuiPayload_destroy ImGuiPayload_destroy;
Undocumented in source.
ImGuiStorage_BuildSortByKey
da_ImGuiStorage_BuildSortByKey ImGuiStorage_BuildSortByKey;
Undocumented in source.
ImGuiStorage_Clear
da_ImGuiStorage_Clear ImGuiStorage_Clear;
Undocumented in source.
ImGuiStorage_GetBool
da_ImGuiStorage_GetBool ImGuiStorage_GetBool;
Undocumented in source.
ImGuiStorage_GetBoolRef
da_ImGuiStorage_GetBoolRef ImGuiStorage_GetBoolRef;
Undocumented in source.
ImGuiStorage_GetFloat
da_ImGuiStorage_GetFloat ImGuiStorage_GetFloat;
Undocumented in source.
ImGuiStorage_GetFloatRef
da_ImGuiStorage_GetFloatRef ImGuiStorage_GetFloatRef;
Undocumented in source.
ImGuiStorage_GetInt
da_ImGuiStorage_GetInt ImGuiStorage_GetInt;
Undocumented in source.
ImGuiStorage_GetIntRef
da_ImGuiStorage_GetIntRef ImGuiStorage_GetIntRef;
Undocumented in source.
ImGuiStorage_GetVoidPtr
da_ImGuiStorage_GetVoidPtr ImGuiStorage_GetVoidPtr;
Undocumented in source.
ImGuiStorage_GetVoidPtrRef
da_ImGuiStorage_GetVoidPtrRef ImGuiStorage_GetVoidPtrRef;
Undocumented in source.
ImGuiStorage_SetAllInt
da_ImGuiStorage_SetAllInt ImGuiStorage_SetAllInt;
Undocumented in source.
ImGuiStorage_SetBool
da_ImGuiStorage_SetBool ImGuiStorage_SetBool;
Undocumented in source.
ImGuiStorage_SetFloat
da_ImGuiStorage_SetFloat ImGuiStorage_SetFloat;
Undocumented in source.
ImGuiStorage_SetInt
da_ImGuiStorage_SetInt ImGuiStorage_SetInt;
Undocumented in source.
ImGuiStorage_SetVoidPtr
da_ImGuiStorage_SetVoidPtr ImGuiStorage_SetVoidPtr;
Undocumented in source.
ImGuiStyle_ImGuiStyle
da_ImGuiStyle_ImGuiStyle ImGuiStyle_ImGuiStyle;
Undocumented in source.
ImGuiStyle_ScaleAllSizes
da_ImGuiStyle_ScaleAllSizes ImGuiStyle_ScaleAllSizes;
Undocumented in source.
ImGuiStyle_destroy
da_ImGuiStyle_destroy ImGuiStyle_destroy;
Undocumented in source.
ImGuiTextBuffer_ImGuiTextBuffer
da_ImGuiTextBuffer_ImGuiTextBuffer ImGuiTextBuffer_ImGuiTextBuffer;
Undocumented in source.
ImGuiTextBuffer_append
da_ImGuiTextBuffer_append ImGuiTextBuffer_append;
Undocumented in source.
ImGuiTextBuffer_appendfv
da_ImGuiTextBuffer_appendfv ImGuiTextBuffer_appendfv;
Undocumented in source.
ImGuiTextBuffer_begin
da_ImGuiTextBuffer_begin ImGuiTextBuffer_begin;
Undocumented in source.
ImGuiTextBuffer_c_str
da_ImGuiTextBuffer_c_str ImGuiTextBuffer_c_str;
Undocumented in source.
ImGuiTextBuffer_clear
da_ImGuiTextBuffer_clear ImGuiTextBuffer_clear;
Undocumented in source.
ImGuiTextBuffer_destroy
da_ImGuiTextBuffer_destroy ImGuiTextBuffer_destroy;
Undocumented in source.
ImGuiTextBuffer_empty
da_ImGuiTextBuffer_empty ImGuiTextBuffer_empty;
Undocumented in source.
ImGuiTextBuffer_end
da_ImGuiTextBuffer_end ImGuiTextBuffer_end;
Undocumented in source.
ImGuiTextBuffer_reserve
da_ImGuiTextBuffer_reserve ImGuiTextBuffer_reserve;
Undocumented in source.
ImGuiTextBuffer_size
da_ImGuiTextBuffer_size ImGuiTextBuffer_size;
Undocumented in source.
ImGuiTextFilter_Build
da_ImGuiTextFilter_Build ImGuiTextFilter_Build;
Undocumented in source.
ImGuiTextFilter_Clear
da_ImGuiTextFilter_Clear ImGuiTextFilter_Clear;
Undocumented in source.
ImGuiTextFilter_Draw
da_ImGuiTextFilter_Draw ImGuiTextFilter_Draw;
Undocumented in source.
ImGuiTextFilter_ImGuiTextFilter
da_ImGuiTextFilter_ImGuiTextFilter ImGuiTextFilter_ImGuiTextFilter;
Undocumented in source.
ImGuiTextFilter_IsActive
da_ImGuiTextFilter_IsActive ImGuiTextFilter_IsActive;
Undocumented in source.
ImGuiTextFilter_PassFilter
da_ImGuiTextFilter_PassFilter ImGuiTextFilter_PassFilter;
Undocumented in source.
ImGuiTextFilter_destroy
da_ImGuiTextFilter_destroy ImGuiTextFilter_destroy;
Undocumented in source.
ImVec2_ImVec2
da_ImVec2_ImVec2 ImVec2_ImVec2;
Undocumented in source.
ImVec2_ImVec2Float
da_ImVec2_ImVec2Float ImVec2_ImVec2Float;
Undocumented in source.
ImVec2_destroy
da_ImVec2_destroy ImVec2_destroy;
Undocumented in source.
ImVec4_ImVec4
da_ImVec4_ImVec4 ImVec4_ImVec4;
Undocumented in source.
ImVec4_ImVec4Float
da_ImVec4_ImVec4Float ImVec4_ImVec4Float;
Undocumented in source.
ImVec4_destroy
da_ImVec4_destroy ImVec4_destroy;
Undocumented in source.
ImVector_CustomRect_ImVector_CustomRect
da_ImVector_CustomRect_ImVector_CustomRect ImVector_CustomRect_ImVector_CustomRect;
Undocumented in source.
ImVector_CustomRect_ImVector_CustomRectVector
da_ImVector_CustomRect_ImVector_CustomRectVector ImVector_CustomRect_ImVector_CustomRectVector;
Undocumented in source.
ImVector_CustomRect__grow_capacity
da_ImVector_CustomRect__grow_capacity ImVector_CustomRect__grow_capacity;
Undocumented in source.
ImVector_CustomRect_back
da_ImVector_CustomRect_back ImVector_CustomRect_back;
Undocumented in source.
ImVector_CustomRect_back_const
da_ImVector_CustomRect_back_const ImVector_CustomRect_back_const;
Undocumented in source.
ImVector_CustomRect_begin
da_ImVector_CustomRect_begin ImVector_CustomRect_begin;
Undocumented in source.
ImVector_CustomRect_begin_const
da_ImVector_CustomRect_begin_const ImVector_CustomRect_begin_const;
Undocumented in source.
ImVector_CustomRect_capacity
da_ImVector_CustomRect_capacity ImVector_CustomRect_capacity;
Undocumented in source.
ImVector_CustomRect_clear
da_ImVector_CustomRect_clear ImVector_CustomRect_clear;
Undocumented in source.
ImVector_CustomRect_destroy
da_ImVector_CustomRect_destroy ImVector_CustomRect_destroy;
Undocumented in source.
ImVector_CustomRect_empty
da_ImVector_CustomRect_empty ImVector_CustomRect_empty;
Undocumented in source.
ImVector_CustomRect_end
da_ImVector_CustomRect_end ImVector_CustomRect_end;
Undocumented in source.
ImVector_CustomRect_end_const
da_ImVector_CustomRect_end_const ImVector_CustomRect_end_const;
Undocumented in source.
ImVector_CustomRect_erase
da_ImVector_CustomRect_erase ImVector_CustomRect_erase;
Undocumented in source.
ImVector_CustomRect_eraseTPtr
da_ImVector_CustomRect_eraseTPtr ImVector_CustomRect_eraseTPtr;
Undocumented in source.
ImVector_CustomRect_erase_unsorted
da_ImVector_CustomRect_erase_unsorted ImVector_CustomRect_erase_unsorted;
Undocumented in source.
ImVector_CustomRect_front
da_ImVector_CustomRect_front ImVector_CustomRect_front;
Undocumented in source.
ImVector_CustomRect_front_const
da_ImVector_CustomRect_front_const ImVector_CustomRect_front_const;
Undocumented in source.
ImVector_CustomRect_index_from_ptr
da_ImVector_CustomRect_index_from_ptr ImVector_CustomRect_index_from_ptr;
Undocumented in source.
ImVector_CustomRect_insert
da_ImVector_CustomRect_insert ImVector_CustomRect_insert;
Undocumented in source.
ImVector_CustomRect_pop_back
da_ImVector_CustomRect_pop_back ImVector_CustomRect_pop_back;
Undocumented in source.
ImVector_CustomRect_push_back
da_ImVector_CustomRect_push_back ImVector_CustomRect_push_back;
Undocumented in source.
ImVector_CustomRect_push_front
da_ImVector_CustomRect_push_front ImVector_CustomRect_push_front;
Undocumented in source.
ImVector_CustomRect_reserve
da_ImVector_CustomRect_reserve ImVector_CustomRect_reserve;
Undocumented in source.
ImVector_CustomRect_resize
da_ImVector_CustomRect_resize ImVector_CustomRect_resize;
Undocumented in source.
ImVector_CustomRect_resizeT
da_ImVector_CustomRect_resizeT ImVector_CustomRect_resizeT;
Undocumented in source.
ImVector_CustomRect_size
da_ImVector_CustomRect_size ImVector_CustomRect_size;
Undocumented in source.
ImVector_CustomRect_size_in_bytes
da_ImVector_CustomRect_size_in_bytes ImVector_CustomRect_size_in_bytes;
Undocumented in source.
ImVector_CustomRect_swap
da_ImVector_CustomRect_swap ImVector_CustomRect_swap;
Undocumented in source.
ImVector_ImDrawChannel_ImVector_ImDrawChannel
da_ImVector_ImDrawChannel_ImVector_ImDrawChannel ImVector_ImDrawChannel_ImVector_ImDrawChannel;
Undocumented in source.
ImVector_ImDrawChannel_ImVector_ImDrawChannelVector
da_ImVector_ImDrawChannel_ImVector_ImDrawChannelVector ImVector_ImDrawChannel_ImVector_ImDrawChannelVector;
Undocumented in source.
ImVector_ImDrawChannel__grow_capacity
da_ImVector_ImDrawChannel__grow_capacity ImVector_ImDrawChannel__grow_capacity;
Undocumented in source.
ImVector_ImDrawChannel_back
da_ImVector_ImDrawChannel_back ImVector_ImDrawChannel_back;
Undocumented in source.
ImVector_ImDrawChannel_back_const
da_ImVector_ImDrawChannel_back_const ImVector_ImDrawChannel_back_const;
Undocumented in source.
ImVector_ImDrawChannel_begin
da_ImVector_ImDrawChannel_begin ImVector_ImDrawChannel_begin;
Undocumented in source.
ImVector_ImDrawChannel_begin_const
da_ImVector_ImDrawChannel_begin_const ImVector_ImDrawChannel_begin_const;
Undocumented in source.
ImVector_ImDrawChannel_capacity
da_ImVector_ImDrawChannel_capacity ImVector_ImDrawChannel_capacity;
Undocumented in source.
ImVector_ImDrawChannel_clear
da_ImVector_ImDrawChannel_clear ImVector_ImDrawChannel_clear;
Undocumented in source.
ImVector_ImDrawChannel_destroy
da_ImVector_ImDrawChannel_destroy ImVector_ImDrawChannel_destroy;
Undocumented in source.
ImVector_ImDrawChannel_empty
da_ImVector_ImDrawChannel_empty ImVector_ImDrawChannel_empty;
Undocumented in source.
ImVector_ImDrawChannel_end
da_ImVector_ImDrawChannel_end ImVector_ImDrawChannel_end;
Undocumented in source.
ImVector_ImDrawChannel_end_const
da_ImVector_ImDrawChannel_end_const ImVector_ImDrawChannel_end_const;
Undocumented in source.
ImVector_ImDrawChannel_erase
da_ImVector_ImDrawChannel_erase ImVector_ImDrawChannel_erase;
Undocumented in source.
ImVector_ImDrawChannel_eraseTPtr
da_ImVector_ImDrawChannel_eraseTPtr ImVector_ImDrawChannel_eraseTPtr;
Undocumented in source.
ImVector_ImDrawChannel_erase_unsorted
da_ImVector_ImDrawChannel_erase_unsorted ImVector_ImDrawChannel_erase_unsorted;
Undocumented in source.
ImVector_ImDrawChannel_front
da_ImVector_ImDrawChannel_front ImVector_ImDrawChannel_front;
Undocumented in source.
ImVector_ImDrawChannel_front_const
da_ImVector_ImDrawChannel_front_const ImVector_ImDrawChannel_front_const;
Undocumented in source.
ImVector_ImDrawChannel_index_from_ptr
da_ImVector_ImDrawChannel_index_from_ptr ImVector_ImDrawChannel_index_from_ptr;
Undocumented in source.
ImVector_ImDrawChannel_insert
da_ImVector_ImDrawChannel_insert ImVector_ImDrawChannel_insert;
Undocumented in source.
ImVector_ImDrawChannel_pop_back
da_ImVector_ImDrawChannel_pop_back ImVector_ImDrawChannel_pop_back;
Undocumented in source.
ImVector_ImDrawChannel_push_back
da_ImVector_ImDrawChannel_push_back ImVector_ImDrawChannel_push_back;
Undocumented in source.
ImVector_ImDrawChannel_push_front
da_ImVector_ImDrawChannel_push_front ImVector_ImDrawChannel_push_front;
Undocumented in source.
ImVector_ImDrawChannel_reserve
da_ImVector_ImDrawChannel_reserve ImVector_ImDrawChannel_reserve;
Undocumented in source.
ImVector_ImDrawChannel_resize
da_ImVector_ImDrawChannel_resize ImVector_ImDrawChannel_resize;
Undocumented in source.
ImVector_ImDrawChannel_resizeT
da_ImVector_ImDrawChannel_resizeT ImVector_ImDrawChannel_resizeT;
Undocumented in source.
ImVector_ImDrawChannel_size
da_ImVector_ImDrawChannel_size ImVector_ImDrawChannel_size;
Undocumented in source.
ImVector_ImDrawChannel_size_in_bytes
da_ImVector_ImDrawChannel_size_in_bytes ImVector_ImDrawChannel_size_in_bytes;
Undocumented in source.
ImVector_ImDrawChannel_swap
da_ImVector_ImDrawChannel_swap ImVector_ImDrawChannel_swap;
Undocumented in source.
ImVector_ImDrawCmd_ImVector_ImDrawCmd
da_ImVector_ImDrawCmd_ImVector_ImDrawCmd ImVector_ImDrawCmd_ImVector_ImDrawCmd;
Undocumented in source.
ImVector_ImDrawCmd_ImVector_ImDrawCmdVector
da_ImVector_ImDrawCmd_ImVector_ImDrawCmdVector ImVector_ImDrawCmd_ImVector_ImDrawCmdVector;
Undocumented in source.
ImVector_ImDrawCmd__grow_capacity
da_ImVector_ImDrawCmd__grow_capacity ImVector_ImDrawCmd__grow_capacity;
Undocumented in source.
ImVector_ImDrawCmd_back
da_ImVector_ImDrawCmd_back ImVector_ImDrawCmd_back;
Undocumented in source.
ImVector_ImDrawCmd_back_const
da_ImVector_ImDrawCmd_back_const ImVector_ImDrawCmd_back_const;
Undocumented in source.
ImVector_ImDrawCmd_begin
da_ImVector_ImDrawCmd_begin ImVector_ImDrawCmd_begin;
Undocumented in source.
ImVector_ImDrawCmd_begin_const
da_ImVector_ImDrawCmd_begin_const ImVector_ImDrawCmd_begin_const;
Undocumented in source.
ImVector_ImDrawCmd_capacity
da_ImVector_ImDrawCmd_capacity ImVector_ImDrawCmd_capacity;
Undocumented in source.
ImVector_ImDrawCmd_clear
da_ImVector_ImDrawCmd_clear ImVector_ImDrawCmd_clear;
Undocumented in source.
ImVector_ImDrawCmd_destroy
da_ImVector_ImDrawCmd_destroy ImVector_ImDrawCmd_destroy;
Undocumented in source.
ImVector_ImDrawCmd_empty
da_ImVector_ImDrawCmd_empty ImVector_ImDrawCmd_empty;
Undocumented in source.
ImVector_ImDrawCmd_end
da_ImVector_ImDrawCmd_end ImVector_ImDrawCmd_end;
Undocumented in source.
ImVector_ImDrawCmd_end_const
da_ImVector_ImDrawCmd_end_const ImVector_ImDrawCmd_end_const;
Undocumented in source.
ImVector_ImDrawCmd_erase
da_ImVector_ImDrawCmd_erase ImVector_ImDrawCmd_erase;
Undocumented in source.
ImVector_ImDrawCmd_eraseTPtr
da_ImVector_ImDrawCmd_eraseTPtr ImVector_ImDrawCmd_eraseTPtr;
Undocumented in source.
ImVector_ImDrawCmd_erase_unsorted
da_ImVector_ImDrawCmd_erase_unsorted ImVector_ImDrawCmd_erase_unsorted;
Undocumented in source.
ImVector_ImDrawCmd_front
da_ImVector_ImDrawCmd_front ImVector_ImDrawCmd_front;
Undocumented in source.
ImVector_ImDrawCmd_front_const
da_ImVector_ImDrawCmd_front_const ImVector_ImDrawCmd_front_const;
Undocumented in source.
ImVector_ImDrawCmd_index_from_ptr
da_ImVector_ImDrawCmd_index_from_ptr ImVector_ImDrawCmd_index_from_ptr;
Undocumented in source.
ImVector_ImDrawCmd_insert
da_ImVector_ImDrawCmd_insert ImVector_ImDrawCmd_insert;
Undocumented in source.
ImVector_ImDrawCmd_pop_back
da_ImVector_ImDrawCmd_pop_back ImVector_ImDrawCmd_pop_back;
Undocumented in source.
ImVector_ImDrawCmd_push_back
da_ImVector_ImDrawCmd_push_back ImVector_ImDrawCmd_push_back;
Undocumented in source.
ImVector_ImDrawCmd_push_front
da_ImVector_ImDrawCmd_push_front ImVector_ImDrawCmd_push_front;
Undocumented in source.
ImVector_ImDrawCmd_reserve
da_ImVector_ImDrawCmd_reserve ImVector_ImDrawCmd_reserve;
Undocumented in source.
ImVector_ImDrawCmd_resize
da_ImVector_ImDrawCmd_resize ImVector_ImDrawCmd_resize;
Undocumented in source.
ImVector_ImDrawCmd_resizeT
da_ImVector_ImDrawCmd_resizeT ImVector_ImDrawCmd_resizeT;
Undocumented in source.
ImVector_ImDrawCmd_size
da_ImVector_ImDrawCmd_size ImVector_ImDrawCmd_size;
Undocumented in source.
ImVector_ImDrawCmd_size_in_bytes
da_ImVector_ImDrawCmd_size_in_bytes ImVector_ImDrawCmd_size_in_bytes;
Undocumented in source.
ImVector_ImDrawCmd_swap
da_ImVector_ImDrawCmd_swap ImVector_ImDrawCmd_swap;
Undocumented in source.
ImVector_ImDrawIdx_ImVector_ImDrawIdx
da_ImVector_ImDrawIdx_ImVector_ImDrawIdx ImVector_ImDrawIdx_ImVector_ImDrawIdx;
Undocumented in source.
ImVector_ImDrawIdx_ImVector_ImDrawIdxVector
da_ImVector_ImDrawIdx_ImVector_ImDrawIdxVector ImVector_ImDrawIdx_ImVector_ImDrawIdxVector;
Undocumented in source.
ImVector_ImDrawIdx__grow_capacity
da_ImVector_ImDrawIdx__grow_capacity ImVector_ImDrawIdx__grow_capacity;
Undocumented in source.
ImVector_ImDrawIdx_back
da_ImVector_ImDrawIdx_back ImVector_ImDrawIdx_back;
Undocumented in source.
ImVector_ImDrawIdx_back_const
da_ImVector_ImDrawIdx_back_const ImVector_ImDrawIdx_back_const;
Undocumented in source.
ImVector_ImDrawIdx_begin
da_ImVector_ImDrawIdx_begin ImVector_ImDrawIdx_begin;
Undocumented in source.
ImVector_ImDrawIdx_begin_const
da_ImVector_ImDrawIdx_begin_const ImVector_ImDrawIdx_begin_const;
Undocumented in source.
ImVector_ImDrawIdx_capacity
da_ImVector_ImDrawIdx_capacity ImVector_ImDrawIdx_capacity;
Undocumented in source.
ImVector_ImDrawIdx_clear
da_ImVector_ImDrawIdx_clear ImVector_ImDrawIdx_clear;
Undocumented in source.
ImVector_ImDrawIdx_destroy
da_ImVector_ImDrawIdx_destroy ImVector_ImDrawIdx_destroy;
Undocumented in source.
ImVector_ImDrawIdx_empty
da_ImVector_ImDrawIdx_empty ImVector_ImDrawIdx_empty;
Undocumented in source.
ImVector_ImDrawIdx_end
da_ImVector_ImDrawIdx_end ImVector_ImDrawIdx_end;
Undocumented in source.
ImVector_ImDrawIdx_end_const
da_ImVector_ImDrawIdx_end_const ImVector_ImDrawIdx_end_const;
Undocumented in source.
ImVector_ImDrawIdx_erase
da_ImVector_ImDrawIdx_erase ImVector_ImDrawIdx_erase;
Undocumented in source.
ImVector_ImDrawIdx_eraseTPtr
da_ImVector_ImDrawIdx_eraseTPtr ImVector_ImDrawIdx_eraseTPtr;
Undocumented in source.
ImVector_ImDrawIdx_erase_unsorted
da_ImVector_ImDrawIdx_erase_unsorted ImVector_ImDrawIdx_erase_unsorted;
Undocumented in source.
ImVector_ImDrawIdx_front
da_ImVector_ImDrawIdx_front ImVector_ImDrawIdx_front;
Undocumented in source.
ImVector_ImDrawIdx_front_const
da_ImVector_ImDrawIdx_front_const ImVector_ImDrawIdx_front_const;
Undocumented in source.
ImVector_ImDrawIdx_index_from_ptr
da_ImVector_ImDrawIdx_index_from_ptr ImVector_ImDrawIdx_index_from_ptr;
Undocumented in source.
ImVector_ImDrawIdx_insert
da_ImVector_ImDrawIdx_insert ImVector_ImDrawIdx_insert;
Undocumented in source.
ImVector_ImDrawIdx_pop_back
da_ImVector_ImDrawIdx_pop_back ImVector_ImDrawIdx_pop_back;
Undocumented in source.
ImVector_ImDrawIdx_push_back
da_ImVector_ImDrawIdx_push_back ImVector_ImDrawIdx_push_back;
Undocumented in source.
ImVector_ImDrawIdx_push_front
da_ImVector_ImDrawIdx_push_front ImVector_ImDrawIdx_push_front;
Undocumented in source.
ImVector_ImDrawIdx_reserve
da_ImVector_ImDrawIdx_reserve ImVector_ImDrawIdx_reserve;
Undocumented in source.
ImVector_ImDrawIdx_resize
da_ImVector_ImDrawIdx_resize ImVector_ImDrawIdx_resize;
Undocumented in source.
ImVector_ImDrawIdx_resizeT
da_ImVector_ImDrawIdx_resizeT ImVector_ImDrawIdx_resizeT;
Undocumented in source.
ImVector_ImDrawIdx_size
da_ImVector_ImDrawIdx_size ImVector_ImDrawIdx_size;
Undocumented in source.
ImVector_ImDrawIdx_size_in_bytes
da_ImVector_ImDrawIdx_size_in_bytes ImVector_ImDrawIdx_size_in_bytes;
Undocumented in source.
ImVector_ImDrawIdx_swap
da_ImVector_ImDrawIdx_swap ImVector_ImDrawIdx_swap;
Undocumented in source.
ImVector_ImDrawVert_ImVector_ImDrawVert
da_ImVector_ImDrawVert_ImVector_ImDrawVert ImVector_ImDrawVert_ImVector_ImDrawVert;
Undocumented in source.
ImVector_ImDrawVert_ImVector_ImDrawVertVector
da_ImVector_ImDrawVert_ImVector_ImDrawVertVector ImVector_ImDrawVert_ImVector_ImDrawVertVector;
Undocumented in source.
ImVector_ImDrawVert__grow_capacity
da_ImVector_ImDrawVert__grow_capacity ImVector_ImDrawVert__grow_capacity;
Undocumented in source.
ImVector_ImDrawVert_back
da_ImVector_ImDrawVert_back ImVector_ImDrawVert_back;
Undocumented in source.
ImVector_ImDrawVert_back_const
da_ImVector_ImDrawVert_back_const ImVector_ImDrawVert_back_const;
Undocumented in source.
ImVector_ImDrawVert_begin
da_ImVector_ImDrawVert_begin ImVector_ImDrawVert_begin;
Undocumented in source.
ImVector_ImDrawVert_begin_const
da_ImVector_ImDrawVert_begin_const ImVector_ImDrawVert_begin_const;
Undocumented in source.
ImVector_ImDrawVert_capacity
da_ImVector_ImDrawVert_capacity ImVector_ImDrawVert_capacity;
Undocumented in source.
ImVector_ImDrawVert_clear
da_ImVector_ImDrawVert_clear ImVector_ImDrawVert_clear;
Undocumented in source.
ImVector_ImDrawVert_destroy
da_ImVector_ImDrawVert_destroy ImVector_ImDrawVert_destroy;
Undocumented in source.
ImVector_ImDrawVert_empty
da_ImVector_ImDrawVert_empty ImVector_ImDrawVert_empty;
Undocumented in source.
ImVector_ImDrawVert_end
da_ImVector_ImDrawVert_end ImVector_ImDrawVert_end;
Undocumented in source.
ImVector_ImDrawVert_end_const
da_ImVector_ImDrawVert_end_const ImVector_ImDrawVert_end_const;
Undocumented in source.
ImVector_ImDrawVert_erase
da_ImVector_ImDrawVert_erase ImVector_ImDrawVert_erase;
Undocumented in source.
ImVector_ImDrawVert_eraseTPtr
da_ImVector_ImDrawVert_eraseTPtr ImVector_ImDrawVert_eraseTPtr;
Undocumented in source.
ImVector_ImDrawVert_erase_unsorted
da_ImVector_ImDrawVert_erase_unsorted ImVector_ImDrawVert_erase_unsorted;
Undocumented in source.
ImVector_ImDrawVert_front
da_ImVector_ImDrawVert_front ImVector_ImDrawVert_front;
Undocumented in source.
ImVector_ImDrawVert_front_const
da_ImVector_ImDrawVert_front_const ImVector_ImDrawVert_front_const;
Undocumented in source.
ImVector_ImDrawVert_index_from_ptr
da_ImVector_ImDrawVert_index_from_ptr ImVector_ImDrawVert_index_from_ptr;
Undocumented in source.
ImVector_ImDrawVert_insert
da_ImVector_ImDrawVert_insert ImVector_ImDrawVert_insert;
Undocumented in source.
ImVector_ImDrawVert_pop_back
da_ImVector_ImDrawVert_pop_back ImVector_ImDrawVert_pop_back;
Undocumented in source.
ImVector_ImDrawVert_push_back
da_ImVector_ImDrawVert_push_back ImVector_ImDrawVert_push_back;
Undocumented in source.
ImVector_ImDrawVert_push_front
da_ImVector_ImDrawVert_push_front ImVector_ImDrawVert_push_front;
Undocumented in source.
ImVector_ImDrawVert_reserve
da_ImVector_ImDrawVert_reserve ImVector_ImDrawVert_reserve;
Undocumented in source.
ImVector_ImDrawVert_resize
da_ImVector_ImDrawVert_resize ImVector_ImDrawVert_resize;
Undocumented in source.
ImVector_ImDrawVert_resizeT
da_ImVector_ImDrawVert_resizeT ImVector_ImDrawVert_resizeT;
Undocumented in source.
ImVector_ImDrawVert_size
da_ImVector_ImDrawVert_size ImVector_ImDrawVert_size;
Undocumented in source.
ImVector_ImDrawVert_size_in_bytes
da_ImVector_ImDrawVert_size_in_bytes ImVector_ImDrawVert_size_in_bytes;
Undocumented in source.
ImVector_ImDrawVert_swap
da_ImVector_ImDrawVert_swap ImVector_ImDrawVert_swap;
Undocumented in source.
ImVector_ImFontConfig_ImVector_ImFontConfig
da_ImVector_ImFontConfig_ImVector_ImFontConfig ImVector_ImFontConfig_ImVector_ImFontConfig;
Undocumented in source.
ImVector_ImFontConfig_ImVector_ImFontConfigVector
da_ImVector_ImFontConfig_ImVector_ImFontConfigVector ImVector_ImFontConfig_ImVector_ImFontConfigVector;
Undocumented in source.
ImVector_ImFontConfig__grow_capacity
da_ImVector_ImFontConfig__grow_capacity ImVector_ImFontConfig__grow_capacity;
Undocumented in source.
ImVector_ImFontConfig_back
da_ImVector_ImFontConfig_back ImVector_ImFontConfig_back;
Undocumented in source.
ImVector_ImFontConfig_back_const
da_ImVector_ImFontConfig_back_const ImVector_ImFontConfig_back_const;
Undocumented in source.
ImVector_ImFontConfig_begin
da_ImVector_ImFontConfig_begin ImVector_ImFontConfig_begin;
Undocumented in source.
ImVector_ImFontConfig_begin_const
da_ImVector_ImFontConfig_begin_const ImVector_ImFontConfig_begin_const;
Undocumented in source.
ImVector_ImFontConfig_capacity
da_ImVector_ImFontConfig_capacity ImVector_ImFontConfig_capacity;
Undocumented in source.
ImVector_ImFontConfig_clear
da_ImVector_ImFontConfig_clear ImVector_ImFontConfig_clear;
Undocumented in source.
ImVector_ImFontConfig_destroy
da_ImVector_ImFontConfig_destroy ImVector_ImFontConfig_destroy;
Undocumented in source.
ImVector_ImFontConfig_empty
da_ImVector_ImFontConfig_empty ImVector_ImFontConfig_empty;
Undocumented in source.
ImVector_ImFontConfig_end
da_ImVector_ImFontConfig_end ImVector_ImFontConfig_end;
Undocumented in source.
ImVector_ImFontConfig_end_const
da_ImVector_ImFontConfig_end_const ImVector_ImFontConfig_end_const;
Undocumented in source.
ImVector_ImFontConfig_erase
da_ImVector_ImFontConfig_erase ImVector_ImFontConfig_erase;
Undocumented in source.
ImVector_ImFontConfig_eraseTPtr
da_ImVector_ImFontConfig_eraseTPtr ImVector_ImFontConfig_eraseTPtr;
Undocumented in source.
ImVector_ImFontConfig_erase_unsorted
da_ImVector_ImFontConfig_erase_unsorted ImVector_ImFontConfig_erase_unsorted;
Undocumented in source.
ImVector_ImFontConfig_front
da_ImVector_ImFontConfig_front ImVector_ImFontConfig_front;
Undocumented in source.
ImVector_ImFontConfig_front_const
da_ImVector_ImFontConfig_front_const ImVector_ImFontConfig_front_const;
Undocumented in source.
ImVector_ImFontConfig_index_from_ptr
da_ImVector_ImFontConfig_index_from_ptr ImVector_ImFontConfig_index_from_ptr;
Undocumented in source.
ImVector_ImFontConfig_insert
da_ImVector_ImFontConfig_insert ImVector_ImFontConfig_insert;
Undocumented in source.
ImVector_ImFontConfig_pop_back
da_ImVector_ImFontConfig_pop_back ImVector_ImFontConfig_pop_back;
Undocumented in source.
ImVector_ImFontConfig_push_back
da_ImVector_ImFontConfig_push_back ImVector_ImFontConfig_push_back;
Undocumented in source.
ImVector_ImFontConfig_push_front
da_ImVector_ImFontConfig_push_front ImVector_ImFontConfig_push_front;
Undocumented in source.
ImVector_ImFontConfig_reserve
da_ImVector_ImFontConfig_reserve ImVector_ImFontConfig_reserve;
Undocumented in source.
ImVector_ImFontConfig_resize
da_ImVector_ImFontConfig_resize ImVector_ImFontConfig_resize;
Undocumented in source.
ImVector_ImFontConfig_resizeT
da_ImVector_ImFontConfig_resizeT ImVector_ImFontConfig_resizeT;
Undocumented in source.
ImVector_ImFontConfig_size
da_ImVector_ImFontConfig_size ImVector_ImFontConfig_size;
Undocumented in source.
ImVector_ImFontConfig_size_in_bytes
da_ImVector_ImFontConfig_size_in_bytes ImVector_ImFontConfig_size_in_bytes;
Undocumented in source.
ImVector_ImFontConfig_swap
da_ImVector_ImFontConfig_swap ImVector_ImFontConfig_swap;
Undocumented in source.
ImVector_ImFontGlyph_ImVector_ImFontGlyph
da_ImVector_ImFontGlyph_ImVector_ImFontGlyph ImVector_ImFontGlyph_ImVector_ImFontGlyph;
Undocumented in source.
ImVector_ImFontGlyph_ImVector_ImFontGlyphVector
da_ImVector_ImFontGlyph_ImVector_ImFontGlyphVector ImVector_ImFontGlyph_ImVector_ImFontGlyphVector;
Undocumented in source.
ImVector_ImFontGlyph__grow_capacity
da_ImVector_ImFontGlyph__grow_capacity ImVector_ImFontGlyph__grow_capacity;
Undocumented in source.
ImVector_ImFontGlyph_back
da_ImVector_ImFontGlyph_back ImVector_ImFontGlyph_back;
Undocumented in source.
ImVector_ImFontGlyph_back_const
da_ImVector_ImFontGlyph_back_const ImVector_ImFontGlyph_back_const;
Undocumented in source.
ImVector_ImFontGlyph_begin
da_ImVector_ImFontGlyph_begin ImVector_ImFontGlyph_begin;
Undocumented in source.
ImVector_ImFontGlyph_begin_const
da_ImVector_ImFontGlyph_begin_const ImVector_ImFontGlyph_begin_const;
Undocumented in source.
ImVector_ImFontGlyph_capacity
da_ImVector_ImFontGlyph_capacity ImVector_ImFontGlyph_capacity;
Undocumented in source.
ImVector_ImFontGlyph_clear
da_ImVector_ImFontGlyph_clear ImVector_ImFontGlyph_clear;
Undocumented in source.
ImVector_ImFontGlyph_destroy
da_ImVector_ImFontGlyph_destroy ImVector_ImFontGlyph_destroy;
Undocumented in source.
ImVector_ImFontGlyph_empty
da_ImVector_ImFontGlyph_empty ImVector_ImFontGlyph_empty;
Undocumented in source.
ImVector_ImFontGlyph_end
da_ImVector_ImFontGlyph_end ImVector_ImFontGlyph_end;
Undocumented in source.
ImVector_ImFontGlyph_end_const
da_ImVector_ImFontGlyph_end_const ImVector_ImFontGlyph_end_const;
Undocumented in source.
ImVector_ImFontGlyph_erase
da_ImVector_ImFontGlyph_erase ImVector_ImFontGlyph_erase;
Undocumented in source.
ImVector_ImFontGlyph_eraseTPtr
da_ImVector_ImFontGlyph_eraseTPtr ImVector_ImFontGlyph_eraseTPtr;
Undocumented in source.
ImVector_ImFontGlyph_erase_unsorted
da_ImVector_ImFontGlyph_erase_unsorted ImVector_ImFontGlyph_erase_unsorted;
Undocumented in source.
ImVector_ImFontGlyph_front
da_ImVector_ImFontGlyph_front ImVector_ImFontGlyph_front;
Undocumented in source.
ImVector_ImFontGlyph_front_const
da_ImVector_ImFontGlyph_front_const ImVector_ImFontGlyph_front_const;
Undocumented in source.
ImVector_ImFontGlyph_index_from_ptr
da_ImVector_ImFontGlyph_index_from_ptr ImVector_ImFontGlyph_index_from_ptr;
Undocumented in source.
ImVector_ImFontGlyph_insert
da_ImVector_ImFontGlyph_insert ImVector_ImFontGlyph_insert;
Undocumented in source.
ImVector_ImFontGlyph_pop_back
da_ImVector_ImFontGlyph_pop_back ImVector_ImFontGlyph_pop_back;
Undocumented in source.
ImVector_ImFontGlyph_push_back
da_ImVector_ImFontGlyph_push_back ImVector_ImFontGlyph_push_back;
Undocumented in source.
ImVector_ImFontGlyph_push_front
da_ImVector_ImFontGlyph_push_front ImVector_ImFontGlyph_push_front;
Undocumented in source.
ImVector_ImFontGlyph_reserve
da_ImVector_ImFontGlyph_reserve ImVector_ImFontGlyph_reserve;
Undocumented in source.
ImVector_ImFontGlyph_resize
da_ImVector_ImFontGlyph_resize ImVector_ImFontGlyph_resize;
Undocumented in source.
ImVector_ImFontGlyph_resizeT
da_ImVector_ImFontGlyph_resizeT ImVector_ImFontGlyph_resizeT;
Undocumented in source.
ImVector_ImFontGlyph_size
da_ImVector_ImFontGlyph_size ImVector_ImFontGlyph_size;
Undocumented in source.
ImVector_ImFontGlyph_size_in_bytes
da_ImVector_ImFontGlyph_size_in_bytes ImVector_ImFontGlyph_size_in_bytes;
Undocumented in source.
ImVector_ImFontGlyph_swap
da_ImVector_ImFontGlyph_swap ImVector_ImFontGlyph_swap;
Undocumented in source.
ImVector_ImFontPtr_ImVector_ImFontPtr
da_ImVector_ImFontPtr_ImVector_ImFontPtr ImVector_ImFontPtr_ImVector_ImFontPtr;
Undocumented in source.
ImVector_ImFontPtr_ImVector_ImFontPtrVector
da_ImVector_ImFontPtr_ImVector_ImFontPtrVector ImVector_ImFontPtr_ImVector_ImFontPtrVector;
Undocumented in source.
ImVector_ImFontPtr__grow_capacity
da_ImVector_ImFontPtr__grow_capacity ImVector_ImFontPtr__grow_capacity;
Undocumented in source.
ImVector_ImFontPtr_back
da_ImVector_ImFontPtr_back ImVector_ImFontPtr_back;
Undocumented in source.
ImVector_ImFontPtr_back_const
da_ImVector_ImFontPtr_back_const ImVector_ImFontPtr_back_const;
Undocumented in source.
ImVector_ImFontPtr_begin
da_ImVector_ImFontPtr_begin ImVector_ImFontPtr_begin;
Undocumented in source.
ImVector_ImFontPtr_begin_const
da_ImVector_ImFontPtr_begin_const ImVector_ImFontPtr_begin_const;
Undocumented in source.
ImVector_ImFontPtr_capacity
da_ImVector_ImFontPtr_capacity ImVector_ImFontPtr_capacity;
Undocumented in source.
ImVector_ImFontPtr_clear
da_ImVector_ImFontPtr_clear ImVector_ImFontPtr_clear;
Undocumented in source.
ImVector_ImFontPtr_destroy
da_ImVector_ImFontPtr_destroy ImVector_ImFontPtr_destroy;
Undocumented in source.
ImVector_ImFontPtr_empty
da_ImVector_ImFontPtr_empty ImVector_ImFontPtr_empty;
Undocumented in source.
ImVector_ImFontPtr_end
da_ImVector_ImFontPtr_end ImVector_ImFontPtr_end;
Undocumented in source.
ImVector_ImFontPtr_end_const
da_ImVector_ImFontPtr_end_const ImVector_ImFontPtr_end_const;
Undocumented in source.
ImVector_ImFontPtr_erase
da_ImVector_ImFontPtr_erase ImVector_ImFontPtr_erase;
Undocumented in source.
ImVector_ImFontPtr_eraseTPtr
da_ImVector_ImFontPtr_eraseTPtr ImVector_ImFontPtr_eraseTPtr;
Undocumented in source.
ImVector_ImFontPtr_erase_unsorted
da_ImVector_ImFontPtr_erase_unsorted ImVector_ImFontPtr_erase_unsorted;
Undocumented in source.
ImVector_ImFontPtr_front
da_ImVector_ImFontPtr_front ImVector_ImFontPtr_front;
Undocumented in source.
ImVector_ImFontPtr_front_const
da_ImVector_ImFontPtr_front_const ImVector_ImFontPtr_front_const;
Undocumented in source.
ImVector_ImFontPtr_index_from_ptr
da_ImVector_ImFontPtr_index_from_ptr ImVector_ImFontPtr_index_from_ptr;
Undocumented in source.
ImVector_ImFontPtr_insert
da_ImVector_ImFontPtr_insert ImVector_ImFontPtr_insert;
Undocumented in source.
ImVector_ImFontPtr_pop_back
da_ImVector_ImFontPtr_pop_back ImVector_ImFontPtr_pop_back;
Undocumented in source.
ImVector_ImFontPtr_push_back
da_ImVector_ImFontPtr_push_back ImVector_ImFontPtr_push_back;
Undocumented in source.
ImVector_ImFontPtr_push_front
da_ImVector_ImFontPtr_push_front ImVector_ImFontPtr_push_front;
Undocumented in source.
ImVector_ImFontPtr_reserve
da_ImVector_ImFontPtr_reserve ImVector_ImFontPtr_reserve;
Undocumented in source.
ImVector_ImFontPtr_resize
da_ImVector_ImFontPtr_resize ImVector_ImFontPtr_resize;
Undocumented in source.
ImVector_ImFontPtr_resizeT
da_ImVector_ImFontPtr_resizeT ImVector_ImFontPtr_resizeT;
Undocumented in source.
ImVector_ImFontPtr_size
da_ImVector_ImFontPtr_size ImVector_ImFontPtr_size;
Undocumented in source.
ImVector_ImFontPtr_size_in_bytes
da_ImVector_ImFontPtr_size_in_bytes ImVector_ImFontPtr_size_in_bytes;
Undocumented in source.
ImVector_ImFontPtr_swap
da_ImVector_ImFontPtr_swap ImVector_ImFontPtr_swap;
Undocumented in source.
ImVector_ImTextureID_ImVector_ImTextureID
da_ImVector_ImTextureID_ImVector_ImTextureID ImVector_ImTextureID_ImVector_ImTextureID;
Undocumented in source.
ImVector_ImTextureID_ImVector_ImTextureIDVector
da_ImVector_ImTextureID_ImVector_ImTextureIDVector ImVector_ImTextureID_ImVector_ImTextureIDVector;
Undocumented in source.
ImVector_ImTextureID__grow_capacity
da_ImVector_ImTextureID__grow_capacity ImVector_ImTextureID__grow_capacity;
Undocumented in source.
ImVector_ImTextureID_back
da_ImVector_ImTextureID_back ImVector_ImTextureID_back;
Undocumented in source.
ImVector_ImTextureID_back_const
da_ImVector_ImTextureID_back_const ImVector_ImTextureID_back_const;
Undocumented in source.
ImVector_ImTextureID_begin
da_ImVector_ImTextureID_begin ImVector_ImTextureID_begin;
Undocumented in source.
ImVector_ImTextureID_begin_const
da_ImVector_ImTextureID_begin_const ImVector_ImTextureID_begin_const;
Undocumented in source.
ImVector_ImTextureID_capacity
da_ImVector_ImTextureID_capacity ImVector_ImTextureID_capacity;
Undocumented in source.
ImVector_ImTextureID_clear
da_ImVector_ImTextureID_clear ImVector_ImTextureID_clear;
Undocumented in source.
ImVector_ImTextureID_destroy
da_ImVector_ImTextureID_destroy ImVector_ImTextureID_destroy;
Undocumented in source.
ImVector_ImTextureID_empty
da_ImVector_ImTextureID_empty ImVector_ImTextureID_empty;
Undocumented in source.
ImVector_ImTextureID_end
da_ImVector_ImTextureID_end ImVector_ImTextureID_end;
Undocumented in source.
ImVector_ImTextureID_end_const
da_ImVector_ImTextureID_end_const ImVector_ImTextureID_end_const;
Undocumented in source.
ImVector_ImTextureID_erase
da_ImVector_ImTextureID_erase ImVector_ImTextureID_erase;
Undocumented in source.
ImVector_ImTextureID_eraseTPtr
da_ImVector_ImTextureID_eraseTPtr ImVector_ImTextureID_eraseTPtr;
Undocumented in source.
ImVector_ImTextureID_erase_unsorted
da_ImVector_ImTextureID_erase_unsorted ImVector_ImTextureID_erase_unsorted;
Undocumented in source.
ImVector_ImTextureID_front
da_ImVector_ImTextureID_front ImVector_ImTextureID_front;
Undocumented in source.
ImVector_ImTextureID_front_const
da_ImVector_ImTextureID_front_const ImVector_ImTextureID_front_const;
Undocumented in source.
ImVector_ImTextureID_index_from_ptr
da_ImVector_ImTextureID_index_from_ptr ImVector_ImTextureID_index_from_ptr;
Undocumented in source.
ImVector_ImTextureID_insert
da_ImVector_ImTextureID_insert ImVector_ImTextureID_insert;
Undocumented in source.
ImVector_ImTextureID_pop_back
da_ImVector_ImTextureID_pop_back ImVector_ImTextureID_pop_back;
Undocumented in source.
ImVector_ImTextureID_push_back
da_ImVector_ImTextureID_push_back ImVector_ImTextureID_push_back;
Undocumented in source.
ImVector_ImTextureID_push_front
da_ImVector_ImTextureID_push_front ImVector_ImTextureID_push_front;
Undocumented in source.
ImVector_ImTextureID_reserve
da_ImVector_ImTextureID_reserve ImVector_ImTextureID_reserve;
Undocumented in source.
ImVector_ImTextureID_resize
da_ImVector_ImTextureID_resize ImVector_ImTextureID_resize;
Undocumented in source.
ImVector_ImTextureID_resizeT
da_ImVector_ImTextureID_resizeT ImVector_ImTextureID_resizeT;
Undocumented in source.
ImVector_ImTextureID_size
da_ImVector_ImTextureID_size ImVector_ImTextureID_size;
Undocumented in source.
ImVector_ImTextureID_size_in_bytes
da_ImVector_ImTextureID_size_in_bytes ImVector_ImTextureID_size_in_bytes;
Undocumented in source.
ImVector_ImTextureID_swap
da_ImVector_ImTextureID_swap ImVector_ImTextureID_swap;
Undocumented in source.
ImVector_ImVec2_ImVector_ImVec2
da_ImVector_ImVec2_ImVector_ImVec2 ImVector_ImVec2_ImVector_ImVec2;
Undocumented in source.
ImVector_ImVec2_ImVector_ImVec2Vector
da_ImVector_ImVec2_ImVector_ImVec2Vector ImVector_ImVec2_ImVector_ImVec2Vector;
Undocumented in source.
ImVector_ImVec2__grow_capacity
da_ImVector_ImVec2__grow_capacity ImVector_ImVec2__grow_capacity;
Undocumented in source.
ImVector_ImVec2_back
da_ImVector_ImVec2_back ImVector_ImVec2_back;
Undocumented in source.
ImVector_ImVec2_back_const
da_ImVector_ImVec2_back_const ImVector_ImVec2_back_const;
Undocumented in source.
ImVector_ImVec2_begin
da_ImVector_ImVec2_begin ImVector_ImVec2_begin;
Undocumented in source.
ImVector_ImVec2_begin_const
da_ImVector_ImVec2_begin_const ImVector_ImVec2_begin_const;
Undocumented in source.
ImVector_ImVec2_capacity
da_ImVector_ImVec2_capacity ImVector_ImVec2_capacity;
Undocumented in source.
ImVector_ImVec2_clear
da_ImVector_ImVec2_clear ImVector_ImVec2_clear;
Undocumented in source.
ImVector_ImVec2_destroy
da_ImVector_ImVec2_destroy ImVector_ImVec2_destroy;
Undocumented in source.
ImVector_ImVec2_empty
da_ImVector_ImVec2_empty ImVector_ImVec2_empty;
Undocumented in source.
ImVector_ImVec2_end
da_ImVector_ImVec2_end ImVector_ImVec2_end;
Undocumented in source.
ImVector_ImVec2_end_const
da_ImVector_ImVec2_end_const ImVector_ImVec2_end_const;
Undocumented in source.
ImVector_ImVec2_erase
da_ImVector_ImVec2_erase ImVector_ImVec2_erase;
Undocumented in source.
ImVector_ImVec2_eraseTPtr
da_ImVector_ImVec2_eraseTPtr ImVector_ImVec2_eraseTPtr;
Undocumented in source.
ImVector_ImVec2_erase_unsorted
da_ImVector_ImVec2_erase_unsorted ImVector_ImVec2_erase_unsorted;
Undocumented in source.
ImVector_ImVec2_front
da_ImVector_ImVec2_front ImVector_ImVec2_front;
Undocumented in source.
ImVector_ImVec2_front_const
da_ImVector_ImVec2_front_const ImVector_ImVec2_front_const;
Undocumented in source.
ImVector_ImVec2_index_from_ptr
da_ImVector_ImVec2_index_from_ptr ImVector_ImVec2_index_from_ptr;
Undocumented in source.
ImVector_ImVec2_insert
da_ImVector_ImVec2_insert ImVector_ImVec2_insert;
Undocumented in source.
ImVector_ImVec2_pop_back
da_ImVector_ImVec2_pop_back ImVector_ImVec2_pop_back;
Undocumented in source.
ImVector_ImVec2_push_back
da_ImVector_ImVec2_push_back ImVector_ImVec2_push_back;
Undocumented in source.
ImVector_ImVec2_push_front
da_ImVector_ImVec2_push_front ImVector_ImVec2_push_front;
Undocumented in source.
ImVector_ImVec2_reserve
da_ImVector_ImVec2_reserve ImVector_ImVec2_reserve;
Undocumented in source.
ImVector_ImVec2_resize
da_ImVector_ImVec2_resize ImVector_ImVec2_resize;
Undocumented in source.
ImVector_ImVec2_resizeT
da_ImVector_ImVec2_resizeT ImVector_ImVec2_resizeT;
Undocumented in source.
ImVector_ImVec2_size
da_ImVector_ImVec2_size ImVector_ImVec2_size;
Undocumented in source.
ImVector_ImVec2_size_in_bytes
da_ImVector_ImVec2_size_in_bytes ImVector_ImVec2_size_in_bytes;
Undocumented in source.
ImVector_ImVec2_swap
da_ImVector_ImVec2_swap ImVector_ImVec2_swap;
Undocumented in source.
ImVector_ImVec4_ImVector_ImVec4
da_ImVector_ImVec4_ImVector_ImVec4 ImVector_ImVec4_ImVector_ImVec4;
Undocumented in source.
ImVector_ImVec4_ImVector_ImVec4Vector
da_ImVector_ImVec4_ImVector_ImVec4Vector ImVector_ImVec4_ImVector_ImVec4Vector;
Undocumented in source.
ImVector_ImVec4__grow_capacity
da_ImVector_ImVec4__grow_capacity ImVector_ImVec4__grow_capacity;
Undocumented in source.
ImVector_ImVec4_back
da_ImVector_ImVec4_back ImVector_ImVec4_back;
Undocumented in source.
ImVector_ImVec4_back_const
da_ImVector_ImVec4_back_const ImVector_ImVec4_back_const;
Undocumented in source.
ImVector_ImVec4_begin
da_ImVector_ImVec4_begin ImVector_ImVec4_begin;
Undocumented in source.
ImVector_ImVec4_begin_const
da_ImVector_ImVec4_begin_const ImVector_ImVec4_begin_const;
Undocumented in source.
ImVector_ImVec4_capacity
da_ImVector_ImVec4_capacity ImVector_ImVec4_capacity;
Undocumented in source.
ImVector_ImVec4_clear
da_ImVector_ImVec4_clear ImVector_ImVec4_clear;
Undocumented in source.
ImVector_ImVec4_destroy
da_ImVector_ImVec4_destroy ImVector_ImVec4_destroy;
Undocumented in source.
ImVector_ImVec4_empty
da_ImVector_ImVec4_empty ImVector_ImVec4_empty;
Undocumented in source.
ImVector_ImVec4_end
da_ImVector_ImVec4_end ImVector_ImVec4_end;
Undocumented in source.
ImVector_ImVec4_end_const
da_ImVector_ImVec4_end_const ImVector_ImVec4_end_const;
Undocumented in source.
ImVector_ImVec4_erase
da_ImVector_ImVec4_erase ImVector_ImVec4_erase;
Undocumented in source.
ImVector_ImVec4_eraseTPtr
da_ImVector_ImVec4_eraseTPtr ImVector_ImVec4_eraseTPtr;
Undocumented in source.
ImVector_ImVec4_erase_unsorted
da_ImVector_ImVec4_erase_unsorted ImVector_ImVec4_erase_unsorted;
Undocumented in source.
ImVector_ImVec4_front
da_ImVector_ImVec4_front ImVector_ImVec4_front;
Undocumented in source.
ImVector_ImVec4_front_const
da_ImVector_ImVec4_front_const ImVector_ImVec4_front_const;
Undocumented in source.
ImVector_ImVec4_index_from_ptr
da_ImVector_ImVec4_index_from_ptr ImVector_ImVec4_index_from_ptr;
Undocumented in source.
ImVector_ImVec4_insert
da_ImVector_ImVec4_insert ImVector_ImVec4_insert;
Undocumented in source.
ImVector_ImVec4_pop_back
da_ImVector_ImVec4_pop_back ImVector_ImVec4_pop_back;
Undocumented in source.
ImVector_ImVec4_push_back
da_ImVector_ImVec4_push_back ImVector_ImVec4_push_back;
Undocumented in source.
ImVector_ImVec4_push_front
da_ImVector_ImVec4_push_front ImVector_ImVec4_push_front;
Undocumented in source.
ImVector_ImVec4_reserve
da_ImVector_ImVec4_reserve ImVector_ImVec4_reserve;
Undocumented in source.
ImVector_ImVec4_resize
da_ImVector_ImVec4_resize ImVector_ImVec4_resize;
Undocumented in source.
ImVector_ImVec4_resizeT
da_ImVector_ImVec4_resizeT ImVector_ImVec4_resizeT;
Undocumented in source.
ImVector_ImVec4_size
da_ImVector_ImVec4_size ImVector_ImVec4_size;
Undocumented in source.
ImVector_ImVec4_size_in_bytes
da_ImVector_ImVec4_size_in_bytes ImVector_ImVec4_size_in_bytes;
Undocumented in source.
ImVector_ImVec4_swap
da_ImVector_ImVec4_swap ImVector_ImVec4_swap;
Undocumented in source.
ImVector_ImWchar_ImVector_ImWchar
da_ImVector_ImWchar_ImVector_ImWchar ImVector_ImWchar_ImVector_ImWchar;
Undocumented in source.
ImVector_ImWchar_ImVector_ImWcharVector
da_ImVector_ImWchar_ImVector_ImWcharVector ImVector_ImWchar_ImVector_ImWcharVector;
Undocumented in source.
ImVector_ImWchar__grow_capacity
da_ImVector_ImWchar__grow_capacity ImVector_ImWchar__grow_capacity;
Undocumented in source.
ImVector_ImWchar_back
da_ImVector_ImWchar_back ImVector_ImWchar_back;
Undocumented in source.
ImVector_ImWchar_back_const
da_ImVector_ImWchar_back_const ImVector_ImWchar_back_const;
Undocumented in source.
ImVector_ImWchar_begin
da_ImVector_ImWchar_begin ImVector_ImWchar_begin;
Undocumented in source.
ImVector_ImWchar_begin_const
da_ImVector_ImWchar_begin_const ImVector_ImWchar_begin_const;
Undocumented in source.
ImVector_ImWchar_capacity
da_ImVector_ImWchar_capacity ImVector_ImWchar_capacity;
Undocumented in source.
ImVector_ImWchar_clear
da_ImVector_ImWchar_clear ImVector_ImWchar_clear;
Undocumented in source.
ImVector_ImWchar_contains
da_ImVector_ImWchar_contains ImVector_ImWchar_contains;
Undocumented in source.
ImVector_ImWchar_destroy
da_ImVector_ImWchar_destroy ImVector_ImWchar_destroy;
Undocumented in source.
ImVector_ImWchar_empty
da_ImVector_ImWchar_empty ImVector_ImWchar_empty;
Undocumented in source.
ImVector_ImWchar_end
da_ImVector_ImWchar_end ImVector_ImWchar_end;
Undocumented in source.
ImVector_ImWchar_end_const
da_ImVector_ImWchar_end_const ImVector_ImWchar_end_const;
Undocumented in source.
ImVector_ImWchar_erase
da_ImVector_ImWchar_erase ImVector_ImWchar_erase;
Undocumented in source.
ImVector_ImWchar_eraseTPtr
da_ImVector_ImWchar_eraseTPtr ImVector_ImWchar_eraseTPtr;
Undocumented in source.
ImVector_ImWchar_erase_unsorted
da_ImVector_ImWchar_erase_unsorted ImVector_ImWchar_erase_unsorted;
Undocumented in source.
ImVector_ImWchar_front
da_ImVector_ImWchar_front ImVector_ImWchar_front;
Undocumented in source.
ImVector_ImWchar_front_const
da_ImVector_ImWchar_front_const ImVector_ImWchar_front_const;
Undocumented in source.
ImVector_ImWchar_index_from_ptr
da_ImVector_ImWchar_index_from_ptr ImVector_ImWchar_index_from_ptr;
Undocumented in source.
ImVector_ImWchar_insert
da_ImVector_ImWchar_insert ImVector_ImWchar_insert;
Undocumented in source.
ImVector_ImWchar_pop_back
da_ImVector_ImWchar_pop_back ImVector_ImWchar_pop_back;
Undocumented in source.
ImVector_ImWchar_push_back
da_ImVector_ImWchar_push_back ImVector_ImWchar_push_back;
Undocumented in source.
ImVector_ImWchar_push_front
da_ImVector_ImWchar_push_front ImVector_ImWchar_push_front;
Undocumented in source.
ImVector_ImWchar_reserve
da_ImVector_ImWchar_reserve ImVector_ImWchar_reserve;
Undocumented in source.
ImVector_ImWchar_resize
da_ImVector_ImWchar_resize ImVector_ImWchar_resize;
Undocumented in source.
ImVector_ImWchar_resizeT
da_ImVector_ImWchar_resizeT ImVector_ImWchar_resizeT;
Undocumented in source.
ImVector_ImWchar_size
da_ImVector_ImWchar_size ImVector_ImWchar_size;
Undocumented in source.
ImVector_ImWchar_size_in_bytes
da_ImVector_ImWchar_size_in_bytes ImVector_ImWchar_size_in_bytes;
Undocumented in source.
ImVector_ImWchar_swap
da_ImVector_ImWchar_swap ImVector_ImWchar_swap;
Undocumented in source.
ImVector_Pair_ImVector_Pair
da_ImVector_Pair_ImVector_Pair ImVector_Pair_ImVector_Pair;
Undocumented in source.
ImVector_Pair_ImVector_PairVector
da_ImVector_Pair_ImVector_PairVector ImVector_Pair_ImVector_PairVector;
Undocumented in source.
ImVector_Pair__grow_capacity
da_ImVector_Pair__grow_capacity ImVector_Pair__grow_capacity;
Undocumented in source.
ImVector_Pair_back
da_ImVector_Pair_back ImVector_Pair_back;
Undocumented in source.
ImVector_Pair_back_const
da_ImVector_Pair_back_const ImVector_Pair_back_const;
Undocumented in source.
ImVector_Pair_begin
da_ImVector_Pair_begin ImVector_Pair_begin;
Undocumented in source.
ImVector_Pair_begin_const
da_ImVector_Pair_begin_const ImVector_Pair_begin_const;
Undocumented in source.
ImVector_Pair_capacity
da_ImVector_Pair_capacity ImVector_Pair_capacity;
Undocumented in source.
ImVector_Pair_clear
da_ImVector_Pair_clear ImVector_Pair_clear;
Undocumented in source.
ImVector_Pair_destroy
da_ImVector_Pair_destroy ImVector_Pair_destroy;
Undocumented in source.
ImVector_Pair_empty
da_ImVector_Pair_empty ImVector_Pair_empty;
Undocumented in source.
ImVector_Pair_end
da_ImVector_Pair_end ImVector_Pair_end;
Undocumented in source.
ImVector_Pair_end_const
da_ImVector_Pair_end_const ImVector_Pair_end_const;
Undocumented in source.
ImVector_Pair_erase
da_ImVector_Pair_erase ImVector_Pair_erase;
Undocumented in source.
ImVector_Pair_eraseTPtr
da_ImVector_Pair_eraseTPtr ImVector_Pair_eraseTPtr;
Undocumented in source.
ImVector_Pair_erase_unsorted
da_ImVector_Pair_erase_unsorted ImVector_Pair_erase_unsorted;
Undocumented in source.
ImVector_Pair_front
da_ImVector_Pair_front ImVector_Pair_front;
Undocumented in source.
ImVector_Pair_front_const
da_ImVector_Pair_front_const ImVector_Pair_front_const;
Undocumented in source.
ImVector_Pair_index_from_ptr
da_ImVector_Pair_index_from_ptr ImVector_Pair_index_from_ptr;
Undocumented in source.
ImVector_Pair_insert
da_ImVector_Pair_insert ImVector_Pair_insert;
Undocumented in source.
ImVector_Pair_pop_back
da_ImVector_Pair_pop_back ImVector_Pair_pop_back;
Undocumented in source.
ImVector_Pair_push_back
da_ImVector_Pair_push_back ImVector_Pair_push_back;
Undocumented in source.
ImVector_Pair_push_front
da_ImVector_Pair_push_front ImVector_Pair_push_front;
Undocumented in source.
ImVector_Pair_reserve
da_ImVector_Pair_reserve ImVector_Pair_reserve;
Undocumented in source.
ImVector_Pair_resize
da_ImVector_Pair_resize ImVector_Pair_resize;
Undocumented in source.
ImVector_Pair_resizeT
da_ImVector_Pair_resizeT ImVector_Pair_resizeT;
Undocumented in source.
ImVector_Pair_size
da_ImVector_Pair_size ImVector_Pair_size;
Undocumented in source.
ImVector_Pair_size_in_bytes
da_ImVector_Pair_size_in_bytes ImVector_Pair_size_in_bytes;
Undocumented in source.
ImVector_Pair_swap
da_ImVector_Pair_swap ImVector_Pair_swap;
Undocumented in source.
ImVector_TextRange_ImVector_TextRange
da_ImVector_TextRange_ImVector_TextRange ImVector_TextRange_ImVector_TextRange;
Undocumented in source.
ImVector_TextRange_ImVector_TextRangeVector
da_ImVector_TextRange_ImVector_TextRangeVector ImVector_TextRange_ImVector_TextRangeVector;
Undocumented in source.
ImVector_TextRange__grow_capacity
da_ImVector_TextRange__grow_capacity ImVector_TextRange__grow_capacity;
Undocumented in source.
ImVector_TextRange_back
da_ImVector_TextRange_back ImVector_TextRange_back;
Undocumented in source.
ImVector_TextRange_back_const
da_ImVector_TextRange_back_const ImVector_TextRange_back_const;
Undocumented in source.
ImVector_TextRange_begin
da_ImVector_TextRange_begin ImVector_TextRange_begin;
Undocumented in source.
ImVector_TextRange_begin_const
da_ImVector_TextRange_begin_const ImVector_TextRange_begin_const;
Undocumented in source.
ImVector_TextRange_capacity
da_ImVector_TextRange_capacity ImVector_TextRange_capacity;
Undocumented in source.
ImVector_TextRange_clear
da_ImVector_TextRange_clear ImVector_TextRange_clear;
Undocumented in source.
ImVector_TextRange_destroy
da_ImVector_TextRange_destroy ImVector_TextRange_destroy;
Undocumented in source.
ImVector_TextRange_empty
da_ImVector_TextRange_empty ImVector_TextRange_empty;
Undocumented in source.
ImVector_TextRange_end
da_ImVector_TextRange_end ImVector_TextRange_end;
Undocumented in source.
ImVector_TextRange_end_const
da_ImVector_TextRange_end_const ImVector_TextRange_end_const;
Undocumented in source.
ImVector_TextRange_erase
da_ImVector_TextRange_erase ImVector_TextRange_erase;
Undocumented in source.
ImVector_TextRange_eraseTPtr
da_ImVector_TextRange_eraseTPtr ImVector_TextRange_eraseTPtr;
Undocumented in source.
ImVector_TextRange_erase_unsorted
da_ImVector_TextRange_erase_unsorted ImVector_TextRange_erase_unsorted;
Undocumented in source.
ImVector_TextRange_front
da_ImVector_TextRange_front ImVector_TextRange_front;
Undocumented in source.
ImVector_TextRange_front_const
da_ImVector_TextRange_front_const ImVector_TextRange_front_const;
Undocumented in source.
ImVector_TextRange_index_from_ptr
da_ImVector_TextRange_index_from_ptr ImVector_TextRange_index_from_ptr;
Undocumented in source.
ImVector_TextRange_insert
da_ImVector_TextRange_insert ImVector_TextRange_insert;
Undocumented in source.
ImVector_TextRange_pop_back
da_ImVector_TextRange_pop_back ImVector_TextRange_pop_back;
Undocumented in source.
ImVector_TextRange_push_back
da_ImVector_TextRange_push_back ImVector_TextRange_push_back;
Undocumented in source.
ImVector_TextRange_push_front
da_ImVector_TextRange_push_front ImVector_TextRange_push_front;
Undocumented in source.
ImVector_TextRange_reserve
da_ImVector_TextRange_reserve ImVector_TextRange_reserve;
Undocumented in source.
ImVector_TextRange_resize
da_ImVector_TextRange_resize ImVector_TextRange_resize;
Undocumented in source.
ImVector_TextRange_resizeT
da_ImVector_TextRange_resizeT ImVector_TextRange_resizeT;
Undocumented in source.
ImVector_TextRange_size
da_ImVector_TextRange_size ImVector_TextRange_size;
Undocumented in source.
ImVector_TextRange_size_in_bytes
da_ImVector_TextRange_size_in_bytes ImVector_TextRange_size_in_bytes;
Undocumented in source.
ImVector_TextRange_swap
da_ImVector_TextRange_swap ImVector_TextRange_swap;
Undocumented in source.
ImVector_char_ImVector_char
da_ImVector_char_ImVector_char ImVector_char_ImVector_char;
Undocumented in source.
ImVector_char_ImVector_charVector
da_ImVector_char_ImVector_charVector ImVector_char_ImVector_charVector;
Undocumented in source.
ImVector_char__grow_capacity
da_ImVector_char__grow_capacity ImVector_char__grow_capacity;
Undocumented in source.
ImVector_char_back
da_ImVector_char_back ImVector_char_back;
Undocumented in source.
ImVector_char_back_const
da_ImVector_char_back_const ImVector_char_back_const;
Undocumented in source.
ImVector_char_begin
da_ImVector_char_begin ImVector_char_begin;
Undocumented in source.
ImVector_char_begin_const
da_ImVector_char_begin_const ImVector_char_begin_const;
Undocumented in source.
ImVector_char_capacity
da_ImVector_char_capacity ImVector_char_capacity;
Undocumented in source.
ImVector_char_clear
da_ImVector_char_clear ImVector_char_clear;
Undocumented in source.
ImVector_char_contains
da_ImVector_char_contains ImVector_char_contains;
Undocumented in source.
ImVector_char_destroy
da_ImVector_char_destroy ImVector_char_destroy;
Undocumented in source.
ImVector_char_empty
da_ImVector_char_empty ImVector_char_empty;
Undocumented in source.
ImVector_char_end
da_ImVector_char_end ImVector_char_end;
Undocumented in source.
ImVector_char_end_const
da_ImVector_char_end_const ImVector_char_end_const;
Undocumented in source.
ImVector_char_erase
da_ImVector_char_erase ImVector_char_erase;
Undocumented in source.
ImVector_char_eraseTPtr
da_ImVector_char_eraseTPtr ImVector_char_eraseTPtr;
Undocumented in source.
ImVector_char_erase_unsorted
da_ImVector_char_erase_unsorted ImVector_char_erase_unsorted;
Undocumented in source.
ImVector_char_front
da_ImVector_char_front ImVector_char_front;
Undocumented in source.
ImVector_char_front_const
da_ImVector_char_front_const ImVector_char_front_const;
Undocumented in source.
ImVector_char_index_from_ptr
da_ImVector_char_index_from_ptr ImVector_char_index_from_ptr;
Undocumented in source.
ImVector_char_insert
da_ImVector_char_insert ImVector_char_insert;
Undocumented in source.
ImVector_char_pop_back
da_ImVector_char_pop_back ImVector_char_pop_back;
Undocumented in source.
ImVector_char_push_back
da_ImVector_char_push_back ImVector_char_push_back;
Undocumented in source.
ImVector_char_push_front
da_ImVector_char_push_front ImVector_char_push_front;
Undocumented in source.
ImVector_char_reserve
da_ImVector_char_reserve ImVector_char_reserve;
Undocumented in source.
ImVector_char_resize
da_ImVector_char_resize ImVector_char_resize;
Undocumented in source.
ImVector_char_resizeT
da_ImVector_char_resizeT ImVector_char_resizeT;
Undocumented in source.
ImVector_char_size
da_ImVector_char_size ImVector_char_size;
Undocumented in source.
ImVector_char_size_in_bytes
da_ImVector_char_size_in_bytes ImVector_char_size_in_bytes;
Undocumented in source.
ImVector_char_swap
da_ImVector_char_swap ImVector_char_swap;
Undocumented in source.
ImVector_float_ImVector_float
da_ImVector_float_ImVector_float ImVector_float_ImVector_float;
Undocumented in source.
ImVector_float_ImVector_floatVector
da_ImVector_float_ImVector_floatVector ImVector_float_ImVector_floatVector;
Undocumented in source.
ImVector_float__grow_capacity
da_ImVector_float__grow_capacity ImVector_float__grow_capacity;
Undocumented in source.
ImVector_float_back
da_ImVector_float_back ImVector_float_back;
Undocumented in source.
ImVector_float_back_const
da_ImVector_float_back_const ImVector_float_back_const;
Undocumented in source.
ImVector_float_begin
da_ImVector_float_begin ImVector_float_begin;
Undocumented in source.
ImVector_float_begin_const
da_ImVector_float_begin_const ImVector_float_begin_const;
Undocumented in source.
ImVector_float_capacity
da_ImVector_float_capacity ImVector_float_capacity;
Undocumented in source.
ImVector_float_clear
da_ImVector_float_clear ImVector_float_clear;
Undocumented in source.
ImVector_float_contains
da_ImVector_float_contains ImVector_float_contains;
Undocumented in source.
ImVector_float_destroy
da_ImVector_float_destroy ImVector_float_destroy;
Undocumented in source.
ImVector_float_empty
da_ImVector_float_empty ImVector_float_empty;
Undocumented in source.
ImVector_float_end
da_ImVector_float_end ImVector_float_end;
Undocumented in source.
ImVector_float_end_const
da_ImVector_float_end_const ImVector_float_end_const;
Undocumented in source.
ImVector_float_erase
da_ImVector_float_erase ImVector_float_erase;
Undocumented in source.
ImVector_float_eraseTPtr
da_ImVector_float_eraseTPtr ImVector_float_eraseTPtr;
Undocumented in source.
ImVector_float_erase_unsorted
da_ImVector_float_erase_unsorted ImVector_float_erase_unsorted;
Undocumented in source.
ImVector_float_front
da_ImVector_float_front ImVector_float_front;
Undocumented in source.
ImVector_float_front_const
da_ImVector_float_front_const ImVector_float_front_const;
Undocumented in source.
ImVector_float_index_from_ptr
da_ImVector_float_index_from_ptr ImVector_float_index_from_ptr;
Undocumented in source.
ImVector_float_insert
da_ImVector_float_insert ImVector_float_insert;
Undocumented in source.
ImVector_float_pop_back
da_ImVector_float_pop_back ImVector_float_pop_back;
Undocumented in source.
ImVector_float_push_back
da_ImVector_float_push_back ImVector_float_push_back;
Undocumented in source.
ImVector_float_push_front
da_ImVector_float_push_front ImVector_float_push_front;
Undocumented in source.
ImVector_float_reserve
da_ImVector_float_reserve ImVector_float_reserve;
Undocumented in source.
ImVector_float_resize
da_ImVector_float_resize ImVector_float_resize;
Undocumented in source.
ImVector_float_resizeT
da_ImVector_float_resizeT ImVector_float_resizeT;
Undocumented in source.
ImVector_float_size
da_ImVector_float_size ImVector_float_size;
Undocumented in source.
ImVector_float_size_in_bytes
da_ImVector_float_size_in_bytes ImVector_float_size_in_bytes;
Undocumented in source.
ImVector_float_swap
da_ImVector_float_swap ImVector_float_swap;
Undocumented in source.
ImVector_int_ImVector_int
da_ImVector_int_ImVector_int ImVector_int_ImVector_int;
Undocumented in source.
ImVector_int_ImVector_intVector
da_ImVector_int_ImVector_intVector ImVector_int_ImVector_intVector;
Undocumented in source.
ImVector_int__grow_capacity
da_ImVector_int__grow_capacity ImVector_int__grow_capacity;
Undocumented in source.
ImVector_int_back
da_ImVector_int_back ImVector_int_back;
Undocumented in source.
ImVector_int_back_const
da_ImVector_int_back_const ImVector_int_back_const;
Undocumented in source.
ImVector_int_begin
da_ImVector_int_begin ImVector_int_begin;
Undocumented in source.
ImVector_int_begin_const
da_ImVector_int_begin_const ImVector_int_begin_const;
Undocumented in source.
ImVector_int_capacity
da_ImVector_int_capacity ImVector_int_capacity;
Undocumented in source.
ImVector_int_clear
da_ImVector_int_clear ImVector_int_clear;
Undocumented in source.
ImVector_int_contains
da_ImVector_int_contains ImVector_int_contains;
Undocumented in source.
ImVector_int_destroy
da_ImVector_int_destroy ImVector_int_destroy;
Undocumented in source.
ImVector_int_empty
da_ImVector_int_empty ImVector_int_empty;
Undocumented in source.
ImVector_int_end
da_ImVector_int_end ImVector_int_end;
Undocumented in source.
ImVector_int_end_const
da_ImVector_int_end_const ImVector_int_end_const;
Undocumented in source.
ImVector_int_erase
da_ImVector_int_erase ImVector_int_erase;
Undocumented in source.
ImVector_int_eraseTPtr
da_ImVector_int_eraseTPtr ImVector_int_eraseTPtr;
Undocumented in source.
ImVector_int_erase_unsorted
da_ImVector_int_erase_unsorted ImVector_int_erase_unsorted;
Undocumented in source.
ImVector_int_front
da_ImVector_int_front ImVector_int_front;
Undocumented in source.
ImVector_int_front_const
da_ImVector_int_front_const ImVector_int_front_const;
Undocumented in source.
ImVector_int_index_from_ptr
da_ImVector_int_index_from_ptr ImVector_int_index_from_ptr;
Undocumented in source.
ImVector_int_insert
da_ImVector_int_insert ImVector_int_insert;
Undocumented in source.
ImVector_int_pop_back
da_ImVector_int_pop_back ImVector_int_pop_back;
Undocumented in source.
ImVector_int_push_back
da_ImVector_int_push_back ImVector_int_push_back;
Undocumented in source.
ImVector_int_push_front
da_ImVector_int_push_front ImVector_int_push_front;
Undocumented in source.
ImVector_int_reserve
da_ImVector_int_reserve ImVector_int_reserve;
Undocumented in source.
ImVector_int_resize
da_ImVector_int_resize ImVector_int_resize;
Undocumented in source.
ImVector_int_resizeT
da_ImVector_int_resizeT ImVector_int_resizeT;
Undocumented in source.
ImVector_int_size
da_ImVector_int_size ImVector_int_size;
Undocumented in source.
ImVector_int_size_in_bytes
da_ImVector_int_size_in_bytes ImVector_int_size_in_bytes;
Undocumented in source.
ImVector_int_swap
da_ImVector_int_swap ImVector_int_swap;
Undocumented in source.
Pair_PairFloat
da_Pair_PairFloat Pair_PairFloat;
Undocumented in source.
Pair_PairInt
da_Pair_PairInt Pair_PairInt;
Undocumented in source.
Pair_PairPtr
da_Pair_PairPtr Pair_PairPtr;
Undocumented in source.
Pair_destroy
da_Pair_destroy Pair_destroy;
Undocumented in source.
TextRange_TextRange
da_TextRange_TextRange TextRange_TextRange;
Undocumented in source.
TextRange_TextRangeStr
da_TextRange_TextRangeStr TextRange_TextRangeStr;
Undocumented in source.
TextRange_begin
da_TextRange_begin TextRange_begin;
Undocumented in source.
TextRange_destroy
da_TextRange_destroy TextRange_destroy;
Undocumented in source.
TextRange_empty
da_TextRange_empty TextRange_empty;
Undocumented in source.
TextRange_end
da_TextRange_end TextRange_end;
Undocumented in source.
TextRange_split
da_TextRange_split TextRange_split;
Undocumented in source.
igAcceptDragDropPayload
da_igAcceptDragDropPayload igAcceptDragDropPayload;
Undocumented in source.
igAlignTextToFramePadding
da_igAlignTextToFramePadding igAlignTextToFramePadding;
Undocumented in source.
igArrowButton
da_igArrowButton igArrowButton;
Undocumented in source.
igBegin
da_igBegin igBegin;
Undocumented in source.
igBeginChild
da_igBeginChild igBeginChild;
Undocumented in source.
igBeginChildFrame
da_igBeginChildFrame igBeginChildFrame;
Undocumented in source.
igBeginChildID
da_igBeginChildID igBeginChildID;
Undocumented in source.
igBeginCombo
da_igBeginCombo igBeginCombo;
Undocumented in source.
igBeginDragDropSource
da_igBeginDragDropSource igBeginDragDropSource;
Undocumented in source.
igBeginDragDropTarget
da_igBeginDragDropTarget igBeginDragDropTarget;
Undocumented in source.
igBeginGroup
da_igBeginGroup igBeginGroup;
Undocumented in source.
igBeginMainMenuBar
da_igBeginMainMenuBar igBeginMainMenuBar;
Undocumented in source.
igBeginMenu
da_igBeginMenu igBeginMenu;
Undocumented in source.
igBeginMenuBar
da_igBeginMenuBar igBeginMenuBar;
Undocumented in source.
igBeginPopup
da_igBeginPopup igBeginPopup;
Undocumented in source.
igBeginPopupContextItem
da_igBeginPopupContextItem igBeginPopupContextItem;
Undocumented in source.
igBeginPopupContextVoid
da_igBeginPopupContextVoid igBeginPopupContextVoid;
Undocumented in source.
igBeginPopupContextWindow
da_igBeginPopupContextWindow igBeginPopupContextWindow;
Undocumented in source.
igBeginPopupModal
da_igBeginPopupModal igBeginPopupModal;
Undocumented in source.
igBeginTabBar
da_igBeginTabBar igBeginTabBar;
Undocumented in source.
igBeginTabItem
da_igBeginTabItem igBeginTabItem;
Undocumented in source.
igBeginTooltip
da_igBeginTooltip igBeginTooltip;
Undocumented in source.
igBullet
da_igBullet igBullet;
Undocumented in source.
igBulletText
da_igBulletText igBulletText;
Undocumented in source.
igBulletTextV
da_igBulletTextV igBulletTextV;
Undocumented in source.
igButton
da_igButton igButton;
Undocumented in source.
igCalcItemWidth
da_igCalcItemWidth igCalcItemWidth;
Undocumented in source.
igCalcListClipping
da_igCalcListClipping igCalcListClipping;
Undocumented in source.
igCalcTextSize
da_igCalcTextSize igCalcTextSize;
Undocumented in source.
igCalcTextSize_nonUDT
da_igCalcTextSize_nonUDT igCalcTextSize_nonUDT;
Undocumented in source.
igCalcTextSize_nonUDT2
da_igCalcTextSize_nonUDT2 igCalcTextSize_nonUDT2;
Undocumented in source.
igCaptureKeyboardFromApp
da_igCaptureKeyboardFromApp igCaptureKeyboardFromApp;
Undocumented in source.
igCaptureMouseFromApp
da_igCaptureMouseFromApp igCaptureMouseFromApp;
Undocumented in source.
igCheckbox
da_igCheckbox igCheckbox;
Undocumented in source.
igCheckboxFlags
da_igCheckboxFlags igCheckboxFlags;
Undocumented in source.
igCloseCurrentPopup
da_igCloseCurrentPopup igCloseCurrentPopup;
Undocumented in source.
igCollapsingHeader
da_igCollapsingHeader igCollapsingHeader;
Undocumented in source.
igCollapsingHeaderBoolPtr
da_igCollapsingHeaderBoolPtr igCollapsingHeaderBoolPtr;
Undocumented in source.
igColorButton
da_igColorButton igColorButton;
Undocumented in source.
igColorConvertFloat4ToU32
da_igColorConvertFloat4ToU32 igColorConvertFloat4ToU32;
Undocumented in source.
igColorConvertU32ToFloat4
da_igColorConvertU32ToFloat4 igColorConvertU32ToFloat4;
Undocumented in source.
igColorConvertU32ToFloat4_nonUDT
da_igColorConvertU32ToFloat4_nonUDT igColorConvertU32ToFloat4_nonUDT;
Undocumented in source.
igColorConvertU32ToFloat4_nonUDT2
da_igColorConvertU32ToFloat4_nonUDT2 igColorConvertU32ToFloat4_nonUDT2;
Undocumented in source.
igColorEdit3
da_igColorEdit3 igColorEdit3;
Undocumented in source.
igColorEdit4
da_igColorEdit4 igColorEdit4;
Undocumented in source.
igColorPicker3
da_igColorPicker3 igColorPicker3;
Undocumented in source.
igColorPicker4
da_igColorPicker4 igColorPicker4;
Undocumented in source.
igColumns
da_igColumns igColumns;
Undocumented in source.
igCombo
da_igCombo igCombo;
Undocumented in source.
igComboStr
da_igComboStr igComboStr;
Undocumented in source.
igCreateContext
da_igCreateContext igCreateContext;
Undocumented in source.
igDebugCheckVersionAndDataLayout
da_igDebugCheckVersionAndDataLayout igDebugCheckVersionAndDataLayout;
Undocumented in source.
igDestroyContext
da_igDestroyContext igDestroyContext;
Undocumented in source.
igDragFloat
da_igDragFloat igDragFloat;
Undocumented in source.
igDragFloat2
da_igDragFloat2 igDragFloat2;
Undocumented in source.
igDragFloat3
da_igDragFloat3 igDragFloat3;
Undocumented in source.
igDragFloat4
da_igDragFloat4 igDragFloat4;
Undocumented in source.
igDragFloatRange2
da_igDragFloatRange2 igDragFloatRange2;
Undocumented in source.
igDragInt
da_igDragInt igDragInt;
Undocumented in source.
igDragInt2
da_igDragInt2 igDragInt2;
Undocumented in source.
igDragInt3
da_igDragInt3 igDragInt3;
Undocumented in source.
igDragInt4
da_igDragInt4 igDragInt4;
Undocumented in source.
igDragIntRange2
da_igDragIntRange2 igDragIntRange2;
Undocumented in source.
igDragScalar
da_igDragScalar igDragScalar;
Undocumented in source.
igDragScalarN
da_igDragScalarN igDragScalarN;
Undocumented in source.
igDummy
da_igDummy igDummy;
Undocumented in source.
igEnd
da_igEnd igEnd;
Undocumented in source.
igEndChild
da_igEndChild igEndChild;
Undocumented in source.
igEndChildFrame
da_igEndChildFrame igEndChildFrame;
Undocumented in source.
igEndCombo
da_igEndCombo igEndCombo;
Undocumented in source.
igEndDragDropSource
da_igEndDragDropSource igEndDragDropSource;
Undocumented in source.
igEndDragDropTarget
da_igEndDragDropTarget igEndDragDropTarget;
Undocumented in source.
igEndFrame
da_igEndFrame igEndFrame;
Undocumented in source.
igEndGroup
da_igEndGroup igEndGroup;
Undocumented in source.
igEndMainMenuBar
da_igEndMainMenuBar igEndMainMenuBar;
Undocumented in source.
igEndMenu
da_igEndMenu igEndMenu;
Undocumented in source.
igEndMenuBar
da_igEndMenuBar igEndMenuBar;
Undocumented in source.
igEndPopup
da_igEndPopup igEndPopup;
Undocumented in source.
igEndTabBar
da_igEndTabBar igEndTabBar;
Undocumented in source.
igEndTabItem
da_igEndTabItem igEndTabItem;
Undocumented in source.
igEndTooltip
da_igEndTooltip igEndTooltip;
Undocumented in source.
igGetBackgroundDrawList
da_igGetBackgroundDrawList igGetBackgroundDrawList;
Undocumented in source.
igGetClipboardText
da_igGetClipboardText igGetClipboardText;
Undocumented in source.
igGetColorU32
da_igGetColorU32 igGetColorU32;
Undocumented in source.
igGetColorU32U32
da_igGetColorU32U32 igGetColorU32U32;
Undocumented in source.
igGetColorU32Vec4
da_igGetColorU32Vec4 igGetColorU32Vec4;
Undocumented in source.
igGetColumnIndex
da_igGetColumnIndex igGetColumnIndex;
Undocumented in source.
igGetColumnOffset
da_igGetColumnOffset igGetColumnOffset;
Undocumented in source.
igGetColumnWidth
da_igGetColumnWidth igGetColumnWidth;
Undocumented in source.
igGetColumnsCount
da_igGetColumnsCount igGetColumnsCount;
Undocumented in source.
igGetContentRegionAvail
da_igGetContentRegionAvail igGetContentRegionAvail;
Undocumented in source.
igGetContentRegionAvail_nonUDT
da_igGetContentRegionAvail_nonUDT igGetContentRegionAvail_nonUDT;
Undocumented in source.
igGetContentRegionAvail_nonUDT2
da_igGetContentRegionAvail_nonUDT2 igGetContentRegionAvail_nonUDT2;
Undocumented in source.
igGetContentRegionMax
da_igGetContentRegionMax igGetContentRegionMax;
Undocumented in source.
igGetContentRegionMax_nonUDT
da_igGetContentRegionMax_nonUDT igGetContentRegionMax_nonUDT;
Undocumented in source.
igGetContentRegionMax_nonUDT2
da_igGetContentRegionMax_nonUDT2 igGetContentRegionMax_nonUDT2;
Undocumented in source.
igGetCurrentContext
da_igGetCurrentContext igGetCurrentContext;
Undocumented in source.
igGetCursorPos
da_igGetCursorPos igGetCursorPos;
Undocumented in source.
igGetCursorPosX
da_igGetCursorPosX igGetCursorPosX;
Undocumented in source.
igGetCursorPosY
da_igGetCursorPosY igGetCursorPosY;
Undocumented in source.
igGetCursorPos_nonUDT
da_igGetCursorPos_nonUDT igGetCursorPos_nonUDT;
Undocumented in source.
igGetCursorPos_nonUDT2
da_igGetCursorPos_nonUDT2 igGetCursorPos_nonUDT2;
Undocumented in source.
igGetCursorScreenPos
da_igGetCursorScreenPos igGetCursorScreenPos;
Undocumented in source.
igGetCursorScreenPos_nonUDT
da_igGetCursorScreenPos_nonUDT igGetCursorScreenPos_nonUDT;
Undocumented in source.
igGetCursorScreenPos_nonUDT2
da_igGetCursorScreenPos_nonUDT2 igGetCursorScreenPos_nonUDT2;
Undocumented in source.
igGetCursorStartPos
da_igGetCursorStartPos igGetCursorStartPos;
Undocumented in source.
igGetCursorStartPos_nonUDT
da_igGetCursorStartPos_nonUDT igGetCursorStartPos_nonUDT;
Undocumented in source.
igGetCursorStartPos_nonUDT2
da_igGetCursorStartPos_nonUDT2 igGetCursorStartPos_nonUDT2;
Undocumented in source.
igGetDragDropPayload
da_igGetDragDropPayload igGetDragDropPayload;
Undocumented in source.
igGetDrawData
da_igGetDrawData igGetDrawData;
Undocumented in source.
igGetDrawListSharedData
da_igGetDrawListSharedData igGetDrawListSharedData;
Undocumented in source.
igGetFont
da_igGetFont igGetFont;
Undocumented in source.
igGetFontSize
da_igGetFontSize igGetFontSize;
Undocumented in source.
igGetFontTexUvWhitePixel
da_igGetFontTexUvWhitePixel igGetFontTexUvWhitePixel;
Undocumented in source.
igGetFontTexUvWhitePixel_nonUDT
da_igGetFontTexUvWhitePixel_nonUDT igGetFontTexUvWhitePixel_nonUDT;
Undocumented in source.
igGetFontTexUvWhitePixel_nonUDT2
da_igGetFontTexUvWhitePixel_nonUDT2 igGetFontTexUvWhitePixel_nonUDT2;
Undocumented in source.
igGetForegroundDrawList
da_igGetForegroundDrawList igGetForegroundDrawList;
Undocumented in source.
igGetFrameCount
da_igGetFrameCount igGetFrameCount;
Undocumented in source.
igGetFrameHeight
da_igGetFrameHeight igGetFrameHeight;
Undocumented in source.
igGetFrameHeightWithSpacing
da_igGetFrameHeightWithSpacing igGetFrameHeightWithSpacing;
Undocumented in source.
igGetIDPtr
da_igGetIDPtr igGetIDPtr;
Undocumented in source.
igGetIDRange
da_igGetIDRange igGetIDRange;
Undocumented in source.
igGetIDStr
da_igGetIDStr igGetIDStr;
Undocumented in source.
igGetIO
da_igGetIO igGetIO;
Undocumented in source.
igGetItemRectMax
da_igGetItemRectMax igGetItemRectMax;
Undocumented in source.
igGetItemRectMax_nonUDT
da_igGetItemRectMax_nonUDT igGetItemRectMax_nonUDT;
Undocumented in source.
igGetItemRectMax_nonUDT2
da_igGetItemRectMax_nonUDT2 igGetItemRectMax_nonUDT2;
Undocumented in source.
igGetItemRectMin
da_igGetItemRectMin igGetItemRectMin;
Undocumented in source.
igGetItemRectMin_nonUDT
da_igGetItemRectMin_nonUDT igGetItemRectMin_nonUDT;
Undocumented in source.
igGetItemRectMin_nonUDT2
da_igGetItemRectMin_nonUDT2 igGetItemRectMin_nonUDT2;
Undocumented in source.
igGetItemRectSize
da_igGetItemRectSize igGetItemRectSize;
Undocumented in source.
igGetItemRectSize_nonUDT
da_igGetItemRectSize_nonUDT igGetItemRectSize_nonUDT;
Undocumented in source.
igGetItemRectSize_nonUDT2
da_igGetItemRectSize_nonUDT2 igGetItemRectSize_nonUDT2;
Undocumented in source.
igGetKeyIndex
da_igGetKeyIndex igGetKeyIndex;
Undocumented in source.
igGetKeyPressedAmount
da_igGetKeyPressedAmount igGetKeyPressedAmount;
Undocumented in source.
igGetMouseCursor
da_igGetMouseCursor igGetMouseCursor;
Undocumented in source.
igGetMouseDragDelta
da_igGetMouseDragDelta igGetMouseDragDelta;
Undocumented in source.
igGetMouseDragDelta_nonUDT
da_igGetMouseDragDelta_nonUDT igGetMouseDragDelta_nonUDT;
Undocumented in source.
igGetMouseDragDelta_nonUDT2
da_igGetMouseDragDelta_nonUDT2 igGetMouseDragDelta_nonUDT2;
Undocumented in source.
igGetMousePos
da_igGetMousePos igGetMousePos;
Undocumented in source.
igGetMousePosOnOpeningCurrentPopup
da_igGetMousePosOnOpeningCurrentPopup igGetMousePosOnOpeningCurrentPopup;
Undocumented in source.
igGetMousePosOnOpeningCurrentPopup_nonUDT
da_igGetMousePosOnOpeningCurrentPopup_nonUDT igGetMousePosOnOpeningCurrentPopup_nonUDT;
Undocumented in source.
igGetMousePosOnOpeningCurrentPopup_nonUDT2
da_igGetMousePosOnOpeningCurrentPopup_nonUDT2 igGetMousePosOnOpeningCurrentPopup_nonUDT2;
Undocumented in source.
igGetMousePos_nonUDT
da_igGetMousePos_nonUDT igGetMousePos_nonUDT;
Undocumented in source.
igGetMousePos_nonUDT2
da_igGetMousePos_nonUDT2 igGetMousePos_nonUDT2;
Undocumented in source.
igGetScrollMaxX
da_igGetScrollMaxX igGetScrollMaxX;
Undocumented in source.
igGetScrollMaxY
da_igGetScrollMaxY igGetScrollMaxY;
Undocumented in source.
igGetScrollX
da_igGetScrollX igGetScrollX;
Undocumented in source.
igGetScrollY
da_igGetScrollY igGetScrollY;
Undocumented in source.
igGetStateStorage
da_igGetStateStorage igGetStateStorage;
Undocumented in source.
igGetStyle
da_igGetStyle igGetStyle;
Undocumented in source.
igGetStyleColorName
da_igGetStyleColorName igGetStyleColorName;
Undocumented in source.
igGetStyleColorVec4
da_igGetStyleColorVec4 igGetStyleColorVec4;
Undocumented in source.
igGetTextLineHeight
da_igGetTextLineHeight igGetTextLineHeight;
Undocumented in source.
igGetTextLineHeightWithSpacing
da_igGetTextLineHeightWithSpacing igGetTextLineHeightWithSpacing;
Undocumented in source.
igGetTime
da_igGetTime igGetTime;
Undocumented in source.
igGetTreeNodeToLabelSpacing
da_igGetTreeNodeToLabelSpacing igGetTreeNodeToLabelSpacing;
Undocumented in source.
igGetVersion
da_igGetVersion igGetVersion;
Undocumented in source.
igGetWindowContentRegionMax
da_igGetWindowContentRegionMax igGetWindowContentRegionMax;
Undocumented in source.
igGetWindowContentRegionMax_nonUDT
da_igGetWindowContentRegionMax_nonUDT igGetWindowContentRegionMax_nonUDT;
Undocumented in source.
igGetWindowContentRegionMax_nonUDT2
da_igGetWindowContentRegionMax_nonUDT2 igGetWindowContentRegionMax_nonUDT2;
Undocumented in source.
igGetWindowContentRegionMin
da_igGetWindowContentRegionMin igGetWindowContentRegionMin;
Undocumented in source.
igGetWindowContentRegionMin_nonUDT
da_igGetWindowContentRegionMin_nonUDT igGetWindowContentRegionMin_nonUDT;
Undocumented in source.
igGetWindowContentRegionMin_nonUDT2
da_igGetWindowContentRegionMin_nonUDT2 igGetWindowContentRegionMin_nonUDT2;
Undocumented in source.
igGetWindowContentRegionWidth
da_igGetWindowContentRegionWidth igGetWindowContentRegionWidth;
Undocumented in source.
igGetWindowDrawList
da_igGetWindowDrawList igGetWindowDrawList;
Undocumented in source.
igGetWindowHeight
da_igGetWindowHeight igGetWindowHeight;
Undocumented in source.
igGetWindowPos
da_igGetWindowPos igGetWindowPos;
Undocumented in source.
igGetWindowPos_nonUDT
da_igGetWindowPos_nonUDT igGetWindowPos_nonUDT;
Undocumented in source.
igGetWindowPos_nonUDT2
da_igGetWindowPos_nonUDT2 igGetWindowPos_nonUDT2;
Undocumented in source.
igGetWindowSize
da_igGetWindowSize igGetWindowSize;
Undocumented in source.
igGetWindowSize_nonUDT
da_igGetWindowSize_nonUDT igGetWindowSize_nonUDT;
Undocumented in source.
igGetWindowSize_nonUDT2
da_igGetWindowSize_nonUDT2 igGetWindowSize_nonUDT2;
Undocumented in source.
igGetWindowWidth
da_igGetWindowWidth igGetWindowWidth;
Undocumented in source.
igImage
da_igImage igImage;
Undocumented in source.
igImageButton
da_igImageButton igImageButton;
Undocumented in source.
igIndent
da_igIndent igIndent;
Undocumented in source.
igInputDouble
da_igInputDouble igInputDouble;
Undocumented in source.
igInputFloat
da_igInputFloat igInputFloat;
Undocumented in source.
igInputFloat2
da_igInputFloat2 igInputFloat2;
Undocumented in source.
igInputFloat3
da_igInputFloat3 igInputFloat3;
Undocumented in source.
igInputFloat4
da_igInputFloat4 igInputFloat4;
Undocumented in source.
igInputInt
da_igInputInt igInputInt;
Undocumented in source.
igInputInt2
da_igInputInt2 igInputInt2;
Undocumented in source.
igInputInt3
da_igInputInt3 igInputInt3;
Undocumented in source.
igInputInt4
da_igInputInt4 igInputInt4;
Undocumented in source.
igInputScalar
da_igInputScalar igInputScalar;
Undocumented in source.
igInputScalarN
da_igInputScalarN igInputScalarN;
Undocumented in source.
igInputText
da_igInputText igInputText;
Undocumented in source.
igInputTextMultiline
da_igInputTextMultiline igInputTextMultiline;
Undocumented in source.
igInputTextWithHint
da_igInputTextWithHint igInputTextWithHint;
Undocumented in source.
igInvisibleButton
da_igInvisibleButton igInvisibleButton;
Undocumented in source.
igIsAnyItemActive
da_igIsAnyItemActive igIsAnyItemActive;
Undocumented in source.
igIsAnyItemFocused
da_igIsAnyItemFocused igIsAnyItemFocused;
Undocumented in source.
igIsAnyItemHovered
da_igIsAnyItemHovered igIsAnyItemHovered;
Undocumented in source.
igIsAnyMouseDown
da_igIsAnyMouseDown igIsAnyMouseDown;
Undocumented in source.
igIsItemActivated
da_igIsItemActivated igIsItemActivated;
Undocumented in source.
igIsItemActive
da_igIsItemActive igIsItemActive;
Undocumented in source.
igIsItemClicked
da_igIsItemClicked igIsItemClicked;
Undocumented in source.
igIsItemDeactivated
da_igIsItemDeactivated igIsItemDeactivated;
Undocumented in source.
igIsItemDeactivatedAfterEdit
da_igIsItemDeactivatedAfterEdit igIsItemDeactivatedAfterEdit;
Undocumented in source.
igIsItemEdited
da_igIsItemEdited igIsItemEdited;
Undocumented in source.
igIsItemFocused
da_igIsItemFocused igIsItemFocused;
Undocumented in source.
igIsItemHovered
da_igIsItemHovered igIsItemHovered;
Undocumented in source.
igIsItemVisible
da_igIsItemVisible igIsItemVisible;
Undocumented in source.
igIsKeyDown
da_igIsKeyDown igIsKeyDown;
Undocumented in source.
igIsKeyPressed
da_igIsKeyPressed igIsKeyPressed;
Undocumented in source.
igIsKeyReleased
da_igIsKeyReleased igIsKeyReleased;
Undocumented in source.
igIsMouseClicked
da_igIsMouseClicked igIsMouseClicked;
Undocumented in source.
igIsMouseDoubleClicked
da_igIsMouseDoubleClicked igIsMouseDoubleClicked;
Undocumented in source.
igIsMouseDown
da_igIsMouseDown igIsMouseDown;
Undocumented in source.
igIsMouseDragging
da_igIsMouseDragging igIsMouseDragging;
Undocumented in source.
igIsMouseHoveringRect
da_igIsMouseHoveringRect igIsMouseHoveringRect;
Undocumented in source.
igIsMousePosValid
da_igIsMousePosValid igIsMousePosValid;
Undocumented in source.
igIsMouseReleased
da_igIsMouseReleased igIsMouseReleased;
Undocumented in source.
igIsPopupOpen
da_igIsPopupOpen igIsPopupOpen;
Undocumented in source.
igIsRectVisible
da_igIsRectVisible igIsRectVisible;
Undocumented in source.
igIsRectVisibleVec2
da_igIsRectVisibleVec2 igIsRectVisibleVec2;
Undocumented in source.
igIsWindowAppearing
da_igIsWindowAppearing igIsWindowAppearing;
Undocumented in source.
igIsWindowCollapsed
da_igIsWindowCollapsed igIsWindowCollapsed;
Undocumented in source.
igIsWindowFocused
da_igIsWindowFocused igIsWindowFocused;
Undocumented in source.
igIsWindowHovered
da_igIsWindowHovered igIsWindowHovered;
Undocumented in source.
igLabelText
da_igLabelText igLabelText;
Undocumented in source.
igLabelTextV
da_igLabelTextV igLabelTextV;
Undocumented in source.
igListBoxFooter
da_igListBoxFooter igListBoxFooter;
Undocumented in source.
igListBoxHeaderInt
da_igListBoxHeaderInt igListBoxHeaderInt;
Undocumented in source.
igListBoxHeaderVec2
da_igListBoxHeaderVec2 igListBoxHeaderVec2;
Undocumented in source.
igListBoxStr_arr
da_igListBoxStr_arr igListBoxStr_arr;
Undocumented in source.
igLoadIniSettingsFromDisk
da_igLoadIniSettingsFromDisk igLoadIniSettingsFromDisk;
Undocumented in source.
igLoadIniSettingsFromMemory
da_igLoadIniSettingsFromMemory igLoadIniSettingsFromMemory;
Undocumented in source.
igLogButtons
da_igLogButtons igLogButtons;
Undocumented in source.
igLogFinish
da_igLogFinish igLogFinish;
Undocumented in source.
igLogToClipboard
da_igLogToClipboard igLogToClipboard;
Undocumented in source.
igLogToFile
da_igLogToFile igLogToFile;
Undocumented in source.
igLogToTTY
da_igLogToTTY igLogToTTY;
Undocumented in source.
igMemAlloc
da_igMemAlloc igMemAlloc;
Undocumented in source.
igMemFree
da_igMemFree igMemFree;
Undocumented in source.
igMenuItemBool
da_igMenuItemBool igMenuItemBool;
Undocumented in source.
igMenuItemBoolPtr
da_igMenuItemBoolPtr igMenuItemBoolPtr;
Undocumented in source.
igNewFrame
da_igNewFrame igNewFrame;
Undocumented in source.
igNewLine
da_igNewLine igNewLine;
Undocumented in source.
igNextColumn
da_igNextColumn igNextColumn;
Undocumented in source.
igOpenPopup
da_igOpenPopup igOpenPopup;
Undocumented in source.
igOpenPopupOnItemClick
da_igOpenPopupOnItemClick igOpenPopupOnItemClick;
Undocumented in source.
igPlotHistogramFloatPtr
da_igPlotHistogramFloatPtr igPlotHistogramFloatPtr;
Undocumented in source.
igPlotLines
da_igPlotLines igPlotLines;
Undocumented in source.
igPopAllowKeyboardFocus
da_igPopAllowKeyboardFocus igPopAllowKeyboardFocus;
Undocumented in source.
igPopButtonRepeat
da_igPopButtonRepeat igPopButtonRepeat;
Undocumented in source.
igPopClipRect
da_igPopClipRect igPopClipRect;
Undocumented in source.
igPopFont
da_igPopFont igPopFont;
Undocumented in source.
igPopID
da_igPopID igPopID;
Undocumented in source.
igPopItemWidth
da_igPopItemWidth igPopItemWidth;
Undocumented in source.
igPopStyleColor
da_igPopStyleColor igPopStyleColor;
Undocumented in source.
igPopStyleVar
da_igPopStyleVar igPopStyleVar;
Undocumented in source.
igPopTextWrapPos
da_igPopTextWrapPos igPopTextWrapPos;
Undocumented in source.
igProgressBar
da_igProgressBar igProgressBar;
Undocumented in source.
igPushAllowKeyboardFocus
da_igPushAllowKeyboardFocus igPushAllowKeyboardFocus;
Undocumented in source.
igPushButtonRepeat
da_igPushButtonRepeat igPushButtonRepeat;
Undocumented in source.
igPushClipRect
da_igPushClipRect igPushClipRect;
Undocumented in source.
igPushFont
da_igPushFont igPushFont;
Undocumented in source.
igPushIDInt
da_igPushIDInt igPushIDInt;
Undocumented in source.
igPushIDPtr
da_igPushIDPtr igPushIDPtr;
Undocumented in source.
igPushIDRange
da_igPushIDRange igPushIDRange;
Undocumented in source.
igPushIDStr
da_igPushIDStr igPushIDStr;
Undocumented in source.
igPushItemWidth
da_igPushItemWidth igPushItemWidth;
Undocumented in source.
igPushStyleColor
da_igPushStyleColor igPushStyleColor;
Undocumented in source.
igPushStyleColorU32
da_igPushStyleColorU32 igPushStyleColorU32;
Undocumented in source.
igPushStyleVarFloat
da_igPushStyleVarFloat igPushStyleVarFloat;
Undocumented in source.
igPushStyleVarVec2
da_igPushStyleVarVec2 igPushStyleVarVec2;
Undocumented in source.
igPushTextWrapPos
da_igPushTextWrapPos igPushTextWrapPos;
Undocumented in source.
igRadioButtonBool
da_igRadioButtonBool igRadioButtonBool;
Undocumented in source.
igRadioButtonIntPtr
da_igRadioButtonIntPtr igRadioButtonIntPtr;
Undocumented in source.
igRender
da_igRender igRender;
Undocumented in source.
igResetMouseDragDelta
da_igResetMouseDragDelta igResetMouseDragDelta;
Undocumented in source.
igSameLine
da_igSameLine igSameLine;
Undocumented in source.
igSaveIniSettingsToDisk
da_igSaveIniSettingsToDisk igSaveIniSettingsToDisk;
Undocumented in source.
igSaveIniSettingsToMemory
da_igSaveIniSettingsToMemory igSaveIniSettingsToMemory;
Undocumented in source.
igSelectable
da_igSelectable igSelectable;
Undocumented in source.
igSelectableBoolPtr
da_igSelectableBoolPtr igSelectableBoolPtr;
Undocumented in source.
igSeparator
da_igSeparator igSeparator;
Undocumented in source.
igSetClipboardText
da_igSetClipboardText igSetClipboardText;
Undocumented in source.
igSetColorEditOptions
da_igSetColorEditOptions igSetColorEditOptions;
Undocumented in source.
igSetColumnOffset
da_igSetColumnOffset igSetColumnOffset;
Undocumented in source.
igSetColumnWidth
da_igSetColumnWidth igSetColumnWidth;
Undocumented in source.
igSetCurrentContext
da_igSetCurrentContext igSetCurrentContext;
Undocumented in source.
igSetCursorPos
da_igSetCursorPos igSetCursorPos;
Undocumented in source.
igSetCursorPosX
da_igSetCursorPosX igSetCursorPosX;
Undocumented in source.
igSetCursorPosY
da_igSetCursorPosY igSetCursorPosY;
Undocumented in source.
igSetCursorScreenPos
da_igSetCursorScreenPos igSetCursorScreenPos;
Undocumented in source.
igSetDragDropPayload
da_igSetDragDropPayload igSetDragDropPayload;
Undocumented in source.
igSetItemAllowOverlap
da_igSetItemAllowOverlap igSetItemAllowOverlap;
Undocumented in source.
igSetItemDefaultFocus
da_igSetItemDefaultFocus igSetItemDefaultFocus;
Undocumented in source.
igSetKeyboardFocusHere
da_igSetKeyboardFocusHere igSetKeyboardFocusHere;
Undocumented in source.
igSetMouseCursor
da_igSetMouseCursor igSetMouseCursor;
Undocumented in source.
igSetNextItemWidth
da_igSetNextItemWidth igSetNextItemWidth;
Undocumented in source.
igSetNextTreeNodeOpen
da_igSetNextTreeNodeOpen igSetNextTreeNodeOpen;
Undocumented in source.
igSetNextWindowBgAlpha
da_igSetNextWindowBgAlpha igSetNextWindowBgAlpha;
Undocumented in source.
igSetNextWindowCollapsed
da_igSetNextWindowCollapsed igSetNextWindowCollapsed;
Undocumented in source.
igSetNextWindowContentSize
da_igSetNextWindowContentSize igSetNextWindowContentSize;
Undocumented in source.
igSetNextWindowFocus
da_igSetNextWindowFocus igSetNextWindowFocus;
Undocumented in source.
igSetNextWindowPos
da_igSetNextWindowPos igSetNextWindowPos;
Undocumented in source.
igSetNextWindowSize
da_igSetNextWindowSize igSetNextWindowSize;
Undocumented in source.
igSetNextWindowSizeConstraints
da_igSetNextWindowSizeConstraints igSetNextWindowSizeConstraints;
Undocumented in source.
igSetScrollFromPosY
da_igSetScrollFromPosY igSetScrollFromPosY;
Undocumented in source.
igSetScrollHereY
da_igSetScrollHereY igSetScrollHereY;
Undocumented in source.
igSetScrollX
da_igSetScrollX igSetScrollX;
Undocumented in source.
igSetScrollY
da_igSetScrollY igSetScrollY;
Undocumented in source.
igSetStateStorage
da_igSetStateStorage igSetStateStorage;
Undocumented in source.
igSetTabItemClosed
da_igSetTabItemClosed igSetTabItemClosed;
Undocumented in source.
igSetTooltip
da_igSetTooltip igSetTooltip;
Undocumented in source.
igSetTooltipV
da_igSetTooltipV igSetTooltipV;
Undocumented in source.
igSetWindowCollapsedBool
da_igSetWindowCollapsedBool igSetWindowCollapsedBool;
Undocumented in source.
igSetWindowCollapsedStr
da_igSetWindowCollapsedStr igSetWindowCollapsedStr;
Undocumented in source.
igSetWindowFocus
da_igSetWindowFocus igSetWindowFocus;
Undocumented in source.
igSetWindowFocusStr
da_igSetWindowFocusStr igSetWindowFocusStr;
Undocumented in source.
igSetWindowFontScale
da_igSetWindowFontScale igSetWindowFontScale;
Undocumented in source.
igSetWindowPosStr
da_igSetWindowPosStr igSetWindowPosStr;
Undocumented in source.
igSetWindowPosVec2
da_igSetWindowPosVec2 igSetWindowPosVec2;
Undocumented in source.
igSetWindowSizeStr
da_igSetWindowSizeStr igSetWindowSizeStr;
Undocumented in source.
igSetWindowSizeVec2
da_igSetWindowSizeVec2 igSetWindowSizeVec2;
Undocumented in source.
igShowAboutWindow
da_igShowAboutWindow igShowAboutWindow;
Undocumented in source.
igShowDemoWindow
da_igShowDemoWindow igShowDemoWindow;
Undocumented in source.
igShowFontSelector
da_igShowFontSelector igShowFontSelector;
Undocumented in source.
igShowMetricsWindow
da_igShowMetricsWindow igShowMetricsWindow;
Undocumented in source.
igShowStyleEditor
da_igShowStyleEditor igShowStyleEditor;
Undocumented in source.
igShowStyleSelector
da_igShowStyleSelector igShowStyleSelector;
Undocumented in source.
igShowUserGuide
da_igShowUserGuide igShowUserGuide;
Undocumented in source.
igSliderAngle
da_igSliderAngle igSliderAngle;
Undocumented in source.
igSliderFloat
da_igSliderFloat igSliderFloat;
Undocumented in source.
igSliderFloat2
da_igSliderFloat2 igSliderFloat2;
Undocumented in source.
igSliderFloat3
da_igSliderFloat3 igSliderFloat3;
Undocumented in source.
igSliderFloat4
da_igSliderFloat4 igSliderFloat4;
Undocumented in source.
igSliderInt
da_igSliderInt igSliderInt;
Undocumented in source.
igSliderInt2
da_igSliderInt2 igSliderInt2;
Undocumented in source.
igSliderInt3
da_igSliderInt3 igSliderInt3;
Undocumented in source.
igSliderInt4
da_igSliderInt4 igSliderInt4;
Undocumented in source.
igSliderScalar
da_igSliderScalar igSliderScalar;
Undocumented in source.
igSliderScalarN
da_igSliderScalarN igSliderScalarN;
Undocumented in source.
igSmallButton
da_igSmallButton igSmallButton;
Undocumented in source.
igSpacing
da_igSpacing igSpacing;
Undocumented in source.
igStyleColorsClassic
da_igStyleColorsClassic igStyleColorsClassic;
Undocumented in source.
igStyleColorsDark
da_igStyleColorsDark igStyleColorsDark;
Undocumented in source.
igStyleColorsLight
da_igStyleColorsLight igStyleColorsLight;
Undocumented in source.
igText
da_igText igText;
Undocumented in source.
igTextColored
da_igTextColored igTextColored;
Undocumented in source.
igTextColoredV
da_igTextColoredV igTextColoredV;
Undocumented in source.
igTextDisabled
da_igTextDisabled igTextDisabled;
Undocumented in source.
igTextDisabledV
da_igTextDisabledV igTextDisabledV;
Undocumented in source.
igTextUnformatted
da_igTextUnformatted igTextUnformatted;
Undocumented in source.
igTextV
da_igTextV igTextV;
Undocumented in source.
igTextWrapped
da_igTextWrapped igTextWrapped;
Undocumented in source.
igTextWrappedV
da_igTextWrappedV igTextWrappedV;
Undocumented in source.
igTreeAdvanceToLabelPos
da_igTreeAdvanceToLabelPos igTreeAdvanceToLabelPos;
Undocumented in source.
igTreeNodeExPtr
da_igTreeNodeExPtr igTreeNodeExPtr;
Undocumented in source.
igTreeNodeExStr
da_igTreeNodeExStr igTreeNodeExStr;
Undocumented in source.
igTreeNodeExStrStr
da_igTreeNodeExStrStr igTreeNodeExStrStr;
Undocumented in source.
igTreeNodeExVPtr
da_igTreeNodeExVPtr igTreeNodeExVPtr;
Undocumented in source.
igTreeNodeExVStr
da_igTreeNodeExVStr igTreeNodeExVStr;
Undocumented in source.
igTreeNodePtr
da_igTreeNodePtr igTreeNodePtr;
Undocumented in source.
igTreeNodeStr
da_igTreeNodeStr igTreeNodeStr;
Undocumented in source.
igTreeNodeStrStr
da_igTreeNodeStrStr igTreeNodeStrStr;
Undocumented in source.
igTreeNodeVPtr
da_igTreeNodeVPtr igTreeNodeVPtr;
Undocumented in source.
igTreeNodeVStr
da_igTreeNodeVStr igTreeNodeVStr;
Undocumented in source.
igTreePop
da_igTreePop igTreePop;
Undocumented in source.
igTreePushPtr
da_igTreePushPtr igTreePushPtr;
Undocumented in source.
igTreePushStr
da_igTreePushStr igTreePushStr;
Undocumented in source.
igUnindent
da_igUnindent igUnindent;
Undocumented in source.
igVSliderFloat
da_igVSliderFloat igVSliderFloat;
Undocumented in source.
igVSliderInt
da_igVSliderInt igVSliderInt;
Undocumented in source.
igVSliderScalar
da_igVSliderScalar igVSliderScalar;
Undocumented in source.
igValueBool
da_igValueBool igValueBool;
Undocumented in source.
igValueFloat
da_igValueFloat igValueFloat;
Undocumented in source.
igValueInt
da_igValueInt igValueInt;
Undocumented in source.
igValueUint
da_igValueUint igValueUint;
Undocumented in source.

Meta