A table style container widget. Example: t = gui.Table() # This starts a new row of the table t.tr() # The 'td' call creates a new table cell t.td(gui.Label("Name:"), align=-1) t.td(gui.Input()) t.tr() # The table cel
source not stored for this graph (policy: none)