Home
last modified time | relevance | path

Searched refs:LayoutVertical (Results 1 – 25 of 72) sorted by relevance

123

/dports/print/gv/gv-3.7.4/src/
H A DAaa_bison.yacc64 ZeroGlue (box->params.stretch[LayoutVertical]); /*###jp###*/
65 ZeroGlue (box->params.shrink[LayoutVertical]); /*###jp###*/
120 p->stretch[LayoutVertical] = $5;
121 p->shrink[LayoutVertical] = $6;
131 ZeroGlue (p->stretch[LayoutVertical]);
132 ZeroGlue (p->shrink[LayoutVertical]);
143 p->stretch[LayoutVertical] = $2;
144 p->shrink[LayoutVertical] = $3;
154 ZeroGlue (p->stretch[LayoutVertical]);
155 ZeroGlue (p->shrink[LayoutVertical]);
[all …]
H A DAaa_bison.c752 ZeroGlue (box->params.stretch[LayoutVertical]); /*###jp###*/ in yyparse()
753 ZeroGlue (box->params.shrink[LayoutVertical]); /*###jp###*/ in yyparse()
810 p->stretch[LayoutVertical] = yyvsp[-2].gval; in yyparse()
811 p->shrink[LayoutVertical] = yyvsp[-1].gval; in yyparse()
822 ZeroGlue (p->stretch[LayoutVertical]); in yyparse()
823 ZeroGlue (p->shrink[LayoutVertical]); in yyparse()
834 p->stretch[LayoutVertical] = yyvsp[-2].gval; in yyparse()
835 p->shrink[LayoutVertical] = yyvsp[-1].gval; in yyparse()
846 ZeroGlue (p->stretch[LayoutVertical]); in yyparse()
847 ZeroGlue (p->shrink[LayoutVertical]); in yyparse()
[all …]
H A DAaa.c208 case LayoutVertical:
260 PrintGlue (box->params.shrink[LayoutVertical]);
356 …else p->naturalSize[LayoutVertical] = p->naturalSize[LayoutVertical] -2*bw+2*request->border_width; in GeometryManager()
425 p->naturalSize[LayoutVertical] = p->forced_height; in GetDesiredSize()
678 box->natural[LayoutVertical] = 0; in ComputeNaturalSizes()
689 box->natural[LayoutVertical] = info->naturalSize[LayoutVertical]; in ComputeNaturalSizes()
900 height = box->size[LayoutVertical]; in SetSizes()
925 y += child->size[LayoutVertical]; in SetSizes()
1001 h=box->natural[LayoutVertical]; in AaaGetNaturalSize()
1007 *heightp = box->natural[LayoutVertical]; in AaaGetNaturalSize()
[all …]
H A DAaaP.h41 LayoutHorizontal = 0, LayoutVertical = 1 enumerator
/dports/news/knews/knews-1.0b.1/Widgets/
H A Dlaygram.y80 ZeroGlue(box->params.shrink[LayoutVertical]);
102 ZeroGlue(box->params.shrink[LayoutVertical]);
139 p->stretch[LayoutVertical] = $5;
140 p->shrink[LayoutVertical] = $6;
149 ZeroGlue (p->stretch[LayoutVertical]);
150 ZeroGlue (p->shrink[LayoutVertical]);
160 p->stretch[LayoutVertical] = $2;
161 p->shrink[LayoutVertical] = $3;
170 ZeroGlue (p->stretch[LayoutVertical]);
171 ZeroGlue (p->shrink[LayoutVertical]);
[all …]
H A DLayout.c207 p->naturalSize[LayoutVertical] = request->height + bw * 2; in GeometryManager()
351 case LayoutVertical: in PrintDirection()
469 return info->naturalSize[LayoutVertical]; in Evaluate()
544 box->natural[LayoutVertical] = 0; in ComputeNaturalSizes()
550 box->natural[LayoutVertical] = info->naturalSize[LayoutVertical]; in ComputeNaturalSizes()
785 height = box->size[LayoutVertical]; in SetSizes()
810 y += child->size[LayoutVertical]; in SetSizes()
854 *heightp = box->natural[LayoutVertical]; in LayoutGetNaturalSize()
880 box->size[LayoutVertical] = l->core.height; in LayoutLayout()
887 height != box->size[LayoutVertical]) in LayoutLayout()
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A Dlaygram.y126 p->stretch[LayoutVertical] = $5;
127 p->shrink[LayoutVertical] = $6;
136 ZeroGlue (p->stretch[LayoutVertical]);
137 ZeroGlue (p->shrink[LayoutVertical]);
147 p->stretch[LayoutVertical] = $2;
148 p->shrink[LayoutVertical] = $3;
157 ZeroGlue (p->stretch[LayoutVertical]);
158 ZeroGlue (p->shrink[LayoutVertical]);
248 { $$ = LayoutVertical; }
H A DLayout.c451 case LayoutVertical:
486 PrintGlue (box->params.shrink[LayoutVertical]);
586 return info->naturalSize[LayoutVertical];
670 box->natural[LayoutVertical] = 0;
676 box->natural[LayoutVertical] = info->naturalSize[LayoutVertical];
920 height = box->size[LayoutVertical];
945 y += child->size[LayoutVertical];
997 *heightp = box->natural[LayoutVertical];
1027 box->size[LayoutVertical] = l->core.height;
1034 height != box->size[LayoutVertical])
[all …]
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A Dlaygram.y131 p->stretch[LayoutVertical] = $5;
132 p->shrink[LayoutVertical] = $6;
141 ZeroGlue (p->stretch[LayoutVertical]);
142 ZeroGlue (p->shrink[LayoutVertical]);
152 p->stretch[LayoutVertical] = $2;
153 p->shrink[LayoutVertical] = $3;
162 ZeroGlue (p->stretch[LayoutVertical]);
163 ZeroGlue (p->shrink[LayoutVertical]);
253 { $$ = LayoutVertical; }
H A DLayout.c430 case LayoutVertical: in PrintDirection()
462 PrintGlue (box->params.shrink[LayoutVertical]); in PrintBox()
556 return info->naturalSize[LayoutVertical]; in Evaluate()
636 box->natural[LayoutVertical] = 0; in ComputeNaturalSizes()
642 box->natural[LayoutVertical] = info->naturalSize[LayoutVertical]; in ComputeNaturalSizes()
883 height = box->size[LayoutVertical]; in SetSizes()
908 y += child->size[LayoutVertical]; in SetSizes()
957 *heightp = box->natural[LayoutVertical]; in LayoutGetNaturalSize()
985 box->size[LayoutVertical] = l->core.height; in LayoutLayout()
992 height != box->size[LayoutVertical]) in LayoutLayout()
[all …]
H A Dlaygram.c1601 p->stretch[LayoutVertical] = (yyvsp[(5) - (7)].gval);
1602 p->shrink[LayoutVertical] = (yyvsp[(6) - (7)].gval);
1616 ZeroGlue (p->stretch[LayoutVertical]);
1617 ZeroGlue (p->shrink[LayoutVertical]);
1631 p->stretch[LayoutVertical] = (yyvsp[(2) - (4)].gval);
1632 p->shrink[LayoutVertical] = (yyvsp[(3) - (4)].gval);
1646 ZeroGlue (p->stretch[LayoutVertical]);
1647 ZeroGlue (p->shrink[LayoutVertical]);
1843 { (yyval.lval) = LayoutVertical; }
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A Dlaygram.y126 p->stretch[LayoutVertical] = $5;
127 p->shrink[LayoutVertical] = $6;
136 ZeroGlue (p->stretch[LayoutVertical]);
137 ZeroGlue (p->shrink[LayoutVertical]);
147 p->stretch[LayoutVertical] = $2;
148 p->shrink[LayoutVertical] = $3;
157 ZeroGlue (p->stretch[LayoutVertical]);
158 ZeroGlue (p->shrink[LayoutVertical]);
248 { $$ = LayoutVertical; }
H A DLayout.c447 case LayoutVertical:
482 PrintGlue (box->params.shrink[LayoutVertical]);
582 return info->naturalSize[LayoutVertical];
666 box->natural[LayoutVertical] = 0;
672 box->natural[LayoutVertical] = info->naturalSize[LayoutVertical];
916 height = box->size[LayoutVertical];
941 y += child->size[LayoutVertical];
993 *heightp = box->natural[LayoutVertical];
1023 box->size[LayoutVertical] = l->core.height;
1030 height != box->size[LayoutVertical])
[all …]
H A Dlaygram.c855 p->stretch[LayoutVertical] = LayYYvsp[-2].gval; in LayYYparse()
856 p->shrink[LayoutVertical] = LayYYvsp[-1].gval; in LayYYparse()
867 ZeroGlue (p->stretch[LayoutVertical]); in LayYYparse()
868 ZeroGlue (p->shrink[LayoutVertical]); in LayYYparse()
879 p->stretch[LayoutVertical] = LayYYvsp[-2].gval; in LayYYparse()
880 p->shrink[LayoutVertical] = LayYYvsp[-1].gval; in LayYYparse()
891 ZeroGlue (p->stretch[LayoutVertical]); in LayYYparse()
892 ZeroGlue (p->shrink[LayoutVertical]); in LayYYparse()
1019 { LayYYval.lval = LayoutVertical; ; in LayYYparse()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Layout/
H A DSplitter.h50 LayoutVertical(skin); in Layout()
54 void LayoutVertical(Skin::Base* /*skin*/) in LayoutVertical() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Layout/
H A DSplitter.h50 LayoutVertical(skin); in Layout()
54 void LayoutVertical(Skin::Base* /*skin*/) in LayoutVertical() function
/dports/graphics/minder/Minder-1.13.1/src/layouts/
H A DLayoutVertical.vala22 public class LayoutVertical : Layout {
25 public LayoutVertical() {
H A D.tkesort1 …rizontal.vala LayoutLeft.vala LayoutManual.vala LayoutRight.vala LayoutUp.vala LayoutVertical.vala}
/dports/editors/calligra/calligra-3.2.1/words/part/dockers/
H A DKWStatisticsDocker.cpp61 m_statisticsWidget->setLayoutDirection(KWStatisticsWidget::LayoutVertical); in ondockLocationChanged()
H A DKWStatisticsWidget.h62 LayoutVertical, enumerator
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/viewers/
H A Dkilled-prefs.diff68 - expandSize(totalsize, c1->size(), LayoutVertical);
80 - expandSize(totalsize, c2->size(), LayoutVertical);
120 - expandSize(totalsize, tmpsize, LayoutVertical);
509 - expandSize(totalsize, tmpsize, LayoutVertical);
544 - expandSize(totalsize, tmpsize, LayoutVertical);
602 - expandSize(totalsize, tmpsize, LayoutVertical);
631 - expandSize(totalsize, tmpsize, LayoutVertical);
689 - expandSize(totalsize, tmpsize, LayoutVertical);
730 - expandSize(totalsize, tmpsize, LayoutVertical);
845 - expandSize(totalsize, tmpsize, LayoutVertical);
[all …]
/dports/games/amoebax/amoebax-0.2.1/src/
H A DGrid.h66 LayoutVertical enumerator
103 Layout layout = LayoutVertical);
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgscompoundcolorwidget.h44 LayoutVertical, //!< Use a narrower, vertically stacked layout enumerator
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscompoundcolorwidget.h44 LayoutVertical, //!< Use a narrower, vertically stacked layout enumerator
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/display/
H A Dview.h42 LayoutVertical, enumerator

123