mirror of https://github.com/texmacs/doc.git
Doc: errors in tree-view docs
This commit is contained in:
parent
06ee7775f0
commit
5e0107709d
|
@ -48,7 +48,7 @@
|
||||||
widget.
|
widget.
|
||||||
|
|
||||||
<\session|scheme|default>
|
<\session|scheme|default>
|
||||||
<\unfolded-io|Scheme] >
|
<\input|Scheme] >
|
||||||
(tm-widget (test-choice)
|
(tm-widget (test-choice)
|
||||||
|
|
||||||
\ \ (resize "200px" "50px"
|
\ \ (resize "200px" "50px"
|
||||||
|
@ -61,9 +61,7 @@
|
||||||
"Fifth" "Sixth")
|
"Fifth" "Sixth")
|
||||||
|
|
||||||
\ \ \ \ \ \ \ \ \ \ \ \ \ \ "Third"))))
|
\ \ \ \ \ \ \ \ \ \ \ \ \ \ "Third"))))
|
||||||
<|unfolded-io>
|
</input>
|
||||||
\;
|
|
||||||
</unfolded-io>
|
|
||||||
|
|
||||||
<\input|Scheme] >
|
<\input|Scheme] >
|
||||||
(show test-choice)
|
(show test-choice)
|
||||||
|
@ -84,7 +82,7 @@
|
||||||
The width of the widget may be set using a <scm|resize> widget.
|
The width of the widget may be set using a <scm|resize> widget.
|
||||||
|
|
||||||
<\session|scheme|default>
|
<\session|scheme|default>
|
||||||
<\unfolded-io|Scheme] >
|
<\input|Scheme] >
|
||||||
(tm-widget (test-choices)
|
(tm-widget (test-choices)
|
||||||
|
|
||||||
\ \ (resize "200px" "100px"
|
\ \ (resize "200px" "100px"
|
||||||
|
@ -97,9 +95,7 @@
|
||||||
"J" "K" "L")
|
"J" "K" "L")
|
||||||
|
|
||||||
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '("B" "D" "F" "H" "J" "L")))))
|
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '("B" "D" "F" "H" "J" "L")))))
|
||||||
<|unfolded-io>
|
</input>
|
||||||
\;
|
|
||||||
</unfolded-io>
|
|
||||||
|
|
||||||
<\input|Scheme] >
|
<\input|Scheme] >
|
||||||
(show test-choices)
|
(show test-choices)
|
||||||
|
@ -312,7 +308,7 @@
|
||||||
</warning>
|
</warning>
|
||||||
|
|
||||||
<\session|scheme|default>
|
<\session|scheme|default>
|
||||||
<\unfolded-io|Scheme] >
|
<\input|Scheme] >
|
||||||
(tm-widget (widget-buffer)
|
(tm-widget (widget-buffer)
|
||||||
|
|
||||||
\ \ (resize ("150px" "400px" "9000px") ("300px" "600px" "9000px")
|
\ \ (resize ("150px" "400px" "9000px") ("300px" "600px" "9000px")
|
||||||
|
@ -323,10 +319,9 @@
|
||||||
|
|
||||||
\ \ \ \ \ \ ===
|
\ \ \ \ \ \ ===
|
||||||
|
|
||||||
\ \ \ \ \ \ (tree-view (buffer-tree) (stree-\<gtr\>tree '(dummy))))))
|
\ \ \ \ \ \ (tree-view (noop) (buffer-tree) (stree-\<gtr\>tree
|
||||||
<|unfolded-io>
|
'(dummy))))))
|
||||||
\;
|
</input>
|
||||||
</unfolded-io>
|
|
||||||
|
|
||||||
<\input|Scheme] >
|
<\input|Scheme] >
|
||||||
(top-window widget-buffer "Tree View")
|
(top-window widget-buffer "Tree View")
|
||||||
|
@ -338,7 +333,7 @@
|
||||||
If your <TeXmacs> has the side tools enabled, you can try this:
|
If your <TeXmacs> has the side tools enabled, you can try this:
|
||||||
|
|
||||||
<\session|scheme|default>
|
<\session|scheme|default>
|
||||||
<\unfolded-io|Scheme] >
|
<\input|Scheme] >
|
||||||
(tm-widget (texmacs-side-tools)
|
(tm-widget (texmacs-side-tools)
|
||||||
|
|
||||||
\ \ (vertical
|
\ \ (vertical
|
||||||
|
@ -348,10 +343,9 @@
|
||||||
|
|
||||||
\ \ \ \ ---
|
\ \ \ \ ---
|
||||||
|
|
||||||
\ \ \ \ (tree-view (buffer-tree) (stree-\<gtr\>tree '(unused)))))
|
\ \ \ \ (tree-view (noop) (buffer-tree) (stree-\<gtr\>tree
|
||||||
<|unfolded-io>
|
'(unused)))))
|
||||||
\;
|
</input>
|
||||||
</unfolded-io>
|
|
||||||
</session>
|
</session>
|
||||||
|
|
||||||
<tmdoc-copyright|2013|the <TeXmacs> team.>
|
<tmdoc-copyright|2013|the <TeXmacs> team.>
|
||||||
|
|
Loading…
Reference in New Issue