Home
last modified time | relevance | path

Searched refs:row_allocation (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/dia/dia-0.97.3/app/
H A Dgtkhwrapbox.c557 GtkAllocation row_allocation; in layout_rows() local
560 row_allocation.x = area->x; in layout_rows()
561 row_allocation.width = area->width; in layout_rows()
563 row_allocation.height = height; in layout_rows()
566 row_allocation.height = line->min_size; in layout_rows()
569 row_allocation.height += extra; in layout_rows()
572 row_allocation.y = y; in layout_rows()
574 y += row_allocation.height + wbox->vspacing; in layout_rows()
576 &row_allocation, in layout_rows()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgtkhwrapbox.c553 GtkAllocation row_allocation; in layout_rows() local
556 row_allocation.x = area->x; in layout_rows()
557 row_allocation.width = area->width; in layout_rows()
559 row_allocation.height = height; in layout_rows()
562 row_allocation.height = line->min_size; in layout_rows()
565 row_allocation.height += extra; in layout_rows()
568 row_allocation.y = y; in layout_rows()
570 y += row_allocation.height + wbox->vspacing; in layout_rows()
572 &row_allocation, in layout_rows()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dregistry-list.vala89 Allocation list_allocation, row_allocation;
91 row.get_allocation (out row_allocation);
94 int row_top_limit = row_allocation.y + row_allocation.height;
99 …adjustment.set_value (row_allocation.y + (int) ((row_allocation.height - list_allocation.height) /…
104 row_top_limit /* -= row_allocation.height + 40; */ = row_allocation.y - 40;
111 …adjustment.set_value (row_allocation.y + (int) ((row_allocation.height - list_allocation.height) /…
781 row.get_allocation (out row_allocation);
785 || (row_allocation.y + row_allocation.height < adjustment_value))
789 …adjustment.set_value (row_allocation.y + (int) ((row_allocation.height - list_allocation.height) /…
792 … else if (adjustment_value < row_allocation.y - list_allocation.height + row_allocation.height)
[all …]
H A Dbookmarks-list.vala305 // Allocation list_allocation, row_allocation;
310 // ((!) row_child).get_allocation (out row_allocation);
312 // int proposed_adjustment_value = row_allocation.y + (int) ((row_allocation.height - list_a…
358 // Allocation list_allocation, row_allocation;
363 // ((!) row_child).get_allocation (out row_allocation);
365 // int proposed_adjustment_value = row_allocation.y + (int) (2 * (row_allocation.height - li…
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/gui/
H A Dgtd-task-list-view.c597 GtkAllocation row_allocation; in update_row_drag_highlight() local
606 gtk_widget_get_allocation (GTK_WIDGET (hovered_row), &row_allocation); in update_row_drag_highlight()
612 if (y < row_allocation.y + row_allocation.height / 2) in update_row_drag_highlight()
674 GtkAllocation row_allocation; in get_drop_row_at_y() local
688 gtk_widget_get_allocation (GTK_WIDGET (hovered_row), &row_allocation); in get_drop_row_at_y()
694 if (y < row_allocation.y + row_allocation.height / 2) in get_drop_row_at_y()