Tkinter Wiki   ShadowBox UserPreferences
 
HelpContents FindPage Diffs Info Edit Subscribe XML Print View

ShadowBox is a canvas object which draws a box around something.

  1 
  2 
  3 
  4 
  5 
  6 
  7 
  8 
ShadowBox(self.canvas, name='bigtest', ulx=50, uly=50,
                          width=50, height=50,
                          relief=Tkinter.RIDGE,
                          bd=10,
                          ridgeWidth=8,
                          allowMotion=1,
                          background='lightblue',
                          )

Screenshot:

ShadowBox1.png

PythonPowered