| Top |
| gchar * | description | Read / Write |
| GtkJustification | justification | Read / Write |
| gboolean | undo-available | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── FontManagerPreviewControls
FontManagerPreviewControls implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Widget which provides controls for setting preview text justification, resetting the preview back to its default state and displays a description of the current font.
GtkWidget *
font_manager_preview_controls_new (void);
A newly created FontManagerPreviewControls.
Free the returned object using . g_object_unref()
[transfer full]
#define FONT_MANAGER_TYPE_PREVIEW_CONTROLS (font_manager_preview_controls_get_type())
“description” property “description” gchar *
PangoFontDescription for currently displayed font.
Owner: FontManagerPreviewControls
Flags: Read / Write
Default value: NULL
“justification” property “justification” GtkJustification
Preview text justification.
Owner: FontManagerPreviewControls
Flags: Read / Write
Default value: GTK_JUSTIFY_CENTER
“edit-toggled” signalvoid user_function (FontManagerPreviewControls *fontmanagerpreviewcontrols, gboolean arg1, gpointer user_data)
Flags: Run First
“undo-clicked” signalvoid user_function (FontManagerPreviewControls *fontmanagerpreviewcontrols, gpointer user_data)
Flags: Run First