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
“description”
property “description” char *
The description to be displayed below the title.
Owner: HdyStatusPage
Flags: Read / Write
Default value: ""
Since: 1.2
“icon-name”
property “icon-name” char *
The name of the icon to be used.
Owner: HdyStatusPage
Flags: Read / Write
Default value: NULL
Since: 1.2
“title”
property “title” char *
The title to be displayed below the icon.
Owner: HdyStatusPage
Flags: Read / Write
Default value: ""
Since: 1.2