ttk.Sizegrip - Bottom-right corner resize widget

SYNOPSIS

instance = ttk.Sizegrip(master [,**options])

DESCRIPTION

A ttk.Sizegrip widget (also known as a grow box) allows the user to resize the containing toplevel window by pressing and dragging the grip.

STANDARD OPTIONS

class
cursor
state
style
takefocus

WIDGET COMMAND

Sizegrip widgets support the standard cget(), configure(), identify(), instate(), and state() methods. No other widget methods are used.

EXAMPLES

Using pack:

Comments