HomeSort by: relevance | last modified time | path
    Searched defs:Button (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xmh/dist/
xmh.h 87 typedef struct _ButtonRec *Button;
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
372 // - Button()
421 // Special mode for Drag and Drop where holding button pressed for a long time while dragging another item triggers the button
498 // Set active id so it can be queried by user via IsItemActive(), equivalent of holding the mouse button.
586 bool ImGui::Button(const char* label, const ImVec2& size_arg)
610 // Cannot use zero-size for InvisibleButton(). Unlike Button() there is not way to fallback using the label size.
661 // Button to close a window
869 // The color used are the button colors.
4409 // 'desc_id' is not called 'label' because we don't display it next to the button, but only in the tooltip
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_widgets.cpp 10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
372 // - Button()
421 // Special mode for Drag and Drop where holding button pressed for a long time while dragging another item triggers the button
498 // Set active id so it can be queried by user via IsItemActive(), equivalent of holding the mouse button.
586 bool ImGui::Button(const char* label, const ImVec2& size_arg)
610 // Cannot use zero-size for InvisibleButton(). Unlike Button() there is not way to fallback using the label size.
661 // Button to close a window
869 // The color used are the button colors.
4409 // 'desc_id' is not called 'label' because we don't display it next to the button, but only in the tooltip
    [all...]

Completed in 12 milliseconds