ports/devel/sml_tk/files/patch-src-config.sig
Martin Wilke a15faa6309 sml_tk is a Standard ML package providing a portable, typed and abstract
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>
2008-06-21 09:56:54 +00:00

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