mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 20:58:10 +08:00
Add option for Button.
This commit is contained in:

committed by
Arthur Sonzogni

parent
cd84b187b3
commit
359100ca73
@@ -26,7 +26,7 @@ std::shared_ptr<T> Make(Args&&... args) {
|
||||
|
||||
Component Button(ConstStringRef label,
|
||||
std::function<void()> on_click,
|
||||
bool border = true);
|
||||
ConstRef<ButtonOption> = {});
|
||||
Component Checkbox(ConstStringRef label, bool* checked);
|
||||
Component Input(StringRef content, ConstStringRef placeholder);
|
||||
Component Menu(const std::vector<std::wstring>* entries,
|
||||
|
Reference in New Issue
Block a user