1tool-ui(n) Tao User Interface (TaoUI) tool-ui(n)
2
3
4
5______________________________________________________________________________
6
8 tool-ui - Abstractions to allow Tao to express Native Tk, HTML5, and
9 Tao-Layout interfaces
10
12 package require Tcl 8.6
13
14 package require tool-ui ?0.2.1?
15
16______________________________________________________________________________
17
19 The tool-ui package to allows Tao to express Native Tk, HTML5, and Tao-
20 Layout interfaces.
21
22 Code in this module returns only text and list values. It should not
23 rely on the presence of Tk or a web backend.
24
28 Sean Woods
29
31 This document, and the package it describes, will undoubtedly contain
32 bugs and other problems. Please report such in the category tool-ui of
33 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
34 also report any ideas for enhancements you may have for either package
35 and/or documentation.
36
37 When proposing code changes, please provide unified diffs, i.e the out‐
38 put of diff -u.
39
40 Note further that attachments are strongly preferred over inlined
41 patches. Attachments can be made by going to the Edit form of the
42 ticket immediately after its creation, and then using the left-most
43 button in the secondary navigation bar.
44
46 TclOO
47
49 TclOO
50
52 Copyright (c) 2014-2018 Sean Woods <yoda@etoyoc.com>
53
54
55
56
57tcllib 0.2.1 tool-ui(n)