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