mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard ML. WWW: http://www.informatik.uni-bremen.de/~cxl/sml_tk PR: ports/119640 Submitted by: Timothy Bourke <timbob at bigpond.com>
43 lines
736 B
Text
43 lines
736 B
Text
--- src/tests+examples/sources.cm.orig Fri Mar 30 23:39:35 2001
|
|
+++ src/tests+examples/sources.cm Sun Jan 13 17:06:20 2008
|
|
@@ -1,15 +1,28 @@
|
|
-Group is
|
|
+Group
|
|
+ structure BigEx
|
|
+ structure CanvasEx
|
|
+ structure Ex1
|
|
+ structure Ex2
|
|
+ structure GridEx
|
|
+ structure ListBoxEx
|
|
+ structure PopUpEx
|
|
+ structure ScaleEx
|
|
+ structure TagEx
|
|
+ structure WBindEx
|
|
+is
|
|
+ ../smltk.cm
|
|
|
|
-../smltk.cm
|
|
+ ex1.sml
|
|
+ ex2.sml
|
|
|
|
-ex1.sml
|
|
-ex2.sml
|
|
+ big_ex.sml
|
|
+ canvas_ex.sml
|
|
+ list_box_ex.sml
|
|
+ popup_ex.sml
|
|
+ tag_ex.sml
|
|
+ wbind_ex.sml
|
|
+ grid_ex.sml
|
|
+ scale_ex.sml
|
|
+
|
|
+ $/basis.cm
|
|
|
|
-big_ex.sml
|
|
-canvas_ex.sml
|
|
-list_box_ex.sml
|
|
-popup_ex.sml
|
|
-tag_ex.sml
|
|
-wbind_ex.sml
|
|
-grid_ex.sml
|
|
-scale_ex.sml
|