mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -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>
45 lines
845 B
Text
45 lines
845 B
Text
--- src/toolkit/tests+examples/sources.cm.orig Fri Mar 30 23:40:04 2001
|
|
+++ src/toolkit/tests+examples/sources.cm Sun Jan 13 17:50:07 2008
|
|
@@ -1,15 +1,29 @@
|
|
-Group is
|
|
+Group
|
|
+ structure WeeBoxes
|
|
+ structure FilerEx
|
|
+ structure MarkupEx
|
|
+ structure SimpleInstAppl
|
|
+ structure SimpleInst
|
|
+ structure StdMarkEx
|
|
+ structure TableEx
|
|
+ structure TabsEx
|
|
+ structure LittleTreeList
|
|
+ structure TSimpleInstAppl
|
|
+ structure UW_Ex
|
|
+is
|
|
+ ../sources.cm
|
|
|
|
-../sources.cm
|
|
+ uw_ex.sml
|
|
+ boxes.sml
|
|
+ simpleinst.sml
|
|
+ tsimpleinst.sml
|
|
+ (* filemanager.sml *)
|
|
+ markup_ex.sml
|
|
+ stdmark_ex.sml
|
|
+ tree_list_ex.sml
|
|
+ filer_ex.sml
|
|
+ table_ex.sml
|
|
+ tabs_ex.sml
|
|
+
|
|
+ $/basis.cm
|
|
|
|
-uw_ex.sml
|
|
-boxes.sml
|
|
-simpleinst.sml
|
|
-tsimpleinst.sml
|
|
-(* filemanager.sml *)
|
|
-markup_ex.sml
|
|
-stdmark_ex.sml
|
|
-tree_list_ex.sml
|
|
-filer_ex.sml
|
|
-table_ex.sml
|
|
-tabs_ex.sml
|