Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkFontSelection *gtkobj();
-
-
const GtkFontSelection *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_FontSelection();
-
-
Gtk_FontSelection();
-
-
string get_font_name()const;
-
-
Gdk_Font get_font()const;
-
-
bool set_font_name(const string &fontname);
-
-
void set_filter(GtkFontFilterType filter_type,GtkFontType font_type,const Gtk_SArray &foundries,const Gtk_SArray &weights,const Gtk_SArray &slants,const Gtk_SArray &setwidths,const Gtk_SArray &spacings,const Gtk_SArray &charsets);
-
-
string get_preview_text()const;
-
-
void set_preview_text(const string &fontname);
-
-
Gtk_Box *get_font_box()const;
-
-
Gtk_Label *get_font_label()const;
-
-
Gtk_Entry *get_font_entry()const;
-
-
Gtk_Entry *get_font_style_entry()const;
-
-
Gtk_Entry *get_size_entry()const;
-
-
Gtk_Entry *get_preview_entry()const;
-
-
Gtk_CList *get_font_list()const;
-
-
Gtk_CList *get_font_style_list()const;
-
-
Gtk_CList *get_size_list()const;
-
-
Gtk_RadioButton *get_pixels_button()const;
-
-
Gtk_RadioButton *get_points_button()const;
-
-
Gtk_Button *get_filter_button()const;
-
-
Gtk_Label *get_message_label()const;
-
-
Gtk_Box *get_info_box()const;
-
-
Gtk_CList *get_info_list()const;
-
-
Gtk_Entry *get_requested_font_name()const;
-
-
Gtk_Entry *get_actual_font_name()const;
-
-
Gtk_Box *get_filter_box()const;
-
-
Gtk_CheckButton *get_type_bitmaps_button()const;
-
-
Gtk_CheckButton *get_type_scalable_button()const;
-
-
Gtk_CheckButton *get_type_scaled_bitmaps_button()const;
-
-
-
-
Gtk_CList *get_filter_list(PropertyType p);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_FontSelection(GtkFontSelection *castitem);
-
Private member index:
-
-
-
Gtk_FontSelection(const Gtk_FontSelection &);
-
-
Gtk_FontSelection &operator =(const Gtk_FontSelection &);
-
|