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

/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c65 DRAG_NONE, enumerator in enum:__anon136
717 priv->mode = DRAG_NONE;
730 if (priv->mode != DRAG_NONE || event->button != 1)
780 if (priv->mode == DRAG_NONE || event->button != 1)
783 /* Set the drag mode to DRAG_NONE so that signal handlers for "catched"
788 priv->mode = DRAG_NONE;
827 if (priv->mode == DRAG_NONE)
1527 return priv->mode != DRAG_NONE;

Completed in 17 milliseconds