Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkFontSelectionDialog

GtkFontSelectionDialog


Description

A dialog box for selecting fonts

Methods and Functions

Hierarchy

GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----GtkFontSelectionDialog

Interfaces

GtkFontSelectionDialog implements AtkImplementorIface and GtkBuildable.

Detailed Description

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 gtkFontSelectionDialogGetFontName.

To change the text which is shown in the preview area, use gtkFontSelectionDialogSetPreviewText.

GtkFontSelectionDialog as GtkBuildable

The GtkFontSelectionDialog implementation of the GtkBuildable interface exposes the embedded GtkFontSelection as internal child with the name "font_selection". It also exposes the buttons with the names "ok_button", "cancel_button" and "apply_button".

Structures

GtkFontSelectionDialog

undocumented

okButton

[GtkWidget]

applyButton

[GtkWidget]

cancelButton

[GtkWidget]

Convenient Construction

gtkFontSelectionDialog is the equivalent of gtkFontSelectionDialogNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.