![]() |
![]() |
The Gtk::FontSelectionDialog widget is a dialog box for selecting a font.
Public Member Functions | ||||
FontSelectionDialog (const Glib::ustring& title) | ||||
FontSelectionDialog () | ||||
const Button* | get_apply_button () const | |||
Button* | get_apply_button () | |||
const Button* | get_cancel_button () const | |||
Button* | get_cancel_button () | |||
Glib::ustring | get_font_name () const | |||
const FontSelection* | get_font_selection () const | |||
FontSelection* | get_font_selection () | |||
const Button* | get_ok_button () const | |||
Button* | get_ok_button () | |||
Glib::ustring | get_preview_text () const | |||
const GtkFontSelectionDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GtkFontSelectionDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
bool | set_font_name (const Glib::ustring& fontname) | |||
void | set_preview_text (const Glib::ustring& fontname) | |||
virtual | ~FontSelectionDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gtk::FontSelectionDialog* | wrap (GtkFontSelectionDialog* object, bool take_copy=false) | |||
|
virtual Gtk::FontSelectionDialog::~FontSelectionDialog | ( | ) | [virtual] |
Gtk::FontSelectionDialog::FontSelectionDialog | ( | ) |
Gtk::FontSelectionDialog::FontSelectionDialog | ( | const Glib::ustring & | title | ) | [explicit] |
const Button* Gtk::FontSelectionDialog::get_apply_button | ( | ) | const |
Button* Gtk::FontSelectionDialog::get_apply_button | ( | ) |
const Button* Gtk::FontSelectionDialog::get_cancel_button | ( | ) | const |
Button* Gtk::FontSelectionDialog::get_cancel_button | ( | ) |
Glib::ustring Gtk::FontSelectionDialog::get_font_name | ( | ) | const |
const FontSelection* Gtk::FontSelectionDialog::get_font_selection | ( | ) | const |
FontSelection* Gtk::FontSelectionDialog::get_font_selection | ( | ) |
const Button* Gtk::FontSelectionDialog::get_ok_button | ( | ) | const |
Button* Gtk::FontSelectionDialog::get_ok_button | ( | ) |
Glib::ustring Gtk::FontSelectionDialog::get_preview_text | ( | ) | const |
const GtkFontSelectionDialog* Gtk::FontSelectionDialog::gobj | ( | ) | const [inline] |
GtkFontSelectionDialog* Gtk::FontSelectionDialog::gobj | ( | ) | [inline] |
bool Gtk::FontSelectionDialog::set_font_name | ( | const Glib::ustring & | fontname | ) |
void Gtk::FontSelectionDialog::set_preview_text | ( | const Glib::ustring & | fontname | ) |
Gtk::FontSelectionDialog* wrap | ( | GtkFontSelectionDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |