Searched defs:GimpColorWheel (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-wheel-selector.h27 typedef struct _GimpColorWheel GimpColorWheel; typedef in typeref:struct:_GimpColorWheel
58 static void _wheelChanged(GimpColorWheel *wheel, ColorWheelSelector *cs);
H A Dgimpcolorwheel.h38 #define GIMP_COLOR_WHEEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_COLOR_WHEEL, GimpColorWheel))
45 typedef struct _GimpColorWheel GimpColorWheel; typedef in typeref:struct:_GimpColorWheel
61 void (* changed) (GimpColorWheel *wheel);
64 void (* move) (GimpColorWheel *wheel,
78 void gimp_color_wheel_set_color (GimpColorWheel *wheel,
82 void gimp_color_wheel_get_color (GimpColorWheel *wheel,
87 void gimp_color_wheel_set_ring_fraction (GimpColorWheel *wheel,
89 gdouble gimp_color_wheel_get_ring_fraction (GimpColorWheel *wheel);
91 gboolean gimp_color_wheel_is_adjusting (GimpColorWheel *wheel);

Completed in 13 milliseconds