MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / grid_columnconfigure

Method grid_columnconfigure

Lib/lib-tk/Tkinter.py:1364–1370  ·  view source on GitHub ↗

Configure column INDEX of a grid. Valid resources are minsize (minimum size of the column), weight (how much does additional space propagate to this column) and pad (how much space to let additionally).

(self, index, cnf={}, **kw)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

create_widgetsMethod · 0.80
_setup_widgetsMethod · 0.80
dirbrowser.pyFile · 0.80
makegridMethod · 0.80

Calls 1

_grid_configureMethod · 0.95

Tested by

no test coverage detected