Learn R Programming

RGtk2 (version 2.8.8)

GtkFontButton: GtkFontButton

Description

A button to launch a font selection dialog

Arguments

Methods and Functions

gtkFontButtonNew(show = TRUE) gtkFontButtonNewWithFont(fontname) gtkFontButtonSetFontName(object, fontname) gtkFontButtonGetFontName(object) gtkFontButtonSetShowStyle(object, show.style) gtkFontButtonGetShowStyle(object) gtkFontButtonSetShowSize(object, show.size) gtkFontButtonGetShowSize(object) gtkFontButtonSetUseFont(object, use.font) gtkFontButtonGetUseFont(object) gtkFontButtonSetUseSize(object, use.size) gtkFontButtonGetUseSize(object) gtkFontButtonSetTitle(object, title) gtkFontButtonGetTitle(object) gtkFontButton(show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----\link{GtkButton} +----GtkFontButton

Interfaces

GtkFontButton implements AtkImplementorIface.

Detailed Description

The GtkFontButton is a button which displays the currently selected font an allows to open a font selection dialog to change the font. It is suitable widget for selecting a font in a preference dialog.

Convenient Construction

gtkFontButton is the equivalent of gtkFontButtonNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkFontButton.html

See Also

GtkFontSelectionDialog GtkColorButton