Constructor
GtkFontChooserDialognew
since: 3.2
Declaration [src]
GtkWidget*
gtk_font_chooser_dialog_new (
const gchar* title,
GtkWindow* parent
)
Parameters
title-
Type:
const gchar*Title of the dialog, or
NULL.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. parent-
Type:
GtkWindowTransient parent of the dialog, or
NULL.The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A new GtkFontChooserDialog.
| The data is owned by the called function. |