| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkEventBox
╰── FontManagerPlaceHolder
GtkWidget * font_manager_place_holder_new (const gchar *title,const gchar *subtitle,const gchar *message,const gchar *icon_name);
title |
Title to display in placeholder. |
[nullable] |
subtitle |
Subtitle to display in placeholder. |
[nullable] |
message |
Message to display in placeholder. |
[nullable] |
icon_name |
Named icon to use in placeholder. |
[nullable] |
A newly created FontManagerPlaceHolder.
Free the returned object using . g_object_unref()
[transfer full]
#define FONT_MANAGER_TYPE_PLACE_HOLDER (font_manager_place_holder_get_type ())
“icon-name” property “icon-name” gchar *
Named icon to display in center of place holder.
Owner: FontManagerPlaceHolder
Flags: Read / Write
Default value: NULL
“message” property “message” gchar *
Message to display beneath icon.
Owner: FontManagerPlaceHolder
Flags: Read / Write
Default value: NULL
“subtitle” property “subtitle” gchar *
Text to display as a subtitle beneath icon.
Owner: FontManagerPlaceHolder
Flags: Read / Write
Default value: NULL