Constructor
GtkFontSelectionDialognew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_font_selection_dialog_new (
const gchar* title
)
Description [src]
Creates a new GtkFontSelectionDialog
.
Deprecated since: 3.2
Use GtkFontChooserDialog
.
Parameters
title
-
Type:
const gchar*
The title of the dialog window.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
A new GtkFontSelectionDialog
.
The data is owned by the called function. |