aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_layout.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 12:00:31 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commitf4c79ca075042b834ba04adbd32b1973245089a0 (patch)
tree8a6d98a8184fbba82f69784bc3bf07d1cbca1009 /src/modules/objects/KvsObject_layout.cpp
parentsrc/modules typos: capitalize, formatting, consistency and syntax fixes (diff)
downloadKVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.gz
KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.bz2
KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.zip
src/modules: typos, consistency capitalize, fomatting and indenting fixes
these contains in addition the whitespace changes
Diffstat (limited to 'src/modules/objects/KvsObject_layout.cpp')
-rw-r--r--src/modules/objects/KvsObject_layout.cpp20
1 files changed, 10 insertions, 10 deletions
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(<widget:object widget>,<start_row:uint>,<end_row:uint>,<start_col:uint>,<end_col:uint>)
Adds a widget to this layout spanning multiple grid cells
!fn: $setRowStretch(<row:uint>,<stretch:uint>)
- Sets the stretch value for a particular row of this layout. The <stretch_value>
- must be a positive integer. The rows with bigger stretch values will take more space
- in the layout.
- !fn: $setColumnStretch(<column:uint>,<stretch:uint>)
- Sets the stretch value for a particular column in this layout. The <stretch_value>
- 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 <stretch_value> must be a positive integer.[br]
+ The rows with bigger stretch values will take more space in the layout.
+ !fn: $setColumnStretch(<column:uint>,<stretch:uint>)
+ Sets the stretch value for a particular column in this layout.[br]
+ The <stretch_value> must be a positive integer.[br]
+ The rows with bigger stretch values will take more space in the layout.
!fn: $addRowSpacing(<row:uint>,<spacing:uint>)
Sets the minimum height of the specified <row> to <spacing> which must be a positive integer
!fn: $addColSpacing(<column:uint>,<spacing:uint>)
- Sets the minimum width of the specigfied <column> to <spacing> which must be a positive integer
+ Sets the minimum width of the specified <column> to <spacing> which must be a positive integer
!fn: $setSpacing(<spacing:uint>)
Sets the default spacing of the widgets in pixels
!fn: $setMargin(<margin:uint>)
- 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(<w:widget>, <flag1:string>, <flag2:string>, ...)
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(<resize_mode:string>)
Sets the resize mode of the parent widget in relation to this layout.
<mode> can be one of:[br]