~ubuntu-branches/ubuntu/intrepid/pyxine/intrepid-proposed

« back to all changes in this revision

Viewing changes to HINTS

  • Committer: Bazaar Package Importer
  • Author(s): Joe Wreschnig
  • Date: 2003-11-11 12:13:24 UTC
  • Revision ID: james.westby@ubuntu.com-20031111121324-y3z5cd02mf87o0gn
Tags: upstream-0.1alpha2
ImportĀ upstreamĀ versionĀ 0.1alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Tkinter
 
2
 
 
3
   When using a Tkinter.Frame for X11 xine output, make sure to
 
4
   specify bg='' as an option.  This keeps Tk from redrawing the
 
5
   background upon expose events.
 
6
 
 
7
   Make sure to stop the stream playback before the Frame is deleted.
 
8
   (You can do this by catching the '<Destroy>' event.)