pythonware.com | products ::: library ::: search ::: daily Python-URL! |
Icon MethodsIcon Methodsiconbitmapiconbitmap(bitmap), iconbitmap(). Set (get) the icon bitmap to use when this window is iconified. This method are ignored by some window managers (including Windows). Note that this method can only be used to display monochrome icons. To display a color icon, put it in a Label widget and display it using the iconwindow method instead (see below). iconmaskiconmask(bitmap), iconmask(). Set (get) the icon bitmap mask to use when this window is iconified. This method are ignored by some window managers (including Windows). iconnameiconname(newName=None), iconname(). Set (get) the icon name to use when this window is iconified. This method are ignored by some window managers (including Windows). iconpositioniconposition(x, y), iconposition(). Set (get) the icon position hint to use when this window is iconified. This method are ignored by some window managers (including Windows). iconwindowiconwindow(window), iconwindow(). Set (get) the icon window to use as an icon when this window is iconified. This method are ignored by some window managers (including Windows). |