Searched refs:dragoff_x (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;
1220 item->dragoff_x = item->_priv->start_x;
1714 /*item->dragoff_x = item->_priv->grip_size / 2;*/
1718 /*item->dragoff_x = GTK_WIDGET (data)->allocation.width / 2;*/
1917 item->dragoff_x = item->dragoff_y = 0;
H A Dgdl-dock-master.c556 my_request.rect.x = root_x - GDL_DOCK_ITEM (request->applicant)->dragoff_x;

Completed in 27 milliseconds