summaryrefslogtreecommitdiffstats
path: root/demo6
diff options
context:
space:
mode:
authorMifpasoti <mifpasoti@outlook.com>2019-02-03 15:16:22 -0500
committerMifpasoti <mifpasoti@outlook.com>2019-02-03 15:16:22 -0500
commitd4404d51dea2891821a80091e0c4bf2ce84c5e67 (patch)
treea5c2aa16c02ea860c8f51db615583a4baf57ae70 /demo6
parent15cbbb1a853019910e6928427113c9ee6b0fcfba (diff)
downloadgtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.tar.gz
gtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.tar.bz2
gtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.zip
See the hotnews file.
Diffstat (limited to 'demo6')
-rwxr-xr-xdemo67
1 files changed, 7 insertions, 0 deletions
diff --git a/demo6 b/demo6
new file mode 100755
index 0000000..75ba182
--- /dev/null
+++ b/demo6
@@ -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))