StackPage.needsAttention

Get needsAttention property.

  1. bool needsAttention [@property getter]
    class StackPage
    @property
    bool
    needsAttention
    ()
  2. bool needsAttention [@property setter]

Return Value

Type: bool

Whether the page requires the user attention.

This is used by the gtk.stack_switcher.StackSwitcher to change the appearance of the corresponding button when a page needs attention and it is not the current one.