Searched refs:SPFontSelector (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/widgets/
H A Dfont-selector.h21 struct SPFontSelector;
24 #define SP_FONT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_FONT_SELECTOR, SPFontSelector))
46 /* SPFontSelector */
52 void sp_font_selector_set_fontspec (SPFontSelector *fsel, Glib::ustring fontspec, double size);
53 Glib::ustring sp_font_selector_get_fontspec (SPFontSelector *fsel);
55 double sp_font_selector_get_size (SPFontSelector *fsel);
H A Dfont-selector.cpp35 /* SPFontSelector */
37 struct SPFontSelector struct
70 void (* font_set) (SPFontSelector *fsel, gchar *fontspec);
81 SPFontSelector *fsel);
84 SPFontSelector *fsel);
87 SPFontSelector *fsel);
89 static void sp_font_selector_emit_set (SPFontSelector *fsel);
90 static void sp_font_selector_set_sizes( SPFontSelector *fsel );
95 G_DEFINE_TYPE(SPFontSelector, sp_font_selector, GTK_TYPE_BOX);
97 G_DEFINE_TYPE(SPFontSelector, sp_font_selecto
[all...]
/inkscape/src/ui/dialog/
H A Dglyphs.h23 struct SPFontSelector;
55 static void fontChangeCB(SPFontSelector *fontsel, Glib::ustring fontspec, GlyphsPanel *self);
75 SPFontSelector *fsel;
H A Dtext-edit.h38 struct SPFontSelector;
109 * @param fontsel pointer to SPFontSelector (currently not used).
113 static void onFontChange (SPFontSelector *fontsel, gchar* fontspec, TextEdit *self);
193 SPFontSelector *fsel;
H A Dtext-edit.cpp648 void TextEdit::onFontChange(SPFontSelector * /*fontsel*/, gchar* fontspec, TextEdit *self)
H A Dglyphs.cpp670 void GlyphsPanel::fontChangeCB(SPFontSelector * /*fontsel*/, Glib::ustring /*fontspec*/, GlyphsPanel *self)
734 //double sp_font_selector_get_size (SPFontSelector *fsel);

Completed in 22 milliseconds