Work on native gui design and install documentation
This commit is contained in:
+2
-1
@@ -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, {})
|
||||
|
||||
Reference in New Issue
Block a user