Constructor
GtkFontDialogButtonnew
Declaration [src]
GtkWidget*
gtk_font_dialog_button_new (
GtkFontDialog* dialog
)
Description [src]
Creates a new GtkFontDialogButton with the
given GtkFontDialog.
You can pass NULL to this function and set a GtkFontDialog
later. The button will be insensitive until that happens.
| Available since: | 4.10 |
Parameters
dialog |
GtkFontDialog |
The |
|
The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. |
Return value
| Returns: | GtkWidget |
The new |
|
| The data is owned by the called function. |