The Toplevel Class

A frame placed in a new top level window.

Options

Use as keyword arguments when constructing the widget, or with the configuration methods.

Option Resource Class Default
backgroundbackgroundBackgroundsystembuttonface
bd (see borderwidth )
bg (see background )
borderwidthborderWidthBorderWidth0
classclassClassToplevel
colormapcolormapColormap
cursorcursorCursor
heightheightHeight0
highlightbackgroundhighlightBackgroundHighlightBackgroundsystembuttonface
highlightcolorhighlightColorHighlightColorblack
highlightthicknesshighlightThicknessHighlightThickness0
reliefreliefReliefflat
screenscreenScreen
takefocustakeFocusTakeFocus0
visualvisualVisual
widthwidthWidth0

Basic Methods

Methods defined by Toplevel or inherited from Widget or Pack.

cget(self, key) (from Widget)
config(self, cnf=None, **kw) (from Widget)
configure(self, cnf=None, **kw) (from Widget)
destroy(self) (from Widget)
forget(self) (from Pack)
info(self) (from Pack)
keys(self) (from Widget)
pack(self, cnf={}, **kw) (from Pack)
pack_forget(self) (from Pack)
pack_info(self) (from Pack)
pack_propagate(self, flag=['_noarg_']) (from Pack)
pack_slaves(self) (from Pack)
propagate(self, flag=['_noarg_']) (from Pack)
slaves(self) (from Pack)

Other Methods

Methods inherited from superclasses other than Widget or Pack.

after(self, ms, func=None, *args) (from Misc)
after_cancel(self, id) (from Misc)
after_idle(self, func, *args) (from Misc)
aspect(self, minNumer=None, minDenom=None, maxNumer=None, maxDenom=None) (from Wm)
bbox(self, column, row) (from Grid)
bell(self, displayof=0) (from Misc)
bind(self, sequence=None, func=None, add=None) (from Misc)
bind_all(self, sequence=None, func=None, add=None) (from Misc)
bind_class(self, className, sequence=None, func=None, add=None) (from Misc)
bindtags(self, tagList=None) (from Misc)
client(self, name=None) (from Wm)
clipboard_append(self, string, **kw) (from Misc)
clipboard_clear(self, **kw) (from Misc)
colormapwindows(self, *wlist) (from Wm)
colormodel(self, value=None) (from Misc)
columnconfigure(self, index, cnf={}, **kw) (from Grid)
command(self, value=None) (from Wm)
deiconify(self) (from Wm)
focus(self) (from Misc)
focus_displayof(self) (from Misc)
focus_force(self) (from Misc)
focus_get(self) (from Misc)
focus_lastfor(self) (from Misc)
focus_set(self) (from Misc)
focusmodel(self, model=None) (from Wm)
frame(self) (from Wm)
geometry(self, newGeometry=None) (from Wm)
getboolean(self, s) (from Misc)
getdouble(self, s) (from Misc)
getint(self, s) (from Misc)
getvar(self, name='PY_VAR') (from Misc)
grab_current(self) (from Misc)
grab_release(self) (from Misc)
grab_set(self) (from Misc)
grab_set_global(self) (from Misc)
grab_status(self) (from Misc)
grid(self, cnf={}, **kw) (from Grid)
grid_bbox(self, column, row) (from Grid)
grid_forget(self) (from Grid)
grid_info(self) (from Grid)
grid_propagate(self, flag=['_noarg_']) (from Grid)
grid_slaves(self, *args) (from Grid)
group(self, pathName=None) (from Wm)
iconbitmap(self, bitmap=None) (from Wm)
iconify(self) (from Wm)
iconmask(self, bitmap=None) (from Wm)
iconname(self, newName=None) (from Wm)
iconposition(self, x=None, y=None) (from Wm)
iconwindow(self, pathName=None) (from Wm)
lift(self, aboveThis=None) (from Misc)
location(self, x, y) (from Grid)
lower(self, belowThis=None) (from Misc)
mainloop(self, n=0) (from Misc)
maxsize(self, width=None, height=None) (from Wm)
minsize(self, width=None, height=None) (from Wm)
option_add(self, pattern, value, priority=None) (from Misc)
option_clear(self) (from Misc)
option_get(self, name, className) (from Misc)
option_readfile(self, fileName, priority=None) (from Misc)
overrideredirect(self, boolean=None) (from Wm)
place(self, cnf={}, **kw) (from Place)
place_forget(self) (from Place)
place_info(self) (from Place)
place_slaves(self) (from Place)
positionfrom(self, who=None) (from Wm)
protocol(self, name=None, func=None) (from Wm)
quit(self) (from Misc)
register(self, func, subst=None) (from Misc)
resizable(self, width=None, height=None) (from Wm)
rowconfigure(self, index, cnf={}, **kw) (from Grid)
selection_clear(self, **kw) (from Misc)
selection_get(self, **kw) (from Misc)
selection_handle(self, command, **kw) (from Misc)
selection_own(self, **kw) (from Misc)
selection_own_get(self, **kw) (from Misc)
send(self, interp, cmd, *args) (from Misc)
setvar(self, name='PY_VAR', value='1') (from Misc)
size(self) (from Grid)
sizefrom(self, who=None) (from Wm)
state(self) (from Wm)
title(self, string=None) (from Wm)
tk_bisque(self) (from Misc)
tk_focusFollowsMouse(self) (from Misc)
tk_focusNext(self) (from Misc)
tk_focusPrev(self) (from Misc)
tk_menuBar(self, *args) (from Misc)
tk_setPalette(self, *args, **kw) (from Misc)
tk_strictMotif(self, boolean=None) (from Misc)
tkraise(self, aboveThis=None) (from Misc)
transient(self, master=None) (from Wm)
unbind(self, sequence) (from Misc)
unbind_all(self, sequence) (from Misc)
unbind_class(self, className, sequence) (from Misc)
update(self) (from Misc)
update_idletasks(self) (from Misc)
wait_variable(self, name='PY_VAR') (from Misc)
wait_visibility(self, window=None) (from Misc)
wait_window(self, window=None) (from Misc)
waitvar(self, name='PY_VAR') (from Misc)
winfo_atom(self, name, displayof=0) (from Misc)
winfo_atomname(self, id, displayof=0) (from Misc)
winfo_cells(self) (from Misc)
winfo_children(self) (from Misc)
winfo_class(self) (from Misc)
winfo_colormapfull(self) (from Misc)
winfo_containing(self, rootX, rootY, displayof=0) (from Misc)
winfo_depth(self) (from Misc)
winfo_exists(self) (from Misc)
winfo_fpixels(self, number) (from Misc)
winfo_geometry(self) (from Misc)
winfo_height(self) (from Misc)
winfo_id(self) (from Misc)
winfo_interps(self, displayof=0) (from Misc)
winfo_ismapped(self) (from Misc)
winfo_name(self) (from Misc)
winfo_parent(self) (from Misc)
winfo_pathname(self, id, displayof=0) (from Misc)
winfo_pixels(self, number) (from Misc)
winfo_reqheight(self) (from Misc)
winfo_reqwidth(self) (from Misc)
winfo_rgb(self, color) (from Misc)
winfo_rootx(self) (from Misc)
winfo_rooty(self) (from Misc)
winfo_screen(self) (from Misc)
winfo_screencells(self) (from Misc)
winfo_screendepth(self) (from Misc)
winfo_screenheight(self) (from Misc)
winfo_screenmmheight(self) (from Misc)
winfo_screenmmwidth(self) (from Misc)
winfo_screenvisual(self) (from Misc)
winfo_screenwidth(self) (from Misc)
winfo_toplevel(self) (from Misc)
winfo_visual(self) (from Misc)
winfo_vrootheight(self) (from Misc)
winfo_vrootwidth(self) (from Misc)
winfo_vrootx(self) (from Misc)
winfo_vrooty(self) (from Misc)
winfo_width(self) (from Misc)
winfo_x(self) (from Misc)
winfo_y(self) (from Misc)
withdraw(self) (from Wm)

Applies to Tkinter 1.63, Tcl 7.6, and Tk 4.2