File: widget.r

package info (click to toggle)
tk8.4 8.4.19-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 17,088 kB
  • sloc: ansic: 158,687; tcl: 16,078; makefile: 1,766; sh: 677
file content (18 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * widget.r --
 *
 */

type 'TEXT'
{
    string;
};

#define TK_LIBRARY_RESOURCES 3000

resource 'TEXT' (TK_LIBRARY_RESOURCES+114, "tclshrc", purgeable) 
{
"# read widgets demo script\n"
"console hide\n"
"source [file join $tk_library demos widget]\n"
};