FontDialog.chooseFamily

This function initiates a font selection operation by presenting a dialog to the user for selecting a font family.

The callback will be called when the dialog is dismissed. It should call gtk.font_dialog.FontDialog.chooseFamilyFinish to obtain the result.

Parameters

parent gtk.window.Window
initialValue pango.font_family.FontFamily

the initial value

cancellable gio.cancellable.Cancellable

a gio.cancellable.Cancellable to cancel the operation

callback gio.types.AsyncReadyCallback

a callback to call when the operation is complete