Class Index Cross Index Namespace Index

Class Gtk::FontSelection


Contained in: Gtk
Derived from: Gtk::Notebook
Derived by: none

#include <gtk--/fontselection.h>


public function member index:

FontSelection();
Entry* get_actual_font_name() const;
Box* get_filter_box() const;
Button* get_filter_button() const;
CList* get_filter_list(PropertyType p);
Gdk_Font get_font() const;
Box* get_font_box() const;
Entry* get_font_entry() const;
Label* get_font_label() const;
CList* get_font_list() const;
string get_font_name() const;
Entry* get_font_style_entry() const;
CList* get_font_style_list() const;
Box* get_info_box() const;
CList* get_info_list() const;
Label* get_message_label() const;
RadioButton* get_pixels_button() const;
RadioButton* get_points_button() const;
Entry* get_preview_entry() const;
string get_preview_text() const;
Entry* get_requested_font_name() const;
Entry* get_size_entry() const;
CList* get_size_list() const;
CheckButton* get_type_bitmaps_button() const;
CheckButton* get_type_scalable_button() const;
CheckButton* get_type_scaled_bitmaps_button() const;
GtkFontSelection* gtkobj();
const GtkFontSelection* gtkobj() const;
static bool isA(Object* object);
void set_filter(GtkFontFilterType filter_type, GtkFontType font_type, const SArray& foundries, const SArray& weights, const SArray& slants, const SArray& setwidths, const SArray& spacings, const SArray& charsets);
bool set_font_name(const string& fontname);
void set_preview_text(const string& fontname);
virtual ~FontSelection();
 

Description:



Function Member Descriptions:

Gtk::FontSelection::gtkobj - Returns the underlaying gtk+ object.

GtkFontSelection* gtkobj();

Gtk::FontSelection::isA - Returns true if object is this type.

static bool isA(Object* object);