Searched refs:fontsel (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | glyphs.h | 55 static void fontChangeCB(SPFontSelector *fontsel, Glib::ustring fontspec, GlyphsPanel *self);
|
H A D | text-edit.h | 109 * @param fontsel pointer to SPFontSelector (currently not used). 113 static void onFontChange (SPFontSelector *fontsel, gchar* fontspec, TextEdit *self); 120 * @param fontsel pointer to FontVariant (currently not used).
|
H A D | text-edit.cpp | 91 GtkWidget *fontsel = sp_font_selector_new (); local 92 gtk_widget_set_size_request (fontsel, 0, 150); 93 fsel = SP_FONT_SELECTOR(fontsel); 94 fontsel_hbox.pack_start(*Gtk::manage(Glib::wrap(fontsel)), true, true); 228 g_signal_connect ( G_OBJECT (fontsel), "font_set", G_CALLBACK (onFontChange), this ); 648 void TextEdit::onFontChange(SPFontSelector * /*fontsel*/, gchar* fontspec, TextEdit *self)
|
H A D | glyphs.cpp | 356 GtkWidget *fontsel = sp_font_selector_new(); local 357 fsel = SP_FONT_SELECTOR(fontsel); 360 gtk_widget_set_size_request (fontsel, 0, 150); 361 g_signal_connect( G_OBJECT(fontsel), "font_set", G_CALLBACK(fontChangeCB), this ); 364 table->attach(*Gtk::manage(Glib::wrap(fontsel)), 0, row, 3, 1); 366 table->attach(*Gtk::manage(Glib::wrap(fontsel)), 670 void GlyphsPanel::fontChangeCB(SPFontSelector * /*fontsel*/, Glib::ustring /*fontspec*/, GlyphsPanel *self)
|
Completed in 20 milliseconds