gtkmm 3.1.16
Public Member Functions | Related Functions

Gtk::FontChooserDialog Class Reference

A dialog box for selecting fonts. More...

Inheritance diagram for Gtk::FontChooserDialog:
Inheritance graph
[legend]
Collaboration diagram for Gtk::FontChooserDialog:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~FontChooserDialog ()
GtkFontChooserDialog* gobj ()
 Provides access to the underlying C GtkObject.
const GtkFontChooserDialog* gobj () const
 Provides access to the underlying C GtkObject.
 FontChooserDialog ()
 FontChooserDialog (const Glib::ustring& title)
 FontChooserDialog (const Glib::ustring& title, Window& transient_for)
FontChooserget_font_chooser ()
const FontChooserget_font_chooser () const
Glib::ustring get_font_name () const
bool set_font_name (const Glib::ustring& fontname)
Glib::ustring get_preview_text () const
void set_preview_text (const Glib::ustring& fontname)

Related Functions

(Note that these are not member functions.)
Gtk::FontChooserDialogwrap (GtkFontChooserDialog* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

A dialog box for selecting fonts.

To set the font which is initially selected, use set_font_name().

To get the selected font use get_font_name().

To change the text which is shown in the preview area, use set_preview_text().

Since gtkmm 3.2:

Constructor & Destructor Documentation

virtual Gtk::FontChooserDialog::~FontChooserDialog ( ) [virtual]
Gtk::FontChooserDialog::FontChooserDialog ( )
Gtk::FontChooserDialog::FontChooserDialog ( const Glib::ustring title) [explicit]
Gtk::FontChooserDialog::FontChooserDialog ( const Glib::ustring title,
Window transient_for 
) [explicit]

Member Function Documentation

FontChooser* Gtk::FontChooserDialog::get_font_chooser ( )
const FontChooser* Gtk::FontChooserDialog::get_font_chooser ( ) const
Glib::ustring Gtk::FontChooserDialog::get_font_name ( ) const
Glib::ustring Gtk::FontChooserDialog::get_preview_text ( ) const
GtkFontChooserDialog* Gtk::FontChooserDialog::gobj ( ) [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

const GtkFontChooserDialog* Gtk::FontChooserDialog::gobj ( ) const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

bool Gtk::FontChooserDialog::set_font_name ( const Glib::ustring fontname)
void Gtk::FontChooserDialog::set_preview_text ( const Glib::ustring fontname)

Friends And Related Function Documentation

Gtk::FontChooserDialog* wrap ( GtkFontChooserDialog *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: