Example #1
0
 def hide(self):
     global _instance
     if _instance == self:
         _instance = None
     Layout.hide(self)
Example #2
0
 def hide(self):
     global _instance
     if _instance == self:
         _instance = None
     Layout.hide(self)