# File widget.rb, line 267 def sleep if not @sleeping if hasStickyFocus? $window.setStickyFocus(nil) end @theme.setSleepState @sleeping=true end end