-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pkgIndex.tcl: Bumped the version number to 1.2.
* scrollutil.tcl: * scrollutil_tile.tcl: * COPYRIGHT.txt: * README.txt:
- Loading branch information
csaba
committed
Oct 20, 2019
1 parent
3f84b4f
commit 3fb6e60
Showing
4 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Scrolling utilities package Scrollutil 1.1 | ||
Scrolling utilities package Scrollutil 1.2 | ||
Copyright (c) 2019 Csaba Nemethi (E-mail: [email protected]) | ||
|
||
This library is free software; you can use, modify, and redistribute it | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,12 @@ | |
# Copyright (c) 2019 Csaba Nemethi (E-mail: [email protected]) | ||
#============================================================================== | ||
|
||
package require -exact scrollutil::common 1.1 | ||
package require -exact scrollutil::common 1.2 | ||
|
||
package provide scrollutil $::scrollutil::version | ||
package provide Scrollutil $::scrollutil::version | ||
|
||
::scrollutil::useTile 0 | ||
::scrollutil::sa::createBindings | ||
::scrollutil::ss::createBindings | ||
::scrollutil::sf::createBindings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters