Constructor
Gtk.FontChooserDialog.new
Declaration [src]
GtkWidget*
gtk_font_chooser_dialog_new (
  const char* title,
  GtkWindow* parent
)
Parameters
| title | const char* | 
| Title of the dialog, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| parent | GtkWindow | 
| Transient parent of the dialog, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkWidget | |
| a new  | |
| Ownership is not transferred to the caller | |