pythonware.com products ::: library ::: search ::: daily Python-URL!
   

Miscellaneous

Back   Next   

  Miscellaneous

 bell

bell(). Generate a system-dependent sound (typically a short beep).

  clipboard_append

clipboard_append(string). Add text to the clipboard.

  clipboard_clear

clipboard_clear(). Clear the clipboard.

  selection_clear

selection_clear().

  selection_get

selection_get().

  selection_handle

selection_handle(command).

  selection_own

selection_own().

  selection_own_get

selection_own_get().

  tk_focusFollowsMouse

tk_focusFollowsMouse().

  tk_strictMotif

tk_strictMotif(flag). Under Unix, this method can be called to enforce strict Motif look and feel. To use this, create a root window by calling the Tk constructor, and then call this method with flag set to 1 before you create any other widgets. This method has no effect on other platforms.

 winfo_rgb

winfo_rgb(color). Convert a color string (in any form accepted by Tkinter) to a 3-tuple containing the corresponding red, green, and blue component. Note that the tuple contains 16-bit values (0..65535).

Back   Next