| GtkFontSelectionDialog {RGtk2} | R Documentation |
A dialog box for selecting fonts
gtkFontSelectionDialogNew(title = NULL, show = TRUE)
gtkFontSelectionDialogGetFont(object)
gtkFontSelectionDialogGetFontName(object)
gtkFontSelectionDialogSetFontName(object, fontname)
gtkFontSelectionDialogGetPreviewText(object)
gtkFontSelectionDialogSetPreviewText(object, text)
gtkFontSelectionDialog(title = NULL, show = TRUE)
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----GtkFontSelectionDialog
GtkFontSelectionDialog implements AtkImplementorIface.
The GtkFontSelectionDialog widget is a dialog box for selecting a font.
To set the font which is initially selected, use
gtkFontSelectionDialogSetFontName.
To get the selected font use gtkFontSelectionDialogGetFont
or gtkFontSelectionDialogGetFontName.
To change the text which is shown in the preview area, use
gtkFontSelectionDialogSetPreviewText.
GtkFontSelectionDialogokButtonGtkWidget] The OK button of the dialogapplyButtonGtkWidget] The Apply button of the dialog. This button is hidden
by default but you can show/hide itcancelButtonGtkWidget] The Cancel button of the dialog
gtkFontSelectionDialog is the equivalent of gtkFontSelectionDialogNew.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkFontSelectionDialog.html