mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
20e4709efc
Tk::HList column header. PR: ports/70230 Submitted by: Lubomir Marinov <lubomir_m@abv.bg>
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
The ResizeButton widget provides a resizeable button widget for use
|
|
in an HList column header. When placed in the column header, the
|
|
edge of the widget can be selected and dragged to a new location to
|
|
change the size of the HList column. When resizing the column, a
|
|
column bar will also be placed over the HList indicating the eventual
|
|
size of the HList column. A command can also be bound to the button
|
|
to do things like sorting the column.
|