Gtk::FontSelection Class Reference
[Widgets]
A widget for selecting fonts. More...
Inherits Gtk::VBox.
List of all members.
Detailed Description
A widget for selecting fonts.
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.
Constructor & Destructor Documentation
virtual Gtk::FontSelection::~FontSelection |
( |
|
) |
[virtual] |
Gtk::FontSelection::FontSelection |
( |
|
) |
|
Member Function Documentation
const Button* Gtk::FontSelection::get_filter_button |
( |
|
) |
const |
Button* Gtk::FontSelection::get_filter_button |
( |
|
) |
|
const Entry* Gtk::FontSelection::get_font_entry |
( |
|
) |
const |
Entry* Gtk::FontSelection::get_font_entry |
( |
|
) |
|
Gets the currently-selected font name.
Note that this can be a different string than what you set with set_font_name(), as the font selection widget may normalize font names and thus return a string with a different structure. For example, "Helvetica Italic Bold 12" could be normalized to "Helvetica Bold Italic 12". Use pango_font_description_equal() if you want to compare two font descriptions.
- Returns:
- A string with the name of the current font, or
0
if no font is selected. You must free this string with Glib::free().
const Entry* Gtk::FontSelection::get_font_style_entry |
( |
|
) |
const |
Entry* Gtk::FontSelection::get_font_style_entry |
( |
|
) |
|
const RadioButton* Gtk::FontSelection::get_pixels_button |
( |
|
) |
const |
const RadioButton* Gtk::FontSelection::get_points_button |
( |
|
) |
const |
const Entry* Gtk::FontSelection::get_preview_entry |
( |
|
) |
const |
Entry* Gtk::FontSelection::get_preview_entry |
( |
|
) |
|
Gets the text displayed in the preview area.
- Returns:
- The text displayed in the preview area. This string is owned by the widget and should not be modified or freed.
const Entry* Gtk::FontSelection::get_size_entry |
( |
|
) |
const |
Entry* Gtk::FontSelection::get_size_entry |
( |
|
) |
|
const GtkFontSelection* Gtk::FontSelection::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox.
GtkFontSelection* Gtk::FontSelection::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox.
The string that represents this font.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
The string that represents this font.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
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.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
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.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
bool Gtk::FontSelection::set_font_name |
( |
const Glib::ustring & |
fontname |
) |
|
Sets the currently-selected font.
Note that the fontsel needs to know the screen in which it will appear for this to work; this can be guaranteed by simply making sure that the fontsel is inserted in a toplevel window before you call this function.
- Parameters:
-
| fontname | A font name like "Helvetica 12" or "Times Bold 18". |
- Returns:
true
if the font could be set successfully; false
if no such font exists or if the fontsel doesn't belong to a particular screen yet.
void Gtk::FontSelection::set_preview_text |
( |
const Glib::ustring & |
fontname |
) |
|
Sets the text displayed in the preview area.
The text is used to show how the selected font looks.
- Parameters:
-
| text | The text to display in the preview area. |
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
| 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. |
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: