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

Function make_scrollbars

Tools/webchecker/tktools.py:63–111  ·  view source on GitHub ↗

Subroutine to create a frame with scrollbars. This is used by make_text_box and similar routines. Note: the caller is responsible for setting the x/y scroll command properties (e.g. by calling set_scroll_commands()). Return a tuple containing the hbar, the vbar, and the frame, whe

(parent, hbar, vbar, pack=1, class_=None, name=None,
                    takefocus=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

make_text_boxFunction · 0.85
make_list_boxFunction · 0.85
make_canvasFunction · 0.85

Calls 4

winfo_reqwidthMethod · 0.80
FrameClass · 0.50
ScrollbarClass · 0.50
packMethod · 0.45

Tested by

no test coverage detected