https://github.com/tcltk/mclistbox
mclistbox widget (Mirror of core.tcl-lang.org)
https://github.com/tcltk/mclistbox
Last synced: 5 months ago
JSON representation
mclistbox widget (Mirror of core.tcl-lang.org)
- Host: GitHub
- URL: https://github.com/tcltk/mclistbox
- Owner: tcltk
- License: other
- Created: 2012-12-07T18:09:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T19:48:31.000Z (about 11 years ago)
- Last Synced: 2024-05-09T11:12:50.940Z (about 2 years ago)
- Language: Tcl
- Homepage: https://core.tcl-lang.org/mclistbox/
- Size: 227 KB
- Stars: 5
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: license.terms
Awesome Lists containing this project
README
Mclistbox version 1.02
Copyright (c) 1999, Bryan Douglas Oakley
All Rights Reserved.
http://purl.oclc.org/net/oakley/tcl/mclistbox/index.html
mailto:oakley@channelpoint.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 mclistbox.tcl where your programs can get at it either
via autoloading or from a "source" command. Then, use
"mclistbox::mclistbox" to create a mclistbox, or do "import
::mclistbox::*" to use the mclistbox command without the namespace qualifier.
To see a quick example, start up a wish process and cd to the directory
where mclistbox.tcl is located. Then do "source example.tcl".
To run some simple tests, source "test.tcl" or "mclistbox.test"