Work on native gui design and install documentation

This commit is contained in:
2026-07-16 13:54:03 +02:00
parent a183a4725f
commit 3a8233e930
5 changed files with 2106 additions and 58 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ def init_named_controls(window, builder):
'tbl': 'table',
'mnu': 'menu',
'img': 'image',
'drw': 'area'
'drw': 'area',
'stk': 'stack'
}
for ctrl in ctrltype.values():
setattr(window, ctrl, {})