Searched refs:RootWidget (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dui.py44 class RootWidget(urwid.Frame): class in inherits:urwid.Frame
118 root: RootWidget = attr.ib(attr.Factory(lambda s: s._make_root(), True), init=False)
141 def _make_root(self) -> 'RootWidget':
142 return RootWidget(self.body, self.header, self.footer, 'body', ui=self)

Completed in 2 milliseconds