RegularWindow#
- class ignis.widgets.RegularWindow(namespace: str, **kwargs)#
Bases:
Gtk.Window
A standart application window.
- Parameters:
widgets.RegularWindow( child=widgets.Label(label="this is regular window"), title="This is title", namespace='some-regular-window', titlebar=widgets.HeaderBar(show_title_buttons=True), )