Method
GtkFontSelectionget_size_entry
deprecated: 3.2 since: 2.14
Declaration [src]
GtkWidget*
gtk_font_selection_get_size_entry (
GtkFontSelection* fontsel
)
Description [src]
This returns the GtkEntry
used to allow the user to edit the font
number manually instead of selecting it from the list of font sizes.
Available since: 2.14
Deprecated since: 3.2
Use GtkFontChooser
.
Return value
Type: GtkWidget
A GtkWidget
that is part of fontsel
.
The returned data is owned by the instance. |