4 Commits

Author SHA1 Message Date
Kawe Mazidjatari
d5db4674a4 CppKore: add getter for child control count 2024-06-01 11:43:10 +02:00
Kawe Mazidjatari
4c99efa889 CppKore: try parent font if current is absent
This allows for setting uniform fonts on all controls, by only assigning the font once to the parent control. Else each control needs to have its own set.
2024-06-01 11:43:10 +02:00
Kawe Mazidjatari
04bee896be Fix string/wstring type conflict
cppkore uses string/wstring as StringBase while we use std::string/std::wstring as string/wstring. Changed all types in cppkore to String/WString instead.
2022-05-21 21:51:35 +02:00
Kawe Mazidjatari
f11f3fe95d Add 'cppkore' library to project 2022-05-21 19:58:09 +02:00