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

/inkscape/src/libgdl/
H A Dgdl-dock-item.h112 gint dragoff_x, dragoff_y; /* these need to be member in struct:_GdlDockItem
H A Dgdl-dock-item.c488 item->dragoff_x = item->dragoff_y = 0;
1221 item->dragoff_y = item->_priv->start_y;
1715 item->dragoff_y = allocation.height / 2;
1719 item->dragoff_y = item->_priv->grip_size / 2;
1917 item->dragoff_x = item->dragoff_y = 0;
H A Dgdl-dock-master.c557 my_request.rect.y = root_y - GDL_DOCK_ITEM (request->applicant)->dragoff_y;

Completed in 49 milliseconds