Handy.StatusPage¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
The description to be displayed below the title |
||
r/w/en |
The name of the icon to be used |
||
r/w/en |
The title to be displayed below the icon |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Handy.StatusPage(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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 namestatuspage
.New in version 1.2.
- classmethod new()¶
- Returns:
the newly created
HdyStatusPage
- Return type:
Creates a new
HdyStatusPage
.New in version 1.2.
- get_description()¶
-
Gets the description for self.
New in version 1.2.
- get_icon_name()¶
-
Gets the icon name for self.
New in version 1.2.
- get_title()¶
-
Gets the title for self.
New in version 1.2.
- set_description(description)¶
-
Sets the description for self.
New in version 1.2.
- set_icon_name(icon_name)¶
-
Sets the icon name for self.
New in version 1.2.
Property Details¶
- Handy.StatusPage.props.description¶
- Name:
description
- Type:
- Default Value:
''
- Flags:
The description to be displayed below the title.
New in version 1.2.
- Handy.StatusPage.props.icon_name¶
- Name:
icon-name
- Type:
- Default Value:
- Flags:
The name of the icon to be used.
New in version 1.2.
- Handy.StatusPage.props.title¶
- Name:
title
- Type:
- Default Value:
''
- Flags:
The title to be displayed below the icon.
New in version 1.2.