Remove radiobox.hpp

This commit is contained in:
ArthurSonzogni
2021-07-10 13:07:01 +02:00
committed by Arthur Sonzogni
parent d5cb4648d2
commit bead2134d6
5 changed files with 119 additions and 153 deletions

View File

@@ -58,6 +58,8 @@ struct RadioboxOption {
/// Called when the selected entry changes.
std::function<void()> on_change = []() {};
Ref<int> focused_entry = 0;
};
/// @brief Option for the Toggle component.