Home
last modified time | relevance | path

Searched refs:RowSpacing (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoSizeGroup.cs47 table.RowSpacing = 5; in DemoSizeGroup()
60 table.RowSpacing = 5; in DemoSizeGroup()
H A DDemoDialog.cs47 table.RowSpacing = 4; in DemoDialog()
103 table.RowSpacing = 4; in InteractiveDialogClicked()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoSizeGroup.cs47 table.RowSpacing = 5; in DemoSizeGroup()
60 table.RowSpacing = 5; in DemoSizeGroup()
H A DDemoDialog.cs47 table.RowSpacing = 4; in DemoDialog()
103 table.RowSpacing = 4; in InteractiveDialogClicked()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test/
H A DTestSizeGroup.cs36 table.RowSpacing = 5; in Create()
52 table.RowSpacing = 5; in Create()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/test/
H A DTestSizeGroup.cs36 table.RowSpacing = 5; in Create()
52 table.RowSpacing = 5; in Create()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/internal/
H A DCompositeNumericalTypes.h184 RowSpacing = K::RowSpacing, enumerator
H A DNTraits.h494 RowSpacing = 1,
679 RowSpacing = 1,
883 RowSpacing = 1, \
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dtables.h50 __rwproperty(VDKTable,int) RowSpacing;
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dtables.cc39 RowSpacing("RowSpacing",this,1,&VDKTable::SetRowSpacings) in VDKTable()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DSymMat.h122 RowSpacing = RS, enumerator
218 typedef MulCNTs<M,M,ArgDepth,SymMat,ColSpacing,RowSpacing,
220 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
223 typedef MulCNTsNonConforming<M,M,ArgDepth,SymMat,ColSpacing,RowSpacing,
225 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
229 typedef DvdCNTs<M,M,ArgDepth,SymMat,ColSpacing,RowSpacing,
231 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
234 typedef AddCNTs<M,M,ArgDepth,SymMat,ColSpacing,RowSpacing,
236 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
239 typedef SubCNTs<M,M,ArgDepth,SymMat,ColSpacing,RowSpacing,
[all …]
H A DVec.h244 RowSpacing = STRIDE, enumerator
387 typedef MulCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
389 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
392 typedef MulCNTsNonConforming<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
394 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
397 typedef DvdCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
399 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
402 typedef AddCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
404 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
407 typedef SubCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
[all …]
H A DRow.h165 RowSpacing = NActualElements, enumerator
273 typedef MulCNTs<1,N,ArgDepth,Row,ColSpacing,RowSpacing,
275 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
278 typedef MulCNTsNonConforming<1,N,ArgDepth,Row,ColSpacing,RowSpacing,
280 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
284 typedef DvdCNTs<1,N,ArgDepth,Row,ColSpacing,RowSpacing,
286 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
289 typedef AddCNTs<1,N,ArgDepth,Row,ColSpacing,RowSpacing,
291 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
294 typedef SubCNTs<1,N,ArgDepth,Row,ColSpacing,RowSpacing,
[all …]
H A DMat.h130 RowSpacing = RS, enumerator
254 typedef MulCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
256 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
259 typedef MulCNTsNonConforming<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
261 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
264 typedef DvdCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
266 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
269 typedef AddCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
271 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
274 typedef SubCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
[all …]
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DVec.h196 RowSpacing = STRIDE, enumerator
338 typedef MulCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
340 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
343 typedef MulCNTsNonConforming<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
345 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
348 typedef DvdCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
350 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
353 typedef AddCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
355 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
358 typedef SubCNTs<M,1,ArgDepth,Vec,ColSpacing,RowSpacing,
[all …]
H A DMat.h89 RowSpacing = RS, enumerator
212 typedef MulCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
214 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOp;
217 typedef MulCNTsNonConforming<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
219 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> MulOpNonConforming;
222 typedef DvdCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
224 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> DvdOp;
227 typedef AddCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
229 P, CNT<P>::ColSpacing, CNT<P>::RowSpacing> AddOp;
232 typedef SubCNTs<M,N,ArgDepth,Mat,ColSpacing,RowSpacing,
[all …]
H A DRotation.h309 typedef UnitVec<P,Mat33::RowSpacing> ColType;
1048 typedef UnitVec<P,BaseMat::RowSpacing> ColType;
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexCore/
H A DLayoutTree.h598 enum RowSpacing enum
608 RowSpacing rowSpacing = cRowSpacingNormal
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/gtk-gui/
H A DSmuxi.Frontend.Gnome.OpenChatDialog.cs31 this.table1.RowSpacing = ((uint)(6)); in Build()
H A DSmuxi.Frontend.Gnome.EngineAssistantConnectionWidget.cs72 this.table1.RowSpacing = ((uint)(5)); in Build()
H A DSmuxi.Frontend.Gnome.SteticPreferencesDialog.cs244 this.table1.RowSpacing = ((uint)(5)); in Build()
485 this.table5.RowSpacing = ((uint)(5)); in Build()
927 this.table3.RowSpacing = ((uint)(5)); in Build()
1039 this.table4.RowSpacing = ((uint)(5)); in Build()
H A DSmuxi.Frontend.Gnome.ServerWidget.cs52 this.table2.RowSpacing = ((uint)(5)); in Build()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DTabControlPainter.cs154 public virtual Size RowSpacing (System.Windows.Forms.TabControl tab) { in RowSpacing() method in System.Windows.Forms.Theming.Default.TabControlPainter
238 int spacing = RowSpacing (tab).Height; in GetTabPanelRect()
/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/
H A DResizeCanvasDialog.cs361 var grid = new Table (3, 3, false) { RowSpacing = spacing, ColumnSpacing = spacing }; in Build()
H A DNewImageDialog.cs189 layout_table.RowSpacing = 5; in BuildDialog()

12