Skip Menu |

This queue is for tickets about the Tk-ResizeButton CPAN distribution.

Report information
The Basics
Id: 5717
Status: new
Priority: 0/
Queue: Tk-ResizeButton

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.