KekLib.ScrolledFrame#

ScrolledFrame.py

original: http://tkinter.unpythonic.net/wiki/VerticalScrolledFrame

Copyright (c) 2016-2024, Masatsuyo Takahashi, KEK-PF

class ScrolledFrame(parent, *args, **kw)#

Bases: Frame

A pure Tkinter scrollable frame that actually works! * Use the ‘interior’ attribute to place widgets inside the scrollable frame * Construct and pack/place/grid normally * This frame only allows vertical scrolling

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

add_bind_mousewheel()#
destroy()#

Destroy this and all descendants widgets.

lower_right_button_toggle()#
set_sync_info(canvas_info)#