Added example of a calculator app with custom input box (#310)

Turned my previous pull request into an example, as you suggested.
This commit is contained in:
Z0RIK
2023-07-29 23:18:02 +06:00
committed by GitHub
parent 050249b2e5
commit c8260e22de
2 changed files with 261 additions and 0 deletions

View File

@ -348,6 +348,7 @@ endif
EXAMPLES = \
controls_test_suite/controls_test_suite \
custom_file_dialog/custom_file_dialog \
custom_input_box/custom_input_box\
image_exporter/image_exporter \
image_importer_raw/image_importer_raw \
property_list/property_list \