mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 19:48:16 +08:00
Add the Button component.
This commit is contained in:

committed by
Arthur Sonzogni

parent
81d79d311d
commit
5a8ed208da
@@ -4,9 +4,11 @@ function(example name)
|
||||
set_property(TARGET ${name} PROPERTY CXX_STANDARD 17)
|
||||
endfunction(example)
|
||||
|
||||
example(button)
|
||||
example(checkbox)
|
||||
example(checkbox_in_frame)
|
||||
example(gallery)
|
||||
example(homescreen)
|
||||
example(input)
|
||||
example(menu)
|
||||
example(menu2)
|
||||
@@ -16,4 +18,3 @@ example(radiobox_in_frame)
|
||||
example(tab_horizontal)
|
||||
example(tab_vertical)
|
||||
example(toggle)
|
||||
example(homescreen)
|
||||
|
Reference in New Issue
Block a user