mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
clang-format
This commit is contained in:
parent
4b0d687c5f
commit
00fbdd98d4
@ -74,7 +74,10 @@ Component Radiobox(ConstStringListRef entries,
|
||||
int* selected_,
|
||||
RadioboxOption options = {});
|
||||
|
||||
Component Dropdown(ConstStringListRef entries, int* selected, DropdownOption options = {});
|
||||
Component Dropdown(ConstStringListRef entries,
|
||||
int* selected,
|
||||
DropdownOption options = {});
|
||||
|
||||
Component Toggle(ConstStringListRef entries, int* selected);
|
||||
|
||||
// General slider constructor:
|
||||
|
@ -151,7 +151,6 @@ struct CheckboxOption {
|
||||
/// @brief Option for the Dropdown component.
|
||||
/// @ingroup component
|
||||
struct DropdownOption {
|
||||
|
||||
bool border = true;
|
||||
|
||||
// Observer:
|
||||
|
Loading…
Reference in New Issue
Block a user