Searched refs:Checkbox (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp330 ImGui::Checkbox("io.ConfigInputTextCursorBlink", &io.ConfigInputTextCursorBlink);
332 ImGui::Checkbox("io.ConfigWindowsResizeFromEdges", &io.ConfigWindowsResizeFromEdges);
334 ImGui::Checkbox("io.ConfigWindowsMoveFromTitleBarOnly", &io.ConfigWindowsMoveFromTitleBarOnly);
335 ImGui::Checkbox("io.MouseDrawCursor", &io.MouseDrawCursor);
377 ImGui::Checkbox("No titlebar", &no_titlebar); ImGui::SameLine(150);
378 ImGui::Checkbox("No scrollbar", &no_scrollbar); ImGui::SameLine(300);
379 ImGui::Checkbox("No menu", &no_menu);
380 ImGui::Checkbox("No move", &no_move); ImGui::SameLine(150);
381 ImGui::Checkbox("No resize", &no_resize); ImGui::SameLine(300);
382 ImGui::Checkbox("N
[all...]
H A Dimgui_memory_editor.h455 ImGui::Checkbox("Show Data Preview", &next_show_data_preview);
456 ImGui::Checkbox("Show HexII", &OptShowHexII);
457 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; }
458 ImGui::Checkbox("Grey out zeroes", &OptGreyOutZeroes);
459 ImGui::Checkbox("Uppercase Hex", &OptUpperCaseHex);
H A Dimgui.h392 IMGUI_API bool Checkbox(const char* label, bool* v);
H A Dimgui_widgets.cpp10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
381 // - Checkbox()
906 bool ImGui::Checkbox(const char* label, bool* v) function in class:ImGui
953 bool pressed = Checkbox(label, &v);
H A Dimgui.cpp701 Checkbox("##On", &b); // Label = "", ID = hash of (..., "##On") // No visible label, just a checkbox!
9295 ImGui::Checkbox("Show clipping rectangles when hovering draw commands", &show_draw_cmd_clip_rects);
9296 ImGui::Checkbox("Ctrl shows window begin order", &show_window_begin_order);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h457 ImGui::Checkbox("Show Data Preview", &next_show_data_preview);
458 ImGui::Checkbox("Show HexII", &OptShowHexII);
459 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; }
460 ImGui::Checkbox("Grey out zeroes", &OptGreyOutZeroes);
461 ImGui::Checkbox("Uppercase Hex", &OptUpperCaseHex);
H A Dimgui.h392 IMGUI_API bool Checkbox(const char* label, bool* v);
H A Dimgui_widgets.cpp10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
381 // - Checkbox()
906 bool ImGui::Checkbox(const char* label, bool* v) function in class:ImGui
953 bool pressed = Checkbox(label, &v);
H A Dimgui.cpp701 Checkbox("##On", &b); // Label = "", ID = hash of (..., "##On") // No visible label, just a checkbox!
9295 ImGui::Checkbox("Show clipping rectangles when hovering draw commands", &show_draw_cmd_clip_rects);
9296 ImGui::Checkbox("Ctrl shows window begin order", &show_window_begin_order);

Completed in 80 milliseconds