Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkFontSelectionDialog *gtkobj();
-
-
const GtkFontSelectionDialog *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_FontSelectionDialog();
-
-
Gtk_FontSelectionDialog(const gtkmm_string &title=(char *)0);
-
-
bool set_font_name(const string &fontname);
-
-
gtkmm_string get_font_name()const;
-
-
Gdk_Font get_font()const;
-
-
string get_preview_text()const;
-
-
void set_preview_text(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);
-
-
Gtk_FontSelection *get_font_selection()const;
-
-
Gtk_Button *get_ok_button()const;
-
-
Gtk_Button *get_apply_button()const;
-
-
Gtk_Button *get_cancel_button()const;
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_FontSelectionDialog(GtkFontSelectionDialog *castitem);
-
Private member index:
-
-
-
Gtk_FontSelectionDialog(const Gtk_FontSelectionDialog &);
-
-
Gtk_FontSelectionDialog &operator =(const Gtk_FontSelectionDialog &);
-
|