config options for Tkinter Widgets

Richard Stoakley (rws2v@henson.cs.virginia.edu)
Thu, 18 Aug 1994 04:21:30 GMT

here is a list of Tkinter widget classes and the config options
associated with them. a list of miscellaneous classes is given at the
end (without config options):

Richard

WIDGET CLASSES:

Button:
activebackground, activeforeground, anchor, background, bd,
bg, bitmap, mask, borderwidth, command,
cursor, disabledforeground, fg, font, foreground,
height, padx, pady, relief, state,
text, textvariable, width
Canvas:
background, bd, bg, borderwidth, closeenough,
confine, cursor, height, insertbackground, insertborderwidth,
insertofftime, insertontime, insertwidth, relief, scrollincrement,
scrollregion, selectbackground, selectborderwidth, selectforeground, width,
xscrollcommand, yscrollcommand
Checkbutton:
activebackground, activeforeground, anchor, background, bd,
bg, bitmap, mask, borderwidth, command,
cursor, disabledforeground, fg, font, foreground,
height, offvalue, onvalue, padx, pady,
relief, selector, state, text, textvariable,
variable, width
Entry:
background, bd, bg, borderwidth, cursor,
exportselection, fg, font, foreground, insertbackground,
insertborderwidth, insertofftime, insertontime, insertwidth, relief,
scrollcommand, selectbackground, selectborderwidth, selectforeground, state,
textvariable, width
Frame:
background, bd, bg, borderwidth, cursor,
geometry, height, relief, width
Label:
anchor, background, bd, bg, bitmap,
mask, borderwidth, cursor, fg, font,
foreground, height, padx, pady, relief,
text, textvariable, width
Listbox:
background, bd, bg, borderwidth, cursor,
exportselection, fg, font, foreground, geometry,
relief, selectbackground, selectborderwidth, selectforeground, setgrid,
xscrollcommand, yscrollcommand
Menu:
activebackground, activeborderwidth, activeforeground, background, bd,
bg, borderwidth, cursor, disabledforeground, fg,
font, foreground, postcommand, selector
Menubutton:
activebackground, activeforeground, anchor, background, bd,
bg, bitmap, mask, borderwidth, cursor,
disabledforeground, fg, font, foreground, height,
menu, padx, pady, relief, state,
text, textvariable, underline, width
Message:
anchor, aspect, background, bd, bg,
borderwidth, cursor, fg, font, foreground,
justify, padx, pady, relief, text,
textvariable, width
Radiobutton:
activebackground, activeforeground, anchor, background, bd,
bg, bitmap, mask, borderwidth, command,
cursor, disabledforeground, fg, font, foreground,
height, padx, pady, relief, selector,
state, text, textvariable, value, variable,
width
Scale:
activeforeground, background, bd, bg, borderwidth,
command, cursor, fg, font, foreground,
from, label, length, orient, relief,
showvalue, sliderforeground, sliderlength, state, tickinterval,
to, width
Scrollbar:
activeforeground, background, bd, bg, borderwidth,
command, cursor, fg, foreground, orient,
relief, repeatdelay, repeatinterval, width
Text:
background, bd, bg, borderwidth, cursor,
exportselection, fg, font, foreground, height,
insertbackground, insertborderwidth, insertofftime, insertontime, insertwidth,
padx, pady, relief, selectbackground, selectborderwidth,
selectforeground, setgrid, state, width, wrap,
yscrollcommand
Studbutton:
activebackground, activeforeground, background, bd, bg,
bitmap, borderwidth, command, cursor, disabledforeground,
fg, font, foreground, height, justify,
padx, pady, relief, state, tag,
tagbitmap, tagfont, text, textvariable, width,
height, minwidth, maxwidth, spacing
Tributton:
activebackground, activeforeground, anchor, background, bd,
bg, borderwidth, command, cursor, direction,
fixedsize, fg, foreground, length, relief,
state

MISC CLASSES:
_Dummy:, Event:, Variable:, Misc:, _CallSafely:,
Wm:, Tk(Misc, Wm):, Pack:, Place:, Widget(Misc, Pack, Place):,
Toplevel(Widget, Wm):

-------------------------------------------------------------------------------
Richard Stoakley
rws2v@uvacs.virginia.edu "It's never to late to have a pleasant childhood."
University of Virginia
http://uvacs.cs.virginia.edu/~rws2v/