mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -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>
13 lines
520 B
Standard ML
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
|