summaryrefslogtreecommitdiffstats
path: root/demo6.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-06 16:50:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-06 17:00:51 -0800
commit94ee69847a8e233b998ddd8c743087a063d27a44 (patch)
tree1a9fee291911a33e407d40e74975d88870b73962 /demo6.tl
parent4667b03c44081463141dcdaeb3e748c0a24fcfa6 (diff)
downloadgtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.tar.gz
gtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.tar.bz2
gtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.zip
More TXR porting: add suffixes to files; remove SBCL materials.
Diffstat (limited to 'demo6.tl')
-rwxr-xr-xdemo6.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/demo6.tl b/demo6.tl
new file mode 100755
index 0000000..75ba182
--- /dev/null
+++ b/demo6.tl
@@ -0,0 +1,7 @@
+; Refer to the demostuff file for definitions and descriptions.
+
+(defun demo6 ()
+ (window demo6 demos "de minimis" 300 150)
+ (box v deminimisbox6 demo6)
+ (text deminimismsg6 "This demo is not yet defined." deminimisbox6)
+ (gtk_widget_show_all demo6))