Added ability to make widget always drawn on top

This commit is contained in:
Mark Mine 2003-10-29 04:50:43 +00:00
parent cded5d414c
commit 54ca7ac70e

View File

@ -122,6 +122,11 @@ class DirectSessionPanel(AppShell):
variable = self.directWidgetOnTop,
command = self.toggleWidgetOnTop)
self.menuBar.addmenuitem('DIRECT', 'command',
'Deselect All',
label = 'Deselect All',
command = direct.deselectAll)
# Get a handle to the menu frame
menuFrame = self.menuFrame