MCPcopy Create free account
hub / github.com/LeoJr2015/python / Table

Class Table

python-air-traffic-control-read-only/pgu/gui/table.py:9–287  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected