Lines Matching defs:icon
98 * Construct a stroke-style radio button with a given icon
101 * \param[in] icon The icon to use for the button
106 char const *icon,
117 Gtk::Widget *px = Gtk::manage(Glib::wrap(sp_icon_new(Inkscape::ICON_SIZE_LARGE_TOOLBAR, icon)));
453 * \param[in] icon The icon for the button
463 char const *icon,
468 g_assert(icon != NULL);
471 StrokeStyleButton *tb = new StrokeStyleButton(grp, icon, button_type, stroke_style);
474 set_data(icon, tb);