Searched defs:widget_x (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 674 gint *widget_x, 685 *widget_x = event_x; 670 gimp_spin_scale_event_to_widget_coords(GtkWidget *widget, GdkWindow *window, gdouble event_x, gdouble event_y, gint *widget_x, gint *widget_y) argument
|
/inkscape/src/widgets/ |
H A D | ruler.cpp | 898 gint *widget_x, 909 *widget_x = event_x; 918 gint widget_x; local 927 &widget_x, &widget_y); 930 widget_x, widget_y, 894 sp_ruler_event_to_widget_coords(GtkWidget *widget, GdkWindow *window, gdouble event_x, gdouble event_y, gint *widget_x, gint *widget_y) argument
|
Completed in 19 milliseconds