![]() |
![]() |
The Gtk::FontSelection widget lists the available fonts, styles and sizes, allowing the user to select a font. It is used in the Gtk::FontSelectionDialog widget to provide a dialog box for selecting fonts.
Public Member Functions | |
FontSelection () | |
const Button* | get_filter_button () const |
Button* | get_filter_button () |
const Entry* | get_font_entry () const |
Entry* | get_font_entry () |
Glib::ustring | get_font_name () const |
const Entry* | get_font_style_entry () const |
Entry* | get_font_style_entry () |
const RadioButton* | get_pixels_button () const |
RadioButton* | get_pixels_button () |
const RadioButton* | get_points_button () const |
RadioButton* | get_points_button () |
const Entry* | get_preview_entry () const |
Entry* | get_preview_entry () |
Glib::ustring | get_preview_text () const |
const Entry* | get_size_entry () const |
Entry* | get_size_entry () |
const GtkFontSelection* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkFontSelection* | gobj () |
Provides access to the underlying C GtkObject. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_font_name () const |
The X string that represents this font. | |
Glib::PropertyProxy<Glib::ustring> | property_font_name () |
The X string that represents this font. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_preview_text () const |
The text to display in order to demonstrate the selected font. | |
Glib::PropertyProxy<Glib::ustring> | property_preview_text () |
The text to display in order to demonstrate the selected font. | |
bool | set_font_name (const Glib::ustring& fontname) |
void | set_preview_text (const Glib::ustring& fontname) |
virtual | ~FontSelection () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::FontSelection* | wrap (GtkFontSelection* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox. |
|
The X string that represents this font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The X string that represents this font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The text to display in order to demonstrate the selected font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The text to display in order to demonstrate the selected font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|