UIAbstractView::findRowWithText now accepts FindRowWithTextMatchKind instead of a boolean to force equal comparison.

Refactor of some examples, added a new hello world example but using UIApplication.
ecode: Fixed how it filters the `sbt`, `srt` and `sb` universal locator switches.
This commit is contained in:
Martín Lucas Golini
2026-02-26 00:32:48 -03:00
parent d1ad9527a9
commit 677aab8e0c
20 changed files with 362 additions and 300 deletions

View File

@@ -1435,6 +1435,12 @@ workspace "eepp"
files { "src/examples/ui_hello_world/*.cpp" }
build_link_configuration( "eepp-ui-hello-world", true )
project "eepp-ui-application-hello-world"
set_kind()
language "C++"
files { "src/examples/ui_application_hello_world/*.cpp" }
build_link_configuration( "eepp-ui-application-hello-world", true )
project "eepp-richtext"
set_kind()
language "C++"