Searched defs:stop_combo (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 55 static gboolean update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi); 737 static gboolean update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi) argument 741 if (!stop_combo) { 745 GtkListStore *store = (GtkListStore *)gtk_combo_box_get_model(GTK_COMBO_BOX(stop_combo)); 759 gtk_combo_box_set_active(GTK_COMBO_BOX(stop_combo) , 0); 804 gtk_combo_box_set_active(GTK_COMBO_BOX(stop_combo) , 0); 806 select_stop_in_list(stop_combo, gradient, new_stop, widget, TRUE);
|
Completed in 16 milliseconds