Constructor
GtkFontChooserDialognew
Declaration [src]
GtkWidget*
gtk_font_chooser_dialog_new (
const char* title,
GtkWindow* parent
)
Description [src]
Creates a new GtkFontChooserDialog
.
Deprecated since: | 4.10 |
Use |
Parameters
title |
const char* |
Title of the dialog. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
parent |
GtkWindow |
Transient parent of the dialog. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GtkWidget |
A new |
|
The data is owned by the called function. |