Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

1104     /* Some theme engines (i.e., ClearLooks) check the scrollbar's allocation
1108 scrollbar->allocation.x = rect->x;
1109 scrollbar->allocation.y = rect->y;
1110 scrollbar->allocation.width = rect->width;
1111 scrollbar->allocation.height = rect->height;
1114 scrollbar->allocation.height *= 5;
1118 scrollbar->allocation.y -= 4 * rect->height;
1120 scrollbar->allocation.y -= rect->height;
1125 scrollbar->allocation.y -= 3 * rect->height;
1128 scrollbar->allocation.width *= 5;
1132 scrollbar->allocation.x -= 4 * rect->width;
1134 scrollbar->allocation.x -= rect->width;
1138 scrollbar->allocation.x -= 3 * rect->width;