1
2@c %start of fragment
3
4@node GtkFontSelectionDialog
5@chapter GtkFontSelectionDialog
6A dialog box for selecting fonts
7
8@section Overview
9The @code{<gtk-font-selection-dialog>} widget is a dialog box for selecting a
10font.
11
12To set the font which is initially selected, use
13@code{gtk-font-selection-dialog-set-font-name}.
14
15To get the selected font use @code{gtk-font-selection-dialog-get-font-name}.
16
17To change the text which is shown in the preview area, use
18@code{gtk-font-selection-dialog-set-preview-text}.
19
20@section Usage
21@include defuns-gtkfontseldlg.xml.texi
22
23@c %end of fragment
24