mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Improve the documentation.
This commit is contained in:
committed by
Arthur Sonzogni
parent
5c4cd1add1
commit
9820832fea
@@ -121,6 +121,9 @@ class ToggleBase : public ComponentBase {
|
||||
} // namespace
|
||||
|
||||
/// @brief An horizontal list of elements. The user can navigate through them.
|
||||
/// @param entries The list of selectable entries to display.
|
||||
/// @param selected Reference the selected entry.
|
||||
/// @param option Additional optional parameters.
|
||||
/// @ingroup component
|
||||
Component Toggle(const std::vector<std::wstring>* entries,
|
||||
int* selected,
|
||||
|
||||
Reference in New Issue
Block a user