/inkscape/src/widgets/ |
H A D | ege-output-action.h | 95 * @param stock_id Icon id to use. 100 const gchar *stock_id );
|
H A D | ege-adjustment-action.h | 123 * @param stock_id Icon id to use. 132 const gchar *stock_id,
|
H A D | image-menu-item.h | 68 GtkWidget* image_menu_item_new_from_stock (const gchar *stock_id,
|
H A D | ege-select-one-action.h | 103 * @param stock_id Icon id to use. 109 const gchar *stock_id,
|
H A D | image-menu-item.c | 617 const gchar *stock_id = gtk_action_get_stock_id (action); local 624 stock_id && gtk_icon_factory_lookup_default (stock_id)) 627 gtk_image_set_from_stock (GTK_IMAGE (image), stock_id, GTK_ICON_SIZE_MENU); local 642 const gchar *stock_id; local 645 stock_id = gtk_action_get_stock_id (action); 652 !(stock_id && gtk_icon_factory_lookup_default (stock_id))) 798 * @stock_id: the name of the stock item. 816 image_menu_item_new_from_stock (const gchar *stock_id, argument [all...] |
H A D | ink-comboboxentry-action.h | 78 const gchar *stock_id,
|
H A D | ege-output-action.cpp | 104 const gchar *stock_id ) 110 "stock_id", stock_id,
|
H A D | ink-comboboxentry-action.cpp | 326 const gchar *stock_id, 340 "stock-id", stock_id, 323 ink_comboboxentry_action_new(const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, GtkTreeModel *model, gint entry_width, gint extra_width, void *cell_data_func, void *separator_func, GtkWidget *focusWidget) argument
|
H A D | ege-adjustment-action.cpp | 304 const gchar *stock_id, 313 "stock_id", stock_id, 300 ege_adjustment_action_new( GtkAdjustment* adjustment, const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, gdouble climb_rate, guint digits, Inkscape::UI::Widget::UnitTracker *unit_tracker ) argument
|
H A D | ege-select-one-action.cpp | 277 const gchar *stock_id, 284 "stock_id", stock_id, 274 ege_select_one_action_new( const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, GtkTreeModel* model ) argument
|
/inkscape/src/libgdl/ |
H A D | gdl-switcher.h | 62 const gchar *stock_id,
|
H A D | gdl-dock-notebook.c | 388 gchar *long_name, *stock_id; local 394 "stock-id", &stock_id, "pixbuf-icon", &pixbuf_icon, NULL); 414 stock_id, pixbuf_icon, position); 425 g_free (stock_id);
|
H A D | gdl-dock-item.h | 171 const gchar *stock_id,
|
H A D | gdl-dock-object.h | 90 gchar *stock_id; member in struct:_GdlDockObject
|
H A D | gdl-dock-item.c | 516 gchar* stock_id; local 517 g_object_get (item, "stock_id", &stock_id, NULL); 518 gtk_image_set_from_stock (GTK_IMAGE (user_data), stock_id, GTK_ICON_SIZE_MENU); local 519 g_free(stock_id); 538 gchar* stock_id; local 550 g_object_get (g_object, "long-name", &long_name, "stock-id", &stock_id, NULL); 555 if (stock_id) 556 gtk_image_set_from_stock (GTK_IMAGE (icon), stock_id, local 574 g_free (stock_id); 1843 gdl_dock_item_new_with_stock(const gchar *name, const gchar *long_name, const gchar *stock_id, GdlDockItemBehavior behavior) argument [all...] |
H A D | gdl-switcher.c | 52 const gchar *stock_id, 789 const gchar *tooltips, const gchar *stock_id, 812 if (stock_id) { 813 icon_widget = gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_MENU); 896 const gchar *tooltips, const gchar *stock_id, 910 gdl_switcher_add_button (switcher, label, tooltips, stock_id, pixbuf_icon, switcher_id, page); 788 gdl_switcher_add_button(GdlSwitcher *switcher, const gchar *label, const gchar *tooltips, const gchar *stock_id, GdkPixbuf *pixbuf_icon, gint switcher_id, GtkWidget* page) argument 894 gdl_switcher_insert_page(GdlSwitcher *switcher, GtkWidget *page, GtkWidget *tab_widget, const gchar *label, const gchar *tooltips, const gchar *stock_id, GdkPixbuf *pixbuf_icon, gint position) argument
|
H A D | gdl-dock-bar.c | 268 gchar *stock_id; local 294 g_object_get (item, "stock-id", &stock_id, "pixbuf-icon", &pixbuf_icon, 310 if (stock_id) { 311 image = gtk_image_new_from_stock (stock_id, 313 g_free (stock_id);
|
H A D | gdl-dock-item-grip.c | 68 gchar *stock_id = NULL; local 74 g_object_get (G_OBJECT (grip->item), "stock-id", &stock_id, NULL); 76 if(stock_id) { 77 image = GTK_IMAGE(gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_MENU)); 82 g_free (stock_id);
|
H A D | gdl-dock-object.c | 225 g_free (object->stock_id); 226 object->stock_id = g_value_dup_string (value); 259 g_value_set_string (value, object->stock_id); 286 g_free (object->stock_id); 287 object->stock_id = NULL;
|
/inkscape/src/ui/widget/ |
H A D | panel.h | 115 Gtk::Button* addResponseButton (const Gtk::StockID &stock_id, int response_id, bool pack_start=false);
|
H A D | panel.cpp | 586 Gtk::Button *Panel::addResponseButton(const Gtk::StockID &stock_id, int response_id, bool pack_start) argument 588 Gtk::Button *button = new Gtk::Button(stock_id);
|