| |
- CallWrapper
- Event
- Grid
- Image
-
- BitmapImage
- PhotoImage
- Misc
-
- BaseWidget
-
- Toplevel(BaseWidget, Wm)
- Widget(BaseWidget, Pack, Place, Grid)
-
- Button
-
- Studbutton
- Tributton
- Canvas
- Checkbutton
- Entry
- Frame
- Label
- Listbox
- Menu
- Menubutton
-
- OptionMenu
- Message
- Radiobutton
- Scale
- Scrollbar
- Text
- Tk(Misc, Wm)
- Pack
- Place
- Variable
-
- BooleanVar
- DoubleVar
- IntVar
- StringVar
- Wm
- _setit
class Canvas(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- no doc string
- _create(self, itemType, args, kw)
- no doc string
- addtag(self, *args)
- no doc string
- addtag_above(self, newtag, tagOrId)
- no doc string
- addtag_all(self, newtag)
- no doc string
- addtag_below(self, newtag, tagOrId)
- no doc string
- addtag_closest(self, newtag, x, y, halo=None, start=None)
- no doc string
- addtag_enclosed(self, newtag, x1, y1, x2, y2)
- no doc string
- addtag_overlapping(self, newtag, x1, y1, x2, y2)
- no doc string
- addtag_withtag(self, newtag, tagOrId)
- no doc string
- bbox(self, *args)
- no doc string
- canvasx(self, screenx, gridspacing=None)
- no doc string
- canvasy(self, screeny, gridspacing=None)
- no doc string
- coords(self, *args)
- no doc string
- create_arc(self, *args, **kw)
- no doc string
- create_bitmap(self, *args, **kw)
- no doc string
- create_image(self, *args, **kw)
- no doc string
- create_line(self, *args, **kw)
- no doc string
- create_oval(self, *args, **kw)
- no doc string
- create_polygon(self, *args, **kw)
- no doc string
- create_rectangle(self, *args, **kw)
- no doc string
- create_text(self, *args, **kw)
- no doc string
- create_window(self, *args, **kw)
- no doc string
- dchars(self, *args)
- no doc string
- delete(self, *args)
- no doc string
- dtag(self, *args)
- no doc string
- find(self, *args)
- no doc string
- find_above(self, tagOrId)
- no doc string
- find_all(self)
- no doc string
- find_below(self, tagOrId)
- no doc string
- find_closest(self, x, y, halo=None, start=None)
- no doc string
- find_enclosed(self, x1, y1, x2, y2)
- no doc string
- find_overlapping(self, x1, y1, x2, y2)
- no doc string
- find_withtag(self, tagOrId)
- no doc string
- focus(self, *args)
- no doc string
- gettags(self, *args)
- no doc string
- icursor(self, *args)
- no doc string
- index(self, *args)
- no doc string
- insert(self, *args)
- no doc string
- itemcget(self, tagOrId, option)
- no doc string
- itemconfigure(self, tagOrId, cnf=None, **kw)
- no doc string
- itemconfigure(self, tagOrId, cnf=None, **kw)
- no doc string
- tag_raise(self, *args)
- no doc string
- tag_lower(self, *args)
- # lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,
- # so the preferred name for them is tag_lower, tag_raise
- # (similar to tag_bind, and similar to the Text widget);
- # unfortunately can't delete the old ones yet (maybe in 1.6)
- move(self, *args)
- no doc string
- postscript(self, cnf={}, **kw)
- no doc string
- scale(self, *args)
- no doc string
- scan_dragto(self, x, y)
- no doc string
- scan_mark(self, x, y)
- no doc string
- select_adjust(self, tagOrId, index)
- no doc string
- select_clear(self)
- no doc string
- select_from(self, tagOrId, index)
- no doc string
- select_item(self)
- no doc string
- select_to(self, tagOrId, index)
- no doc string
- tag_bind(self, tagOrId, sequence=None, func=None, add=None)
- no doc string
- tag_lower(self, *args)
- # lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,
- # so the preferred name for them is tag_lower, tag_raise
- # (similar to tag_bind, and similar to the Text widget);
- # unfortunately can't delete the old ones yet (maybe in 1.6)
- tag_raise(self, *args)
- no doc string
- tag_unbind(self, tagOrId, sequence, funcid=None)
- no doc string
- tag_raise(self, *args)
- no doc string
- type(self, tagOrId)
- no doc string
- xview(self, *args)
- no doc string
- xview_moveto(self, fraction)
- no doc string
- xview_scroll(self, number, what)
- no doc string
- yview(self, *args)
- no doc string
- yview_moveto(self, fraction)
- no doc string
- yview_scroll(self, number, what)
- no doc string
|
class Entry(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- no doc string
- delete(self, first, last=None)
- no doc string
- get(self)
- no doc string
- icursor(self, index)
- no doc string
- index(self, index)
- no doc string
- insert(self, index, string)
- no doc string
- scan_dragto(self, x)
- no doc string
- scan_mark(self, x)
- no doc string
- selection_adjust(self, index)
- no doc string
- selection_clear(self)
- no doc string
- selection_from(self, index)
- no doc string
- selection_present(self)
- no doc string
- selection_range(self, start, end)
- no doc string
- selection_to(self, index)
- no doc string
- selection_adjust(self, index)
- no doc string
- selection_clear(self)
- no doc string
- selection_from(self, index)
- no doc string
- selection_present(self)
- no doc string
- selection_range(self, start, end)
- no doc string
- selection_to(self, index)
- no doc string
- xview(self, index)
- no doc string
- xview_moveto(self, fraction)
- no doc string
- xview_scroll(self, number, what)
- no doc string
|
class Grid |
|
no doc string |
| |
- grid_bbox(self, column=None, row=None, col2=None, row2=None)
- # Grid methods that apply to the master
- grid_columnconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_configure(self, cnf={}, **kw)
- # Thanks to Masazumi Yoshikawa (yosikawa@isi.edu)
- grid_configure(self, cnf={}, **kw)
- # Thanks to Masazumi Yoshikawa (yosikawa@isi.edu)
- grid_forget(self)
- no doc string
- grid_configure(self, cnf={}, **kw)
- # Thanks to Masazumi Yoshikawa (yosikawa@isi.edu)
- grid_bbox(self, column=None, row=None, col2=None, row2=None)
- # Grid methods that apply to the master
- grid_columnconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_configure(self, cnf={}, **kw)
- # Thanks to Masazumi Yoshikawa (yosikawa@isi.edu)
- grid_forget(self)
- no doc string
- grid_info(self)
- no doc string
- grid_location(self, x, y)
- no doc string
- grid_propagate(self, flag=['_noarg_'])
- no doc string
- grid_rowconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_size(self)
- no doc string
- grid_slaves(self, row=None, column=None)
- no doc string
- grid_info(self)
- no doc string
- grid_location(self, x, y)
- no doc string
- grid_propagate(self, flag=['_noarg_'])
- no doc string
- grid_rowconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_size(self)
- no doc string
- grid_slaves(self, row=None, column=None)
- no doc string
|
class Image |
|
no doc string |
| |
- __del__(self)
- no doc string
- __getitem__(self, key)
- no doc string
- __init__(self, imgtype, name=None, cnf={}, master=None, **kw)
- no doc string
- __setitem__(self, key, value)
- no doc string
- __str__(self)
- no doc string
- configure(self, **kw)
- no doc string
- configure(self, **kw)
- no doc string
- height(self)
- no doc string
- type(self)
- no doc string
- width(self)
- no doc string
|
class Listbox(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- no doc string
- activate(self, index)
- no doc string
- bbox(self, *args)
- no doc string
- curselection(self)
- no doc string
- delete(self, first, last=None)
- no doc string
- get(self, first, last=None)
- no doc string
- index(self, index)
- no doc string
- insert(self, index, *elements)
- no doc string
- nearest(self, y)
- no doc string
- scan_dragto(self, x, y)
- no doc string
- scan_mark(self, x, y)
- no doc string
- see(self, index)
- no doc string
- selection_anchor(self, index)
- no doc string
- selection_clear(self, first, last=None)
- no doc string
- selection_includes(self, index)
- no doc string
- selection_set(self, first, last=None)
- no doc string
- selection_anchor(self, index)
- no doc string
- selection_clear(self, first, last=None)
- no doc string
- selection_includes(self, index)
- no doc string
- selection_set(self, first, last=None)
- no doc string
- size(self)
- no doc string
- xview(self, *what)
- no doc string
- xview_moveto(self, fraction)
- no doc string
- xview_scroll(self, number, what)
- no doc string
- yview(self, *what)
- no doc string
- yview_moveto(self, fraction)
- no doc string
- yview_scroll(self, number, what)
- no doc string
|
class Menu(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- no doc string
- activate(self, index)
- no doc string
- add(self, itemType, cnf={}, **kw)
- no doc string
- add_cascade(self, cnf={}, **kw)
- no doc string
- add_checkbutton(self, cnf={}, **kw)
- no doc string
- add_command(self, cnf={}, **kw)
- no doc string
- add_radiobutton(self, cnf={}, **kw)
- no doc string
- add_separator(self, cnf={}, **kw)
- no doc string
- delete(self, index1, index2=None)
- no doc string
- entrycget(self, index, option)
- no doc string
- entryconfigure(self, index, cnf=None, **kw)
- no doc string
- entryconfigure(self, index, cnf=None, **kw)
- no doc string
- index(self, index)
- no doc string
- insert(self, index, itemType, cnf={}, **kw)
- no doc string
- insert_cascade(self, index, cnf={}, **kw)
- no doc string
- insert_checkbutton(self, index, cnf={}, **kw)
- no doc string
- insert_command(self, index, cnf={}, **kw)
- no doc string
- insert_radiobutton(self, index, cnf={}, **kw)
- no doc string
- insert_separator(self, index, cnf={}, **kw)
- no doc string
- invoke(self, index)
- no doc string
- post(self, x, y)
- no doc string
- tk_bindForTraversal(self)
- no doc string
- tk_firstMenu(self)
- no doc string
- tk_getMenuButtons(self)
- no doc string
- tk_invokeMenu(self)
- no doc string
- tk_mbButtonDown(self)
- no doc string
- tk_mbPost(self)
- no doc string
- tk_mbUnpost(self)
- no doc string
- tk_nextMenu(self, count)
- no doc string
- tk_nextMenuEntry(self, count)
- no doc string
- tk_popup(self, x, y, entry='')
- no doc string
- tk_traverseToMenu(self, char)
- no doc string
- tk_traverseWithinMenu(self, char)
- no doc string
- type(self, index)
- no doc string
- unpost(self)
- no doc string
- yposition(self, index)
- no doc string
|
class Misc |
|
# Methods defined on both toplevel and interior widgets
|
| |
- cget(self, key)
- no doc string
- __setitem__(self, key, value)
- no doc string
- __str__(self)
- no doc string
- _bind(self, what, sequence, func, add, needcleanup=1)
- no doc string
- _displayof(self, displayof)
- no doc string
- _getboolean(self, string)
- no doc string
- _getdoubles(self, string)
- no doc string
- _getints(self, string)
- no doc string
- _grid_configure(self, command, index, cnf, kw)
- no doc string
- nametowidget(self, name)
- no doc string
- _options(self, cnf, kw=None)
- no doc string
- _register(self, func, subst=None, needcleanup=1)
- no doc string
- _report_exception(self)
- no doc string
- _root(self)
- no doc string
- _substitute(self, *args)
- no doc string
- after(self, ms, func=None, *args)
- no doc string
- after_cancel(self, id)
- no doc string
- after_idle(self, func, *args)
- no doc string
- grid_bbox(self, column=None, row=None, col2=None, row2=None)
- # Grid methods that apply to the master
- bell(self, displayof=0)
- no doc string
- bind(self, sequence=None, func=None, add=None)
- no doc string
- bind_all(self, sequence=None, func=None, add=None)
- no doc string
- bind_class(self, className, sequence=None, func=None, add=None)
- no doc string
- bindtags(self, tagList=None)
- no doc string
- cget(self, key)
- no doc string
- clipboard_append(self, string, **kw)
- no doc string
- clipboard_clear(self, **kw)
- # Clipboard handling:
- colormodel(self, value=None)
- no doc string
- grid_columnconfigure(self, index, cnf={}, **kw)
- no doc string
- configure(self, cnf=None, **kw)
- # These used to be defined in Widget:
- configure(self, cnf=None, **kw)
- # These used to be defined in Widget:
- deletecommand(self, name)
- no doc string
- destroy(self)
- # XXX font command?
- event_add(self, virtual, *sequences)
- # Support for the "event" command, new in Tk 4.2.
- # By Case Roole.
- event_delete(self, virtual, *sequences)
- no doc string
- event_generate(self, sequence, **kw)
- no doc string
- event_info(self, virtual=None)
- no doc string
- focus_set(self)
- no doc string
- focus_displayof(self)
- no doc string
- focus_force(self)
- no doc string
- focus_get(self)
- no doc string
- focus_lastfor(self)
- no doc string
- focus_set(self)
- no doc string
- getboolean(self, s)
- no doc string
- getvar(self, name='PY_VAR')
- no doc string
- grab_current(self)
- # XXX grab current w/o window argument
- grab_release(self)
- no doc string
- grab_set(self)
- no doc string
- grab_set_global(self)
- no doc string
- grab_status(self)
- no doc string
- grid_bbox(self, column=None, row=None, col2=None, row2=None)
- # Grid methods that apply to the master
- grid_columnconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_propagate(self, flag=['_noarg_'])
- no doc string
- grid_rowconfigure(self, index, cnf={}, **kw)
- no doc string
- grid_size(self)
- no doc string
- grid_slaves(self, row=None, column=None)
- no doc string
- image_names(self)
- # Image related commands
- image_types(self)
- no doc string
- keys(self)
- no doc string
- tkraise(self, aboveThis=None)
- no doc string
- lower(self, belowThis=None)
- no doc string
- mainloop(self, n=0)
- no doc string
- nametowidget(self, name)
- no doc string
- option_add(self, pattern, value, priority=None)
- no doc string
- option_clear(self)
- no doc string
- option_get(self, name, className)
- no doc string
- option_readfile(self, fileName, priority=None)
- no doc string
- pack_propagate(self, flag=['_noarg_'])
- # Pack methods that apply to the master
- pack_slaves(self)
- no doc string
- place_slaves(self)
- # Place method that applies to the master
- pack_propagate(self, flag=['_noarg_'])
- # Pack methods that apply to the master
- quit(self)
- no doc string
- _register(self, func, subst=None, needcleanup=1)
- no doc string
- grid_rowconfigure(self, index, cnf={}, **kw)
- no doc string
- selection_clear(self, **kw)
- no doc string
- selection_get(self, **kw)
- no doc string
- selection_handle(self, command, **kw)
- no doc string
- selection_own(self, **kw)
- Become owner of X selection.
- selection_own_get(self, **kw)
- Find owner of X selection.
- send(self, interp, cmd, *args)
- no doc string
- setvar(self, name='PY_VAR', value='1')
- no doc string
- grid_size(self)
- no doc string
- pack_slaves(self)
- no doc string
- tk_bisque(self)
- no doc string
- tk_focusFollowsMouse(self)
- no doc string
- tk_focusNext(self)
- no doc string
- tk_focusPrev(self)
- no doc string
- tk_menuBar(self, *args)
- no doc string
- tk_setPalette(self, *args, **kw)
- no doc string
- tk_strictMotif(self, boolean=None)
- no doc string
- tkraise(self, aboveThis=None)
- no doc string
- unbind(self, sequence, funcid=None)
- no doc string
- unbind_all(self, sequence)
- no doc string
- unbind_class(self, className, sequence)
- no doc string
- update(self)
- no doc string
- update_idletasks(self)
- no doc string
- wait_variable(self, name='PY_VAR')
- no doc string
- wait_visibility(self, window=None)
- no doc string
- wait_window(self, window=None)
- no doc string
- wait_variable(self, name='PY_VAR')
- no doc string
- winfo_atom(self, name, displayof=0)
- no doc string
- winfo_atomname(self, id, displayof=0)
- no doc string
- winfo_cells(self)
- no doc string
- winfo_children(self)
- no doc string
- winfo_class(self)
- no doc string
- winfo_colormapfull(self)
- no doc string
- winfo_containing(self, rootX, rootY, displayof=0)
- no doc string
- winfo_depth(self)
- no doc string
- winfo_exists(self)
- no doc string
- winfo_fpixels(self, number)
- no doc string
- winfo_geometry(self)
- no doc string
- winfo_height(self)
- no doc string
- winfo_id(self)
- no doc string
- winfo_interps(self, displayof=0)
- no doc string
- winfo_ismapped(self)
- no doc string
- winfo_manager(self)
- no doc string
- winfo_name(self)
- no doc string
- winfo_parent(self)
- no doc string
- winfo_pathname(self, id, displayof=0)
- no doc string
- winfo_pixels(self, number)
- no doc string
- winfo_pointerx(self)
- no doc string
- winfo_pointerxy(self)
- no doc string
- winfo_pointery(self)
- no doc string
- winfo_reqheight(self)
- no doc string
- winfo_reqwidth(self)
- no doc string
- winfo_rgb(self, color)
- no doc string
- winfo_rootx(self)
- no doc string
- winfo_rooty(self)
- no doc string
- winfo_screen(self)
- no doc string
- winfo_screencells(self)
- no doc string
- winfo_screendepth(self)
- no doc string
- winfo_screenheight(self)
- no doc string
- winfo_screenmmheight(self)
- no doc string
- winfo_screenmmwidth(self)
- no doc string
- winfo_screenvisual(self)
- no doc string
- winfo_screenwidth(self)
- no doc string
- winfo_server(self)
- no doc string
- winfo_toplevel(self)
- no doc string
- winfo_viewable(self)
- no doc string
- winfo_visual(self)
- no doc string
- winfo_visualid(self)
- no doc string
- winfo_visualsavailable(self, includeids=0)
- no doc string
- winfo_vrootheight(self)
- no doc string
- winfo_vrootwidth(self)
- no doc string
- winfo_vrootx(self)
- no doc string
- winfo_vrooty(self)
- no doc string
- winfo_width(self)
- no doc string
- winfo_x(self)
- no doc string
- winfo_y(self)
- no doc string
|
class Pack |
|
# Ideally, the classes Pack, Place and Grid disappear, the
# pack/place/grid methods are defined on the Widget class, and
# everybody uses w.pack_whatever(...) instead of Pack.whatever(w,
# ...), with pack(), place() and grid() being short for
# pack_configure(), place_configure() and grid_columnconfigure(), and
# forget() being short for pack_forget(). As a practical matter, I'm
# afraid that there is too much code out there that may be using the
# Pack, Place or Grid class, so I leave them intact -- but only as
# backwards compatibility features. Also note that those methods that
# take a master as argument (e.g. pack_propagate) have been moved to
# the Misc class (which now incorporates all methods common between
# toplevel and interior widgets). Again, for compatibility, these are
# copied into the Pack, Place or Grid class.
|
| |
- pack_configure(self, cnf={}, **kw)
- no doc string
- pack_configure(self, cnf={}, **kw)
- no doc string
- pack_forget(self)
- no doc string
- pack_info(self)
- no doc string
- pack_configure(self, cnf={}, **kw)
- no doc string
- pack_configure(self, cnf={}, **kw)
- no doc string
- pack_forget(self)
- no doc string
- pack_info(self)
- no doc string
- pack_propagate(self, flag=['_noarg_'])
- # Pack methods that apply to the master
- pack_slaves(self)
- no doc string
- pack_propagate(self, flag=['_noarg_'])
- # Pack methods that apply to the master
- pack_slaves(self)
- no doc string
|
class PhotoImage(Image) |
|
no doc string |
| |
- __getitem__(self, key)
- # XXX config
- __init__(self, name=None, cnf={}, master=None, **kw)
- no doc string
- blank(self)
- no doc string
- cget(self, option)
- no doc string
- copy(self)
- # XXX copy -from, -to, ...?
- get(self, x, y)
- no doc string
- put(self, data, to=None)
- no doc string
- subsample(self, x, y='')
- no doc string
- write(self, filename, format=None, from_coords=None)
- # XXX read
- zoom(self, x, y='')
- no doc string
|
class Scrollbar(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- no doc string
- activate(self, index)
- no doc string
- delta(self, deltax, deltay)
- no doc string
- fraction(self, x, y)
- no doc string
- get(self)
- no doc string
- identify(self, x, y)
- no doc string
- set(self, *args)
- no doc string
|
class Text(Widget) |
|
no doc string |
| |
- __init__(self, master=None, cnf={}, **kw)
- # XXX Add dump()
- bbox(self, *args)
- no doc string
- compare(self, index1, op, index2)
- no doc string
- debug(self, boolean=None)
- no doc string
- delete(self, index1, index2=None)
- no doc string
- dlineinfo(self, index)
- no doc string
- get(self, index1, index2=None)
- no doc string
- image_cget(self, index, option)
- # (Image commands are new in 8.0)
- image_configure(self, index, cnf={}, **kw)
- no doc string
- image_create(self, index, cnf={}, **kw)
- no doc string
- image_names(self)
- no doc string
- index(self, index)
- no doc string
- insert(self, index, chars, *args)
- no doc string
- mark_gravity(self, markName, direction=None)
- no doc string
- mark_names(self)
- no doc string
- mark_set(self, markName, index)
- no doc string
- mark_unset(self, *markNames)
- no doc string
- scan_dragto(self, x, y)
- no doc string
- scan_mark(self, x, y)
- no doc string
- search(self, pattern, index, stopindex=None, forwards=None, backwards=None, exact=None, regexp=None, nocase=None, count=None)
- no doc string
- see(self, index)
- no doc string
- tag_add(self, tagName, index1, index2=None)
- no doc string
- tag_bind(self, tagName, sequence, func, add=None)
- no doc string
- tag_cget(self, tagName, option)
- no doc string
- tag_configure(self, tagName, cnf={}, **kw)
- no doc string
- tag_configure(self, tagName, cnf={}, **kw)
- no doc string
- tag_delete(self, *tagNames)
- no doc string
- tag_lower(self, tagName, belowThis=None)
- no doc string
- tag_names(self, index=None)
- no doc string
- tag_nextrange(self, tagName, index1, index2=None)
- no doc string
- tag_prevrange(self, tagName, index1, index2=None)
- no doc string
- tag_raise(self, tagName, aboveThis=None)
- no doc string
- tag_ranges(self, tagName)
- no doc string
- tag_remove(self, tagName, index1, index2=None)
- no doc string
- tag_unbind(self, tagName, sequence, funcid=None)
- no doc string
- tk_textBackspace(self)
- no doc string
- tk_textIndexCloser(self, a, b, c)
- no doc string
- tk_textResetAnchor(self, index)
- no doc string
- tk_textSelectTo(self, index)
- no doc string
- window_cget(self, index, option)
- no doc string
- window_configure(self, index, cnf={}, **kw)
- no doc string
- window_configure(self, index, cnf={}, **kw)
- no doc string
- window_create(self, index, cnf={}, **kw)
- no doc string
- window_names(self)
- no doc string
- xview(self, *what)
- no doc string
- yview(self, *what)
- no doc string
- yview_pickplace(self, *what)
- no doc string
|
class Wm |
|
no doc string |
| |
- wm_aspect(self, minNumer=None, minDenom=None, maxNumer=None, maxDenom=None)
- no doc string
- wm_client(self, name=None)
- no doc string
- wm_colormapwindows(self, *wlist)
- no doc string
- wm_command(self, value=None)
- no doc string
- wm_deiconify(self)
- no doc string
- wm_focusmodel(self, model=None)
- no doc string
- wm_frame(self)
- no doc string
- wm_geometry(self, newGeometry=None)
- no doc string
- wm_grid(self, baseWidth=None, baseHeight=None, widthInc=None, heightInc=None)
- no doc string
- wm_group(self, pathName=None)
- no doc string
- wm_iconbitmap(self, bitmap=None)
- no doc string
- wm_iconify(self)
- no doc string
- wm_iconmask(self, bitmap=None)
- no doc string
- wm_iconname(self, newName=None)
- no doc string
- wm_iconposition(self, x=None, y=None)
- no doc string
- wm_iconwindow(self, pathName=None)
- no doc string
- wm_maxsize(self, width=None, height=None)
- no doc string
- wm_minsize(self, width=None, height=None)
- no doc string
- wm_overrideredirect(self, boolean=None)
- no doc string
- wm_positionfrom(self, who=None)
- no doc string
- wm_protocol(self, name=None, func=None)
- no doc string
- wm_resizable(self, width=None, height=None)
- no doc string
- wm_sizefrom(self, who=None)
- no doc string
- wm_state(self)
- no doc string
- wm_title(self, string=None)
- no doc string
- wm_transient(self, master=None)
- no doc string
- wm_withdraw(self)
- no doc string
- wm_aspect(self, minNumer=None, minDenom=None, maxNumer=None, maxDenom=None)
- no doc string
- wm_client(self, name=None)
- no doc string
- wm_colormapwindows(self, *wlist)
- no doc string
- wm_command(self, value=None)
- no doc string
- wm_deiconify(self)
- no doc string
- wm_focusmodel(self, model=None)
- no doc string
- wm_frame(self)
- no doc string
- wm_geometry(self, newGeometry=None)
- no doc string
- wm_grid(self, baseWidth=None, baseHeight=None, widthInc=None, heightInc=None)
- no doc string
- wm_group(self, pathName=None)
- no doc string
- wm_iconbitmap(self, bitmap=None)
- no doc string
- wm_iconify(self)
- no doc string
- wm_iconmask(self, bitmap=None)
- no doc string
- wm_iconname(self, newName=None)
- no doc string
- wm_iconposition(self, x=None, y=None)
- no doc string
- wm_iconwindow(self, pathName=None)
- no doc string
- wm_maxsize(self, width=None, height=None)
- no doc string
- wm_minsize(self, width=None, height=None)
- no doc string
- wm_overrideredirect(self, boolean=None)
- no doc string
- wm_positionfrom(self, who=None)
- no doc string
- wm_protocol(self, name=None, func=None)
- no doc string
- wm_resizable(self, width=None, height=None)
- no doc string
- wm_sizefrom(self, who=None)
- no doc string
- wm_state(self)
- no doc string
- wm_title(self, string=None)
- no doc string
- wm_transient(self, master=None)
- no doc string
- wm_withdraw(self)
- no doc string
|
|