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