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

/inkscape/src/libgdl/
H A Dgdl-dock-tablabel.c423 gboolean in_handle; local
435 in_handle = (rel_x < tablabel->drag_handle_size * HANDLE_RATIO) &&
H A Dgdl-dock-item.c1115 gboolean in_handle; local
1135 in_handle = event->x < allocation.width;
1138 in_handle = event->y < allocation.height;
1141 in_handle = FALSE;
1152 if (in_handle) {
1189 } else if (event->button == 3 && event->type == GDK_BUTTON_PRESS && in_handle) {

Completed in 21 milliseconds