Skip to content

Commit 5af07df

Browse files
author
jaradin
committed
Trivial documentation fixes (fix bugs #1374 #1375 #1466 #1820 #1832)
git-svn-id: https://gforge.info.ucl.ac.be/svn/mozart@16382 ada56829-ad1f-0410-b00f-83cda6628aec
1 parent e3a3fdc commit 5af07df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

adt/dictionary.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ <H2>Instance API</H2>
100100
<DT><CODE>{D.clone ?D2}</CODE>
101101
<DD>returns a new functional dictionary instance <CODE>D2</CODE>
102102
that is a clone of <CODE>D</CODE>
103-
<DT><CODE>{D.toRecord ?R}</CODE>
103+
<DT><CODE>{D.toRecord +L ?R}</CODE>
104104
<DD>return the current entries in <CODE>D</CODE> in the form of
105-
a record <CODE>R</CODE>
105+
a record <CODE>R</CODE> with label <CODE>L</CODE>
106106
</DL>
107107

108108
<HR>

wp/qtk/doc/42_widgetcanvas.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,13 @@ Methods supported by canvas tags and canvas items handles:
342342

343343
<LIST>
344344

345-
<ITEM> <<addtag(abvode Tag)>>: Selects the item just after (above) the one given by <<Tag>> in the display list. If <<Tag>> denotes more than one item, then the last (topmost) of these items in the display list is used.
345+
<ITEM> <<addtag(above Tag)>>: Selects the item just after (above) the one given by <<Tag>> in the display list. If <<Tag>> denotes more than one item, then the last (topmost) of these items in the display list is used.
346346

347347
<ITEM> <<addtag(all)>>: Selects all the items in the canvas.
348348

349349
<ITEM> <<addtag(below Tag)>>: Selects the item just before (below) the one given by <<Tag>> in the display list. If <<Tag>> denotes more than one item, then the first (lowest) of these items in the display list is used.
350350

351-
<ITEM> <<addtag(closest X Y ?Halo? ?Start?)>>: Selects the item closest to the point given by <<X>> and <<Y>>. If more than one item is at the same closest distance (e.g. two items overlap the point), then the top-most of these items (the last one in the display list) is used. If <<Halo>> is specified, then it must be a non-negative value. Any item closer than <<Halo>> to the point is considered to overlap it. The start argument may be used to step circularly through all the closest items. If <<Start>> is specified, it is a tag and it selects the first item in the display list with the given that tag. Instead of selecting the topmost closest item, this form will select the topmost closest item that is below <<Start>> in the display list; if no such item exists, then the selection behaves as if the <<Start>> argument had not been specified.
351+
<ITEM> <<addtag(closest X Y ?Halo? ?Start?)>>: Selects the item closest to the point given by <<X>> and <<Y>>. If more than one item is at the same closest distance (e.g. two items overlap the point), then the top-most of these items (the last one in the display list) is used. If <<Halo>> is specified, then it must be a non-negative value. Any item closer than <<Halo>> to the point is considered to overlap it. The start argument may be used to step circularly through all the closest items. If <<Start>> is specified, it is a tag and it selects the first item in the display list with the given tag. Instead of selecting the topmost closest item, this form will select the topmost closest item that is below <<Start>> in the display list; if no such item exists, then the selection behaves as if the <<Start>> argument had not been specified.
352352

353353
<ITEM> <<addtag(enclosed X1 Y1 X2 Y2)>>: Selects all the items completely enclosed within the rectangular region given by <<X1>>, <<Y1>>, <<X2>>, and <<Y2>>. <<X1>> must be no greater then <<X2>> and <<Y1>> must be no greater than <<Y2>>.
354354

wp/qtk/html/node9.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)