MCPcopy Create free account
hub / github.com/coronalabs/corona / Selectable

Method Selectable

platform/linux/src/imgui/imgui_widgets.cpp:6138–6281  ·  view source on GitHub ↗

Tip: pass a non-visible label (e.g. "##hello") then you can use the space to draw other text or image. But you need to make sure the ID is unique, e.g. enclose calls in PushID/PopID or use ##unique_id. With this scheme, ImGuiSelectableFlags_SpanAllColumns and ImGuiSelectableFlags_AllowItemOverlap are also frequently used flags. FIXME: Selectable() with (size.x == 0.0f) and (SelectableTextAlign.x >

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

GetCurrentWindowFunction · 0.85
ImMaxFunction · 0.85
WindowRectAbsToRelFunction · 0.85
GetIDMethod · 0.80

Tested by

no test coverage detected