FontDialogButton
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public FontDialogButton (owned FontDialog? dialog)
public FontDialogButton (owned FontDialog? dialog)
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.
Parameters:
dialog |
the `GtkFontDialog` to use |
Returns:
the new `GtkFontDialogButton` |