Lines Matching refs:allocation
50 GtkAllocation *allocation);
465 attributes.x = widget->allocation.x; in gtk_vi_screen_realize()
466 attributes.y = widget->allocation.y; in gtk_vi_screen_realize()
467 attributes.width = widget->allocation.width; in gtk_vi_screen_realize()
468 attributes.height = widget->allocation.height; in gtk_vi_screen_realize()
487 attributes.width = MAX (1, (gint)widget->allocation.width - (gint)attributes.x * 2); in gtk_vi_screen_realize()
488 attributes.height = MAX (1, (gint)widget->allocation.height - (gint)attributes.y * 2); in gtk_vi_screen_realize()
543 GtkAllocation *allocation) in gtk_vi_screen_size_allocate() argument
549 g_return_if_fail (allocation != NULL); in gtk_vi_screen_size_allocate()
553 widget->allocation = *allocation; in gtk_vi_screen_size_allocate()
557 allocation->x, allocation->y, in gtk_vi_screen_size_allocate()
558 allocation->width, allocation->height); in gtk_vi_screen_size_allocate()
563 MAX (1, (gint)widget->allocation.width - (gint)(widget->style->xthickness + in gtk_vi_screen_size_allocate()
565 MAX (1, (gint)widget->allocation.height - (gint)(widget->style->ythickness + in gtk_vi_screen_size_allocate()