Class

HandyStatusPage

Description [src]

final class Handy.StatusPage : Gtk.Bin {
  /* No available fields */
}

A page used for empty/error states and similar use-cases.

The HdyStatusPage widget can have an icon, a title, a description and a custom widget which is displayed below them.

CSS nodes

HdyStatusPage has a main CSS node with name statuspage.

Available since:1.2

Ancestors

  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable

Constructors

hdy_status_page_new

Creates a new HdyStatusPage.

Available since: 1.2

Instance methods

hdy_status_page_get_description

Gets the description for self.

Available since: 1.2

hdy_status_page_get_icon_name

Gets the icon name for self.

Available since: 1.2

hdy_status_page_get_title

Gets the title for self.

Available since: 1.2

hdy_status_page_set_description

Sets the description for self.

Available since: 1.2

hdy_status_page_set_icon_name

Sets the icon name for self.

Available since: 1.2

hdy_status_page_set_title

Sets the title for self.

Available since: 1.2

Properties

Handy.StatusPage:description

The description to be displayed below the title.

Available since: 1.2

Handy.StatusPage:icon-name

The name of the icon to be used.

Available since: 1.2

Handy.StatusPage:title

The title to be displayed below the icon.

Available since: 1.2

Class structure

struct HandyStatusPageClass {
  GtkBinClass parent_class;
  
}
Class members
parent_class
GtkBinClass
  No description available.