| ShadowBox |
UserPreferences |
| Tkinter Wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents | moin.sf.net |
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: