Searched refs:stock_id (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/widgets/
H A Dege-output-action.h95 * @param stock_id Icon id to use.
100 const gchar *stock_id );
H A Dege-adjustment-action.h123 * @param stock_id Icon id to use.
132 const gchar *stock_id,
H A Dimage-menu-item.h68 GtkWidget* image_menu_item_new_from_stock (const gchar *stock_id,
H A Dege-select-one-action.h103 * @param stock_id Icon id to use.
109 const gchar *stock_id,
H A Dimage-menu-item.c617 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 Dink-comboboxentry-action.h78 const gchar *stock_id,
H A Dege-output-action.cpp104 const gchar *stock_id )
110 "stock_id", stock_id,
H A Dink-comboboxentry-action.cpp326 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 Dege-adjustment-action.cpp304 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 Dege-select-one-action.cpp277 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 Dgdl-switcher.h62 const gchar *stock_id,
H A Dgdl-dock-notebook.c388 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 Dgdl-dock-item.h171 const gchar *stock_id,
H A Dgdl-dock-object.h90 gchar *stock_id; member in struct:_GdlDockObject
H A Dgdl-dock-item.c516 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 Dgdl-switcher.c52 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 Dgdl-dock-bar.c268 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 Dgdl-dock-item-grip.c68 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 Dgdl-dock-object.c225 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 Dpanel.h115 Gtk::Button* addResponseButton (const Gtk::StockID &stock_id, int response_id, bool pack_start=false);
H A Dpanel.cpp586 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);

Completed in 1693 milliseconds