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