Exemplo n.º 1
0
def make_status():
    class TB:
        def add_corner_widget(self, val):
            pass

    titlebar = TB()
    status_editor = StatusWidget(context, titlebar, None)
    status_editor.show()
    return status_editor