Button with a dropdown icon on its right. */
| 10 | /** Button with a dropdown icon on its right. |
| 11 | */ |
| 12 | struct ChoiceButton : Button { |
| 13 | void draw(const DrawArgs& args) override; |
| 14 | }; |
| 15 | |
| 16 | |
| 17 | } // namespace ui |
nothing calls this directly
no outgoing calls
no test coverage detected