Fix #35: Error in layout documentation example
This commit is contained in:
parent
cb93f4e48e
commit
83e9131e25
1 changed files with 3 additions and 3 deletions
|
@ -87,9 +87,9 @@ 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("Start Game", suit.layout.row(100,30))
|
||||
suit.Button("Options", suit.layout.row())
|
||||
suit.Button("Quit", suit.layout.row(nil, "median"))
|
||||
suit.Button("Start Game", suit.layout:row(100,30))
|
||||
suit.Button("Options", suit.layout:row())
|
||||
suit.Button("Quit", suit.layout:row(nil, "median"))
|
||||
|
||||
.. function:: col(w,h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue