Subject: | Additions to Tk::ResizeButton |
The attached patch fixes the following issues:
* do not use "our" to stay perl 5.00503 compatible
* add a $VERSION variable
* use strict after the global variables part
* optionally import the methods headerButtonCreate/Configure/Cget into the
Tk::HList namespace if ":simple" is specified. See also the "simple and
short usage" in the new SYNOPSIS
* the trim button is now optional and not created by default --- I think
that most modern toolkits do not have such a "trim" button (at least
Gtk and Windows)
* changed some procedural calls into method calls
* avoid re-creating column bar (the method is now called
CreateOrMoveColumnBar)
* better positioning of the column bar if scrollbars are involved
* update Pod to reflect the additions
* a more complete test, also runnable in non-BATCH mode
Regards,
Slaven
Message body is not shown because it is too large.