Searched refs:row_allocation (Results 1 – 5 of 5) sorted by relevance
557 GtkAllocation row_allocation; in layout_rows() local560 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()
553 GtkAllocation row_allocation; in layout_rows() local556 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()
89 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 …]
305 // 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…
597 GtkAllocation row_allocation; in update_row_drag_highlight() local606 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() local688 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()