File: README.txt

package info (click to toggle)
r-cran-tcltk2 1.2-11-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,356 kB
  • ctags: 1,386
  • sloc: tcl: 37,888; ansic: 792; python: 324; sh: 68; sed: 16; makefile: 1
file content (21 lines) | stat: -rwxr-xr-x 874 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Combobox version 2.3
Copyright (c) 1998-2003, Bryan Douglas Oakley
All Rights Reserved.

http://www.purl.org/net/oakley/tcl/combobox/index.html
mailto:oakley@bardo.clearlight.com

This software is provided AS-IS with no waranty expressed or
implied. This software may be used free of charge, though I would
appreciate it if you give credit where credit is due and mention my
name when you use it.

To use: place combobox.tcl where your programs can get at it either
via autoloading or from a "source" command. To create a combobox widget
use the command "::combobox::combobox", or import the combobox command
with "import ::combobox::*" to use it as simply "combobox".

To see a quick example, start up a wish process and cd to the directory
where combobox.tcl is located. Then do "source example.tcl".

#####################################################################