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

/inkscape/src/libgdl/
H A Dgdl-dock-tablabel.c313 GtkAllocation widget_allocation; local
338 gtk_widget_get_allocation (widget, &widget_allocation);
339 child_allocation.x = widget_allocation.x + border_width;
340 child_allocation.y = widget_allocation.y + border_width;
361 GtkAllocation widget_allocation; local
369 gtk_widget_get_allocation (widget, &widget_allocation);
370 rect.x = widget_allocation.x + border_width;
371 rect.y = widget_allocation.y + border_width;
373 rect.height = widget_allocation.height - 2*border_width;
406 GtkAllocation widget_allocation; local
482 GtkAllocation widget_allocation; local
532 GtkAllocation widget_allocation; local
[all...]
/inkscape/src/widgets/
H A Dimage-menu-item.c506 GtkAllocation widget_allocation; local
542 gtk_widget_get_allocation (widget, &widget_allocation);
557 x = widget_allocation.width - offset - horizontal_padding - padding.right -
561 y = (widget_allocation.height - child_requisition.height) / 2;
570 y = widget_allocation.height - offset - horizontal_padding - padding.bottom -
574 x = (widget_allocation.width - child_requisition.width) / 2;
579 child_allocation.x = widget_allocation.x + MAX (x, 0);
580 child_allocation.y = widget_allocation.y + MAX (y, 0);
H A Druler.cpp567 GtkAllocation widget_allocation; local
570 gtk_widget_get_allocation (widget, &widget_allocation);
572 resized = (widget_allocation.width != allocation->width ||
573 widget_allocation.height != allocation->height);

Completed in 17 milliseconds