diff options
-rwxr-xr-x | demo1.tl | 2 | ||||
-rwxr-xr-x | demo2.tl | 2 | ||||
-rwxr-xr-x | demo3.tl | 2 | ||||
-rwxr-xr-x | demo4.tl | 2 | ||||
-rwxr-xr-x | demo5.tl | 2 | ||||
-rwxr-xr-x | demo6.tl | 2 | ||||
-rwxr-xr-x | demo7.tl | 2 | ||||
-rwxr-xr-x | demo8.tl | 2 | ||||
-rwxr-xr-x | demo9.tl | 2 | ||||
-rwxr-xr-x | menu.tl | 2 |
10 files changed, 10 insertions, 10 deletions
@@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo1 () (window demo1 demos "Four Button Demo" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo2 () (window demo2 demos "Numerals Demo" 250 250) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo3 () (window demo3 demos "Dates Demo" 300 200) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo4 () (window demo4 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo5 () (window demo5 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo6 () (window demo6 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo7 () (window demo7 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo8 () (window demo8 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo9 () (window demo9 demos "de minimis" 300 150) @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun menu () (gapp demos |