Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | hdy_status_page_new () |
const gchar * | hdy_status_page_get_icon_name () |
void | hdy_status_page_set_icon_name () |
const gchar * | hdy_status_page_get_title () |
void | hdy_status_page_set_title () |
const gchar * | hdy_status_page_get_description () |
void | hdy_status_page_set_description () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── HdyStatusPage
The HdyStatusPage widget can have an icon, a title, a description and a custom widget which is displayed below them.
GtkWidget *
hdy_status_page_new (void
);
Creates a new HdyStatusPage.
Since: 1.2
const gchar *
hdy_status_page_get_icon_name (HdyStatusPage *self
);
Gets the icon name for self
.
Since: 1.2
void hdy_status_page_set_icon_name (HdyStatusPage *self
,const gchar *icon_name
);
Sets the icon name for self
.
Since: 1.2
const gchar *
hdy_status_page_get_title (HdyStatusPage *self
);
Gets the title for self
.
Since: 1.2
void hdy_status_page_set_title (HdyStatusPage *self
,const gchar *title
);
Sets the title for self
.
Since: 1.2
const gchar *
hdy_status_page_get_description (HdyStatusPage *self
);
Gets the description for self
.
Since: 1.2
void hdy_status_page_set_description (HdyStatusPage *self
,const gchar *description
);
Sets the description for self
.
Since: 1.2