Home | History | Annotate | Download | only in gtk

Lines Matching refs:Fixed

153         style->setWidth(Length(indicatorSize, Fixed));
155 style->setHeight(Length(indicatorSize, Fixed));
545 o->style()->setWidth(Length(length, Fixed));
546 o->style()->setHeight(Length(width, Fixed));
550 o->style()->setWidth(Length(width, Fixed));
551 o->style()->setHeight(Length(length, Fixed));
588 style->setWidth(Length(width, Fixed));
589 style->setMinWidth(Length(width, Fixed));