From f4c79ca075042b834ba04adbd32b1973245089a0 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 9 Dec 2015 12:00:31 +0000 Subject: src/modules: typos, consistency capitalize, fomatting and indenting fixes these contains in addition the whitespace changes --- src/modules/objects/KvsObject_layout.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/modules/objects/KvsObject_layout.cpp') diff --git a/src/modules/objects/KvsObject_layout.cpp b/src/modules/objects/KvsObject_layout.cpp index 39ade29a3..67ddfa4e3 100644 --- a/src/modules/objects/KvsObject_layout.cpp +++ b/src/modules/objects/KvsObject_layout.cpp @@ -79,24 +79,24 @@ const int align_cod[] = { !fn: $addMultiCellWidget(,,,,) Adds a widget to this layout spanning multiple grid cells !fn: $setRowStretch(,) - Sets the stretch value for a particular row of this layout. The - must be a positive integer. The rows with bigger stretch values will take more space - in the layout. - !fn: $setColumnStretch(,) - Sets the stretch value for a particular column in this layout. The - must be a positive integer. The rows with bigger stretch values will take more space - in the layout. + Sets the stretch value for a particular row of this layout.[br] + The must be a positive integer.[br] + The rows with bigger stretch values will take more space in the layout. + !fn: $setColumnStretch(,) + Sets the stretch value for a particular column in this layout.[br] + The must be a positive integer.[br] + The rows with bigger stretch values will take more space in the layout. !fn: $addRowSpacing(,) Sets the minimum height of the specified to which must be a positive integer !fn: $addColSpacing(,) - Sets the minimum width of the specigfied to which must be a positive integer + Sets the minimum width of the specified to which must be a positive integer !fn: $setSpacing() Sets the default spacing of the widgets in pixels !fn: $setMargin() - Sets the dimension of the layout margin : the distance from the border to the outermost child widget edges. + Sets the dimension of the layout margin: the distance from the border to the outermost child widget edges. !fn: $setAlignment(, , , ...) Sets the alignment for widget w to flags, given as parameters. - Valid flags are:Right,Left,Top,Bottom,HCenter,VCenter,Center + Valid flags are: Right, Left, Top, Bottom, HCenter, VCenter, Center !fn: $setResizeMode() Sets the resize mode of the parent widget in relation to this layout. can be one of:[br] -- cgit v1.3.1-10-gc9f91