gtkmm
3.4.0
|
A dialog box for selecting fonts. More...
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) | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::FontChooserDialog* | wrap (GtkFontChooserDialog* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A dialog box for selecting fonts.
It implements the #GtkFontChooser interface.
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().
virtual Gtk::FontChooserDialog::~FontChooserDialog | ( | ) | [virtual] |
Gtk::FontChooserDialog::FontChooserDialog | ( | const Glib::ustring & | title | ) | [explicit] |
Gtk::FontChooserDialog::FontChooserDialog | ( | const Glib::ustring & | title, |
Window& | transient_for | ||
) | [explicit] |
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.
Gtk::FontChooserDialog* wrap | ( | GtkFontChooserDialog * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |