adw.status_page
Module for [StatusPage] class
Types 3
classStatusPage : gtk.widget.Widget
A page used for empty/error states and similar use-cases.
The adw.status_page.StatusPage widget can have an icon, a title, a description and a custom widget which is displayed below them.
CSS nodes
adw.status_page.StatusPage has a main CSS node with name statuspage.
adw.status_page.StatusPage can use the .compact style class for when it needs to fit into a small space such a sidebar or a popover.
Methods
StatusPageGidBuilder builder() static nothrowGet builder for [adw.status_page.StatusPage] Returns: New builder objectvoid child(gtk.widget.Widget propval) @property nothrowSet `child` property. Params: propval = The child widget.string description() @property nothrowGet `description` property. Returns: The description markup to be displayed below the title.void description(string propval) @property nothrowSet `description` property. Params: propval = The description markup to be displayed below the title.string iconName() @property nothrowGet `iconName` property. Returns: The name of the icon to be used.void iconName(string propval) @property nothrowSet `iconName` property. Params: propval = The name of the icon to be used.gdk.paintable.Paintable paintable() @property nothrowGet `paintable` property. Returns: The paintable to be used.void paintable(gdk.paintable.Paintable propval) @property nothrowSet `paintable` property. Params: propval = The paintable to be used.string title() @property nothrowGet `title` property. Returns: The title to be displayed below the icon.void title(string propval) @property nothrowSet `title` property. Params: propval = The title to be displayed below the icon.gtk.widget.Widget getChild() nothrowGets the child widget of self. Returns: the child widget of selfFluent builder implementation template for adw.status_page.StatusPage
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chainingT description(string propval) nothrowSet `description` property. Params: propval = The description markup to be displayed below the title. Returns: Builder instance for fluent chainingT iconName(string propval) nothrowSet `iconName` property. Params: propval = The name of the icon to be used.T paintable(gdk.paintable.Paintable propval) nothrowSet `paintable` property. Params: propval = The paintable to be used.T title(string propval) nothrowSet `title` property. Params: propval = The title to be displayed below the icon.Fluent builder for adw.status_page.StatusPage
Methods