1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/sml_tk/files/src-toolkit-toolkit.mlb
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

129 lines
2.1 KiB
Plaintext

ann
"nonexhaustiveMatch ignore"
in
local
$(SML_LIB)/basis/basis.mlb
../smltk.mlb
./regExp/regexp.mlb
markup.sig
markup.sml
std_markup.sml
util_win.sig
util_win.sml
enter_windows.sml
clipboard.sml
widget_box.sig
widget_box.sml
lazy_tree_objects.sig
lazy_trees.sml
filer.sig
filer_default_config.sml
njfiler.sml
icons.sml
table.sig
table.sml
tabs.sig
tabs.sml
numeric_chooser.sig
numeric_chooser.sml
drag_and_drop.sig
drag_and_drop.sml
print.sml
object_class.sig
tree_object_class.sig
obj2tree_obj-fun.sml
gen_gui.sig
tree_list.sml
(* test.sml *)
appl.sig
notepad.sml
gen_gui.sml
tgen_gui.sml
in
signature APPL_SIG
signature NP_APPL_SIG
signature DDITEMS
signature DRAG_DROP_SIG
functor DragAndDrop
signature GENGUI0_CONF
signature GENGUI_CONF
signature GENGUI_SIG
functor GenGUI
signature LAZY_TREE_OBJECTS
functor LazyTree
signature NUMERIC_CHOOSER_SIG
signature OBJECT_CLASS
signature FOLDERINFO
functor obj2tree_obj
signature TREE_OBJECT_CLASS
signature PTREE_OBJECT_CLASS
signature CLIPBOARD
signature CLIPBOARD_R
signature CLIPBOARD_W
functor Clipboard
structure DummyCB
signature SUBSTWIN
structure SubstWin
signature FILER_SIG
signature FILER_CONFIG
functor Filer
functor SimpleFiler
structure FilerDefaultConfig
signature ICON_SIG
structure Icons
functor Notepad
structure NumericChooser
structure Print
signature TAGS
signature SMLTK_MARKUP
signature BINDTAGS
functor SmlTkMarkup
functor StdTags
structure StdMarkup
signature TABLE_SIG
signature TABSSIG
structure Table
structure Tabs
signature TGENGUI_SIG
functor TGenGUI
signature TL_ACTION
functor TreeList
signature UTIL_WIN
signature WIDGET_BOX
structure UW
structure WidgetBox
end
end