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)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GtkFontButton
GtkBuildable
and GtkActivatable
.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.gtkFontButton
is the equivalent of gtkFontButtonNew
.font-name
[character : * : Read / Write]show-size
[logical : Read / Write]TRUE
, the selected font size will be shown
in the label. For a more WYSIWYG way to show the selected size, see the
::use-size property.
Default value: TRUE Since 2.4 show-style
[logical : Read / Write]TRUE
, the name of the selected font style
will be shown in the label. For a more WYSIWYG way to show the selected
style, see the ::use-font property.
Default value: TRUE Since 2.4 title
[character : * : Read / Write]use-font
[logical : Read / Write]TRUE
, the label will be drawn
in the selected font.
Default value: FALSE Since 2.4 use-size
[logical : Read / Write]TRUE
, the label will be drawn
with the selected font size.
Default value: FALSE Since 2.4 GtkFontSelectionDialog
GtkColorButton