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>
143 lines
2.1 KiB
Standard ML
143 lines
2.1 KiB
Standard ML
--- src/smltk.cm.orig Fri Mar 30 23:39:17 2001
|
|
+++ src/smltk.cm Sun Jan 13 17:40:24 2008
|
|
@@ -1,8 +1,5 @@
|
|
(* -*-Mode: sml-*- *)
|
|
-
|
|
-Group
|
|
-
|
|
-
|
|
+Group
|
|
signature BASIC_UTIL
|
|
structure BasicUtil
|
|
|
|
@@ -11,46 +8,93 @@
|
|
structure SmlTk21
|
|
|
|
structure GlobalConfig
|
|
-
|
|
is
|
|
-
|
|
- ./std_lib/sources.cm
|
|
-
|
|
- sys_conf.sml
|
|
-debug.sig debug.sml
|
|
-sys_dep.sig njml.sml
|
|
-basic_util.sig basic_util.sml
|
|
+ sys_conf.sml
|
|
+
|
|
+ debug.sig
|
|
+ debug.sml
|
|
+
|
|
+ sys_dep.sig
|
|
+ njml.sml
|
|
+
|
|
+ basic_util.sig
|
|
+ basic_util.sml
|
|
+
|
|
#if defined (TK_INSIDE)
|
|
-tk_access.sig tk_access.sml
|
|
+ tk_access.sig
|
|
+ tk_access.sml
|
|
#endif
|
|
-fonts.sig fonts.sml
|
|
- basic_types.sml
|
|
-gui_state.sig gui_state.sml
|
|
-com_state.sig
|
|
+
|
|
+ fonts.sig
|
|
+ fonts.sml
|
|
+
|
|
+ basic_types.sml
|
|
+
|
|
+ gui_state.sig
|
|
+ gui_state.sml
|
|
+ com_state.sig
|
|
+
|
|
#if defined (TK_INSIDE)
|
|
- com_state_clib.sml
|
|
+ com_state_clib.sml
|
|
#else
|
|
- com_state_pipe.sml
|
|
+ com_state_pipe.sml
|
|
#endif
|
|
-com.sig com.sml
|
|
-paths.sig paths.sml
|
|
-config.sig config.sml
|
|
-tk_event.sig tk_event.sml
|
|
-bind.sig bind.sml
|
|
-coord.sig coord.sml
|
|
-mark.sig mark.sml
|
|
-c_item.sig c_item.sml
|
|
-ann_texts.sig ann_texts.sml
|
|
-annotation.sig annotation.sml
|
|
-widget_tree.sig widget_tree.sml
|
|
-c_item_tree.sig c_item_tree.sml
|
|
-annotation_tree.sig annotation_tree.sml
|
|
-windows.sig windows.sml
|
|
-eventloop.sig eventloop.sml
|
|
-widget_ops.sig widget_ops.sml
|
|
-
|
|
-sys_init.sml
|
|
-tk_types.sml
|
|
-export.sml
|
|
-smltk21.sml
|
|
-global_config.sml
|
|
+
|
|
+ com.sig
|
|
+ com.sml
|
|
+
|
|
+ paths.sig
|
|
+ paths.sml
|
|
+
|
|
+ config.sig
|
|
+ config.sml
|
|
+
|
|
+ tk_event.sig
|
|
+ tk_event.sml
|
|
+
|
|
+ bind.sig
|
|
+ bind.sml
|
|
+
|
|
+ coord.sig
|
|
+ coord.sml
|
|
+
|
|
+ mark.sig
|
|
+ mark.sml
|
|
+
|
|
+ c_item.sig
|
|
+ c_item.sml
|
|
+
|
|
+ ann_texts.sig
|
|
+ ann_texts.sml
|
|
+
|
|
+ annotation.sig
|
|
+ annotation.sml
|
|
+
|
|
+ widget_tree.sig
|
|
+ widget_tree.sml
|
|
+
|
|
+ c_item_tree.sig
|
|
+ c_item_tree.sml
|
|
+
|
|
+ annotation_tree.sig
|
|
+ annotation_tree.sml
|
|
+
|
|
+ windows.sig
|
|
+ windows.sml
|
|
+
|
|
+ eventloop.sig
|
|
+ eventloop.sml
|
|
+
|
|
+ widget_ops.sig
|
|
+ widget_ops.sml
|
|
+
|
|
+ sys_init.sml
|
|
+ tk_types.sml
|
|
+ export.sml
|
|
+ smltk21.sml
|
|
+ global_config.sml
|
|
+
|
|
+ $/basis.cm
|
|
+ $/smlnj-lib.cm
|
|
+ $smlnj/compiler.cm
|
|
+
|