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),
)
property namespace: str#
  • required, read-only

The name of the window, used for accessing it from the CLI and IgnisApp. It must be unique.