- [NEW] draw::setZoom() i getZoom()

- [NEW] Ara amb F1 i F2 se pot fer zoom del contingut de la finestra
- [NEW] Ja es pot editar els camps de text (pero encara no es guarda a arxiu)
This commit is contained in:
2025-11-19 22:46:44 +01:00
parent 546ab9aa55
commit 19441c5289
6 changed files with 92 additions and 18 deletions

View File

@@ -4,7 +4,8 @@
namespace propertygrid
{
void start();
std::string stringProperty(std::string label, std::string value);
bool stringProperty(std::string label, std::string value);
std::string getStringPropertyResult();
void sectionProperty(std::string label);
void end();
}