1
0
Fork 0

First experimental version of spell widgets

This commit is contained in:
Joris van der Hoeven 2019-01-15 21:25:25 +00:00
parent 2827a2b3f5
commit 8fcec4e200
1 changed files with 88 additions and 0 deletions

View File

@ -1642,6 +1642,22 @@ source code.
<scm|array_path>.
</explain>
<\explain>
<scm|(tree-spell <scm-arg|content> <scm-arg|path> <scm-arg|int>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(tree-spell-at <scm-arg|content> <scm-arg|path> <scm-arg|path> <scm-arg|int>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(previous-search-hit <scm-arg|array_path> <scm-arg|path> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
@ -3186,6 +3202,70 @@ source code.
<scm|bool>.
</explain>
<\explain>
<scm|(multi-spell-start)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_start> which returns
<scm|void>.
</explain>
<\explain>
<scm|(multi-spell-done)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_done> which returns
<scm|void>.
</explain>
<\explain>
<scm|(spell-start <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_start> which returns
<scm|string>.
</explain>
<\explain>
<scm|(spell-done <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_done> which returns
<scm|void>.
</explain>
<\explain>
<scm|(spell-check <scm-arg|string> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_check> which returns
<scm|tree>.
</explain>
<\explain>
<scm|(spell-check? <scm-arg|string> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|check_word> which returns
<scm|bool>.
</explain>
<\explain>
<scm|(spell-accept <scm-arg|string> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_accept> which returns
<scm|void>.
</explain>
<\explain>
<scm|(spell-insert <scm-arg|string> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|spell_insert> which returns
<scm|void>.
</explain>
<\explain>
<scm|(packrat-define <scm-arg|string> <scm-arg|string> <scm-arg|tree>)>
<explain-synopsis|no synopsis>
@ -8106,6 +8186,14 @@ source code.
<scm|void>.
</explain>
<\explain>
<scm|(update-menus)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|update_menus> which returns
<scm|void>.
</explain>
<\explain>
<scm|(show-tree)>
<explain-synopsis|no synopsis>