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_,
|
int* selected_,
|
||||||
RadioboxOption options = {});
|
RadioboxOption options = {});
|
||||||
|
|
||||||
Component Dropdown(ConstStringListRef entries, int* selected, DropdownOption options = {});
|
Component Dropdown(ConstStringListRef entries,
|
||||||
|
int* selected,
|
||||||
|
DropdownOption options = {});
|
||||||
|
|
||||||
Component Toggle(ConstStringListRef entries, int* selected);
|
Component Toggle(ConstStringListRef entries, int* selected);
|
||||||
|
|
||||||
// General slider constructor:
|
// General slider constructor:
|
||||||
|
@ -151,7 +151,6 @@ struct CheckboxOption {
|
|||||||
/// @brief Option for the Dropdown component.
|
/// @brief Option for the Dropdown component.
|
||||||
/// @ingroup component
|
/// @ingroup component
|
||||||
struct DropdownOption {
|
struct DropdownOption {
|
||||||
|
|
||||||
bool border = true;
|
bool border = true;
|
||||||
|
|
||||||
// Observer:
|
// Observer:
|
||||||
|
Loading…
Reference in New Issue
Block a user