Fix #35: Error in layout documentation example, cont.
Gotta catch them all
This commit is contained in:
parent
83e9131e25
commit
5bba68071d
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ If either ``w`` or ``h`` is omitted, the value is set the last used value. Both
|
|||
|
||||
Used to provide the last four arguments to a widget, e.g.::
|
||||
|
||||
suit.Button("OK", suit.layout.col(100,30))
|
||||
suit.Button("Cancel", suit.layout.col("max"))
|
||||
suit.Button("OK", suit.layout:col(100,30))
|
||||
suit.Button("Cancel", suit.layout:col("max"))
|
||||
|
||||
|
||||
Precomputed Layouts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue