index
gtk-- homepage



Description:
Gtk_FontSelection

#include <gtk--/fontselection.h>
Base classes: Gtk_Notebook



Properties:


Public member index:


Gtk_FontSelection();
Gtk_FontSelection(GtkFontSelection *castitem);
~Gtk_FontSelection();
string get_font_name()const;
Gdk_Font get_font()const;
void set_font_name(const string &fontname);
string get_preview_text()const;
void set_preview_text(const string &fontname);
void set_filter(GtkFontFilterType filter_type,GtkFontType font_type,const vector <string > &foundries,const vector <string > &weights,const vector <string > &slants,const vector <string > &setwidths,const vector <string > &spacings,const vector <string > &charsets);
Gtk_Label *get_font_label();
Gtk_Entry *get_font_entry();
Gtk_CList *get_font_clist();
Gtk_Entry *get_font_style_entry();
Gtk_CList *get_font_style_clist();
Gtk_Entry *get_size_entry();
Gtk_CList *get_size_clist();
Gtk_RadioButton *get_pixels_button();
Gtk_RadioButton *get_points_button();
Gtk_Button *get_filter_button();
Gtk_CheckButton *get_scaled_bitmaps_button();
Gtk_Entry *get_preview_entry();
Gtk_Label *get_message_label();
Gtk_CList *get_info_clist();
Gtk_Entry *get_requested_font_name();
Gtk_Entry *get_actual_font_name();
Gtk_CList **get_filter_clists();
const Gtk_Label *get_font_label()const;
const Gtk_Entry *get_font_entry()const;
const Gtk_CList *get_font_clist()const;
const Gtk_Entry *get_font_style_entry()const;
const Gtk_CList *get_font_style_clist()const;
const Gtk_Entry *get_size_entry()const;
const Gtk_CList *get_size_clist()const;
const Gtk_RadioButton *get_pixels_button()const;
const Gtk_RadioButton *get_points_button()const;
const Gtk_Button *get_filter_button()const;
const Gtk_CheckButton *get_scaled_bitmaps_button()const;
const Gtk_Entry *get_preview_entry()const;
const Gtk_Label *get_message_label()const;
const Gtk_CList *get_info_clist()const;
const Gtk_Entry *get_requested_font_name()const;
const Gtk_Entry *get_actual_font_name()const;
const Gtk_CList *const *get_filter_clists()const;
GtkFontSelection *gtkobj();
const GtkFontSelection *gtkobj()const;
static bool isGtkFontSelection(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)