summaryrefslogtreecommitdiffstats
path: root/demo5.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 /demo5.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 'demo5.tl')
-rwxr-xr-xdemo5.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/demo5.tl b/demo5.tl
new file mode 100755
index 0000000..bcf4cc2
--- /dev/null
+++ b/demo5.tl
@@ -0,0 +1,7 @@
+; Refer to the demostuff file for definitions and descriptions.
+
+(defun demo5 ()
+ (window demo5 demos "de minimis" 300 150)
+ (box v deminimisbox5 demo5)
+ (text deminimismsg5 "This demo is not yet defined." deminimisbox5)
+ (gtk_widget_show_all demo5))