Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | adw_status_page_new () |
const char * | adw_status_page_get_icon_name () |
void | adw_status_page_set_icon_name () |
const char * | adw_status_page_get_title () |
void | adw_status_page_set_title () |
const char * | adw_status_page_get_description () |
void | adw_status_page_set_description () |
GtkWidget * | adw_status_page_get_child () |
void | adw_status_page_set_child () |
GtkWidget * | child | Read / Write |
char * | description | Read / Write |
char * | icon-name | Read / Write |
char * | title | Read / Write |
AdwStatusPage implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
GtkWidget *
adw_status_page_new (void
);
Creates a new AdwStatusPage.
Since: 1.0
const char *
adw_status_page_get_icon_name (AdwStatusPage *self
);
Gets the icon name for self
.
Since: 1.0
void adw_status_page_set_icon_name (AdwStatusPage *self
,const char *icon_name
);
Sets the icon name for self
.
Since: 1.0
const char *
adw_status_page_get_title (AdwStatusPage *self
);
Gets the title for self
.
Since: 1.0
void adw_status_page_set_title (AdwStatusPage *self
,const char *title
);
Sets the title for self
.
Since: 1.0
const char *
adw_status_page_get_description (AdwStatusPage *self
);
Gets the description for self
.
Since: 1.0
void adw_status_page_set_description (AdwStatusPage *self
,const char *description
);
Sets the description for self
.
Since: 1.0
GtkWidget *
adw_status_page_get_child (AdwStatusPage *self
);
Gets the child widget of self
.
Since: 1.0
void adw_status_page_set_child (AdwStatusPage *self
,GtkWidget *child
);
Sets the child widget of self
.
Since: 1.0
“description”
property “description” char *
The description to be displayed below the title.
Owner: AdwStatusPage
Flags: Read / Write
Default value: ""
Since: 1.0
“icon-name”
property “icon-name” char *
The name of the icon to be used.
Owner: AdwStatusPage
Flags: Read / Write
Default value: NULL
Since: 1.0
“title”
property “title” char *
The title to be displayed below the icon.
Owner: AdwStatusPage
Flags: Read / Write
Default value: ""
Since: 1.0