Searched refs:DecoratedWindow (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 107 class DecoratedWindow( Window ): class in NCursesUI 134 class ThreadActivityWindow( DecoratedWindow ): 138 NCursesUI.DecoratedWindow.__init__( self, "Thread Activity", x, y, width, height ) 150 class MainWindow( DecoratedWindow ): 155 NCursesUI.DecoratedWindow.__init__( self, None, x, y, width, height ) 170 class ShellOutputWindow( DecoratedWindow ): 174 NCursesUI.DecoratedWindow.__init__( self, "Command Line Window", x, y, width, height )
|