mirror of https://github.com/texmacs/doc.git
Cutting and pasting of selections of several slides in page mode
This commit is contained in:
parent
a99d3f8e5e
commit
b8e22e7d31
|
@ -7130,6 +7130,22 @@ source code.
|
||||||
<scm|void>.
|
<scm|void>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(clipboard-set <scm-arg|string> <scm-arg|content>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|selection_set> which returns
|
||||||
|
<scm|void>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(clipboard-get <scm-arg|string>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|selection_get> which returns
|
||||||
|
<scm|tree>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(cpp-clipboard-copy <scm-arg|string>)>
|
<scm|(cpp-clipboard-copy <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
|
Loading…
Reference in New Issue