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>
11 lines
338 B
Standard ML
11 lines
338 B
Standard ML
--- ./src/config.sig.orig Fri Mar 30 23:39:07 2001
|
|
+++ src/config.sig Sun Jan 13 11:10:08 2008
|
|
@@ -50,6 +50,8 @@
|
|
|
|
val showReal : real -> string
|
|
|
|
+ val showColor : BasicTypes.Color -> string
|
|
+
|
|
val winConfEq : BasicTypes.WinConfigure ->
|
|
BasicTypes.WinConfigure -> bool
|
|
|