MCPcopy Create free account
hub / github.com/VCVRack/Rack / ChoiceButton

Class ChoiceButton

include/ui/ChoiceButton.hpp:12–14  ·  view source on GitHub ↗

Button with a dropdown icon on its right. */

Source from the content-addressed store, hash-verified

10/** Button with a dropdown icon on its right.
11*/
12struct ChoiceButton : Button {
13 void draw(const DrawArgs& args) override;
14};
15
16
17} // namespace ui

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected