Frame Summary: Create a framework for storing widgets.
Label Summary: Display strings and images.
Message Summary: Display a multi-line string.
Button Summary: Make a button.
Radiobutton Summary: Make a radio button.
Listbox Summary: Make a list box.
Scrollbar Summary: Make a school bar.
Scale Summary: Make a scale.
Entry Summary: Enter and edit one line of string.
Menu Summary: Make a menu button.
Menubutton Summary: Make a menu button.
Bitmap Summary: Make a bitmap.
Canvas Summary: Make a canvas.
Text Summary: Enter and edit text.
LabelFrame Summary: Labeled frame.
__ Spin Box __ Summary: Make a spin box.
PanedWindow Summary: Create a pane window.
foreground (fg) Specify the color used to draw letters and lines
background (bg) Specifying the background color
text Text displayed in the widget
textvariable Specify the object to store the text
image Image displayed in the widget
bitmap Bitmap displayed in the widget
borderwidth (bd) Widget frame width
relief Widget frame style
height Widget height
width Widget width
anchor Specify the position of widgets and displayed data
Recommended Posts