Searched defs:ImGuiButtonFlags_AlignTextBaseLine (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h302 ImGuiButtonFlags_AlignTextBaseLine = 1 << 9, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine enumerator in enum:ImGuiButtonFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h302 ImGuiButtonFlags_AlignTextBaseLine = 1 << 9, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine enumerator in enum:ImGuiButtonFlags_

Completed in 11 milliseconds