Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

child?: Gtk.Widget

The child of the page.

icon?: Gio.Icon

The icon of the page.

[classTabBar] displays the icon next to the title.

It will not show the icon if [propertyTabPage:loading] is set to TRUE, or if the page is pinned and [propertyTabPage:indicator-icon] is set.

indicator_activatable?: boolean

Whether the indicator icon is activatable.

If set to TRUE, [signalTabView::indicator-activated] will be emitted when the indicator icon is clicked.

If [propertyTabPage:indicator-icon] is not set, does nothing.

indicator_icon?: Gio.Icon

An indicator icon for the page.

A common use case is an audio or camera indicator in a web browser.

[classTabPage] will show it at the beginning of the tab, alongside icon representing [propertyTabPage:icon] or loading spinner.

If the page is pinned, the indicator will be shown instead of icon or spinner.

If [propertyTabPage:indicator-activatable] is set to TRUE, the indicator icon can act as a button.

loading?: boolean

Whether the page is loading.

If set to TRUE, [classTabBar] will display a spinner in place of icon.

If the page is pinned and [propertyTabPage:indicator-icon] is set, the loading status will not be visible.

needs_attention?: boolean

Whether the page needs attention.

[classTabBar] will display a glow under the tab representing the page if set to TRUE. If the tab is not visible, the corresponding edge of the tab bar will be highlighted.

parent?: Handy.TabPage

The parent page of the page.

See [methodTabView.add_page] and [methodTabView.close_page].

title?: string

The title of the page.

[classTabBar] will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless [propertyTabPage:tooltip] is set.

tooltip?: string

The tooltip of the page.

The tooltip can be marked up with the Pango text markup language.

If not set, [classTabBar] will use [propertyTabPage:title] as a tooltip instead.

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