#include <font-picker.h>
Inheritance diagram for Gnome::UI::FontPicker:
Public Member Functions | ||||
virtual | ~FontPicker () | |||
GnomeFontPicker * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeFontPicker * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
FontPicker () | ||||
void | set_title (const Glib::ustring &title) | |||
Glib::ustring | get_title () const | |||
GnomeFontPickerMode | get_mode () const | |||
void | set_mode (GnomeFontPickerMode mode) | |||
void | set_use_font_in_label (bool use_font_in_label, gint size) | |||
void | set_show_size (bool show_size=true) | |||
void | uw_set_widget (Gtk::Widget &widget) | |||
Gtk::Widget * | uw_get_widget () | |||
const Gtk::Widget * | uw_get_widget () 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 &text) | |||
Glib::SignalProxy1< void, const Glib::ustring & > | signal_font_set () | |||
| ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::UI::FontPicker * | wrap (GnomeFontPicker *object, bool take_copy=false) | |||
|
virtual Gnome::UI::FontPicker::~FontPicker | ( | ) | [virtual] |
Gnome::UI::FontPicker::FontPicker | ( | ) |
GnomeFontPicker* Gnome::UI::FontPicker::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeFontPicker* Gnome::UI::FontPicker::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
void Gnome::UI::FontPicker::set_title | ( | const Glib::ustring & | title | ) |
Glib::ustring Gnome::UI::FontPicker::get_title | ( | ) | const |
GnomeFontPickerMode Gnome::UI::FontPicker::get_mode | ( | ) | const |
void Gnome::UI::FontPicker::set_mode | ( | GnomeFontPickerMode | mode | ) |
void Gnome::UI::FontPicker::set_use_font_in_label | ( | bool | use_font_in_label, | |
gint | size | |||
) |
void Gnome::UI::FontPicker::set_show_size | ( | bool | show_size = true |
) |
void Gnome::UI::FontPicker::uw_set_widget | ( | Gtk::Widget & | widget | ) |
Gtk::Widget* Gnome::UI::FontPicker::uw_get_widget | ( | ) |
const Gtk::Widget* Gnome::UI::FontPicker::uw_get_widget | ( | ) | const |
Glib::ustring Gnome::UI::FontPicker::get_font_name | ( | ) | const |
bool Gnome::UI::FontPicker::set_font_name | ( | const Glib::ustring & | fontname | ) |
Glib::ustring Gnome::UI::FontPicker::get_preview_text | ( | ) | const |
void Gnome::UI::FontPicker::set_preview_text | ( | const Glib::ustring & | text | ) |
Glib::SignalProxy1< void,const Glib::ustring& > Gnome::UI::FontPicker::signal_font_set | ( | ) |
void font_set(const Glib::ustring& font_name)
Gnome::UI::FontPicker * wrap | ( | GnomeFontPicker * | 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. |