mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-06 14:50:20 +08:00
Remove radiobox.hpp
This commit is contained in:
committed by
Arthur Sonzogni
parent
d5cb4648d2
commit
bead2134d6
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user