ports/devel/sml_tk/files/patch-src-widget_tree.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

13 lines
520 B
Standard ML

--- ./src/widget_tree.sig.orig Fri Mar 30 23:39:23 2001
+++ src/widget_tree.sig Sun Jan 13 11:10:20 2008
@@ -196,6 +196,10 @@
BasicTypes.Mark * BasicTypes.Mark -> unit
val clearText : BasicTypes.WidId -> unit
+ val configureLItem : BasicTypes.WidId -> TkTypes.Configure list ->
+ BasicTypes.Mark -> unit
+ val clearLItemConfig : BasicTypes.WidId -> BasicTypes.Mark -> unit
+
val focus : BasicTypes.WinId -> unit
val deFocus : BasicTypes.WinId -> unit