/inkscape/src/ui/widget/ |
H A D | entry.cpp | 24 Glib::ustring const &icon, 26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic) 22 Entry( Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | text.cpp | 24 Glib::ustring const &icon, 26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic), 22 Text(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | anchor-selector.cpp | 12 #include "widgets/icon.h" 13 #include "ui/icon-names.h" 19 void AnchorSelector::setupButton(const Glib::ustring& icon, Gtk::ToggleButton& button) { argument 20 Gtk::Widget* buttonIcon = Gtk::manage(sp_icon_get_icon(icon, Inkscape::ICON_SIZE_SMALL_TOOLBAR));
|
H A D | random.cpp | 18 #include "widgets/icon.h" 30 Glib::ustring const &icon, 32 : Scalar(label, tooltip, suffix, icon, mnemonic) 41 Glib::ustring const &icon, 43 : Scalar(label, tooltip, digits, suffix, icon, mnemonic) 57 Glib::ustring const &icon, 59 : Scalar(label, tooltip, adjust, digits, suffix, icon, mnemonic) 28 Random(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 38 Random(Glib::ustring const &label, Glib::ustring const &tooltip, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 49 Random(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | labelled.cpp | 18 #include "widgets/icon.h" 28 Glib::ustring const &icon, 34 g_assert(g_utf8_validate(icon.c_str(), -1, NULL)); 35 if (icon != "") { 36 _icon = sp_icon_get_icon(icon.c_str(), Inkscape::ICON_SIZE_LARGE_TOOLBAR); 25 Labelled(Glib::ustring const &label, Glib::ustring const &tooltip, Gtk::Widget *widget, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | point.cpp | 30 Glib::ustring const &icon, 32 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic), 44 Glib::ustring const &icon, 46 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic), 63 Glib::ustring const &icon, 65 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic), 28 Point(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 41 Point(Glib::ustring const &label, Glib::ustring const &tooltip, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 55 Point(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | scalar.cpp | 28 Glib::ustring const &icon, 30 : Labelled(label, tooltip, new SpinButton(), suffix, icon, mnemonic), 38 Glib::ustring const &icon, 40 : Labelled(label, tooltip, new SpinButton(0.0, digits), suffix, icon, mnemonic), 53 Glib::ustring const &icon, 55 : Labelled(label, tooltip, new SpinButton(adjust, 0.0, digits), suffix, icon, mnemonic), 26 Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 35 Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument 45 Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | scalar-unit.cpp | 28 Glib::ustring const &icon, 31 : Scalar(label, tooltip, suffix, icon, mnemonic), 54 Glib::ustring const &icon, 56 : Scalar(label, tooltip, suffix, icon, mnemonic), 25 ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, UnitType unit_type, Glib::ustring const &suffix, Glib::ustring const &icon, UnitMenu *unit_menu, bool mnemonic) argument 51 ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, ScalarUnit &take_unitmenu, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
/inkscape/src/ui/dialog/ |
H A D | undo-history.cpp | 53 // if this event type doesn't have an icon... 56 // if the icon isn't cached, render it to a pixbuf 60 Gtk::Widget* icon = sp_icon_get_icon(image, Inkscape::ICON_SIZE_MENU); local 62 if (icon) { 64 // check icon type (inkscape, gtk, none) 65 if ( SP_IS_ICON(icon->gobj()) ) { 66 SPIcon* sp_icon = SP_ICON(icon->gobj()); 69 } else if ( GTK_IS_IMAGE(icon->gobj()) ) { 78 delete icon; 82 delete icon; [all...] |
H A D | text-edit.cpp | 51 #include "ui/icon-names.h" 56 #include "widgets/icon.h" 255 GtkWidget *icon = sp_icon_new( Inkscape::ICON_SIZE_SMALL_TOOLBAR, icon_name ); local 256 if (!GTK_IS_IMAGE(icon)) { 257 icon = gtk_image_new_from_icon_name ( icon_name, GTK_ICON_SIZE_SMALL_TOOLBAR ); 265 button->add(*Gtk::manage(Glib::wrap(icon)));
|
H A D | document-properties.cpp | 45 #include "widgets/icon.h" 62 #include "ui/icon-names.h" 1381 const char *icon = NULL; local 1384 icon = "grid-rectangular"; 1387 icon = "grid-axonometric"; 1392 _grids_notebook.append_page(*(*it)->newWidget(), _createPageTabLabel(name, icon));
|
/inkscape/src/widgets/ |
H A D | ink-action.cpp | 1 #include "widgets/icon.h" 2 #include "icon-size.h" 58 "The id for the icon", 66 "The size the icon", 178 SPIcon* icon = SP_ICON(child); local 179 sp_icon_fetch_pixbuf( icon ); 180 GdkPixbuf* target = icon->pb; 184 gtk_widget_destroy( GTK_WIDGET(icon) ); 273 "The id for the icon", 281 "The size the icon", [all...] |
H A D | image-menu-item.c | 32 * @Short_description: A menu item with an icon 35 * A ImageMenuItem is a menu item which has an icon next to the text label. 641 GIcon *icon = gtk_action_get_gicon (action); local 651 if (icon && GTK_IS_IMAGE (image) && 654 gtk_image_set_from_gicon (GTK_IMAGE (image), icon, GTK_ICON_SIZE_MENU); local 699 else if (strcmp (property_name, "icon-name") == 0)
|
H A D | ege-adjustment-action.cpp | 45 #include "widgets/icon.h" 48 #include "icon-size.h" 51 #include "ui/icon-names.h" 226 "The id for the icon", 234 "The size the icon", 862 /* Use an icon if available or use short-label */ 864 GtkWidget* icon = sp_icon_new( act->private_data->iconSize, act->private_data->iconId ); local 865 gtk_box_pack_start( GTK_BOX(hb), icon, FALSE, FALSE, 0 ); local
|
H A D | stroke-style.cpp | 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_typ 105 StrokeStyleButton(Gtk::RadioButtonGroup &grp, char const *icon, StrokeStyleButtonType button_type, gchar const *stroke_style) argument 462 makeRadioButton(Gtk::RadioButtonGroup &grp, char const *icon, Gtk::HBox *hb, StrokeStyleButtonType button_type, gchar const *stroke_style) argument [all...] |
H A D | icon.cpp | 2 * SPIcon: Generic icon widget 43 #include "icon.h" 44 #include "ui/icon-names.h" 51 static void reset(SPIcon *icon); 52 static void clear(SPIcon *icon); 73 static void themeChanged( SPIcon *icon ); 76 static void fetchPixbuf( SPIcon *icon ); 166 sp_icon_init(SPIcon *icon) argument 168 gtk_widget_set_has_window (GTK_WIDGET (icon), FALSE); 169 icon 177 SPIcon *icon = SP_ICON(object); local 203 SPIcon const *icon = SP_ICON(widget); local 238 SPIcon *icon = SP_ICON(widget); local 381 SPIcon *icon = SP_ICON(widget); local 390 SPIcon *icon = SP_ICON(widget); local 854 SPIcon *icon = SP_ICON(g_object_new(SP_TYPE_ICON, NULL)); local [all...] |
/inkscape/src/libgdl/ |
H A D | gdl-switcher.c | 72 GtkWidget *icon; member in struct:__anon85 124 gtk_image_set_from_stock (GTK_IMAGE(button->icon), id, GTK_ICON_SIZE_MENU); 130 button_new (GtkWidget *button_widget, GtkWidget *label, GtkWidget *icon, argument 137 button->icon = icon; 150 g_object_ref (icon); 169 g_object_unref (button->icon); 944 if (gtk_widget_get_parent (button->icon)) 945 gtk_container_remove (GTK_CONTAINER (button->hbox), button->icon); 957 gtk_box_pack_start (GTK_BOX (button->hbox), button->icon, [all...] |
H A D | gdl-dock-item.c | 536 GtkWidget *icon; local 554 icon = gtk_image_new (); 556 gtk_image_set_from_stock (GTK_IMAGE (icon), stock_id, 558 gtk_box_pack_start (GTK_BOX (hbox), icon, FALSE, FALSE, 0); local 566 icon); 1834 * @stock_id: Stock icon for the dock object. 1872 "pixbuf-icon", pixbuf_icon,
|
/inkscape/src/ui/ |
H A D | interface.cpp | 36 #include "widgets/icon.h" 406 * Creates and attaches a scaled icon to the given menu item. 416 GtkWidget *icon; local 418 icon = sp_icon_new( Inkscape::ICON_SIZE_MENU, icon_name ); 419 gtk_widget_show(icon); 421 image_menu_item_set_image((ImageMenuItem *) item, icon); 423 gtk_image_menu_item_set_image((GtkImageMenuItem *) item, icon);
|