Method
GtkFontSelectionDialogget_cancel_button
deprecated: 3.2 since: 2.14
Declaration [src]
GtkWidget*
gtk_font_selection_dialog_get_cancel_button (
GtkFontSelectionDialog* fsd
)
Description [src]
Gets the “Cancel” button.
Available since: 2.14
Deprecated since: 3.2
Use GtkFontChooserDialog
.
Return value
Type: GtkWidget
The GtkWidget
used in the dialog
for the “Cancel” button.
The returned data is owned by the instance. |