Gjsify LogoGjsify Logo

Interface ViewStackPage_ConstructProps

Hierarchy

Index

Properties

badge_number?: number

A number associated with the page.

[classViewSwitcher] can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page.

It can be used together with [propertyViewStack{age}:needs-attention].

child?: Gtk.Widget

The child of the page.

icon_name?: string

The icon name of the child page.

name?: string

The name of the child page.

needs_attention?: boolean

Whether the page requires the user attention.

[classViewSwitcher] will display it as a dot next to the page icon.

title?: string

The title of the child page.

use_underline?: boolean

Whether an embedded underline in the title indicates a mnemonic.

visible?: boolean

Whether this page is visible.

This is independent from the [propertyGtk.Widget:visible] property of [propertyViewStackPage:child].

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method