Public member index:
-
Gtk_FontSelectionDialog(const _gtk_string &title);
-
-
Gtk_FontSelectionDialog(GtkFontSelectionDialog *castitem);
-
-
void set_font_name(const string &fontname);
-
-
string get_font_name()const;
-
-
Gdk_Font get_font()const;
-
-
void set_preview_text(const string &fontname);
-
-
string get_preview_text()const;
-
-
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_FontSelection *get_font_selection();
-
-
Gtk_Button *get_ok_button();
-
-
Gtk_Button *get_apply_button();
-
-
Gtk_Button *get_cancel_button();
-
-
const Gtk_FontSelection *get_font_selection()const;
-
-
const Gtk_Button *get_ok_button()const;
-
-
const Gtk_Button *get_apply_button()const;
-
-
const Gtk_Button *get_cancel_button()const;
-
-
GtkFontSelectionDialog *gtkobj();
-
-
const GtkFontSelectionDialog *gtkobj()const;
-
-
static bool isGtkFontSelectionDialog(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
-
-
-
Private member index:
-
-
-
GtkType get_type();
-
|