mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
Tk::CheckBox - A radio button style widget that uses a
|
|
check mark in a box. Useful as a boolean field.
|
|
Tk::Columns - A multicolumn list widget with resizeable borders
|
|
and sorting by column.
|
|
Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard
|
|
equivalent behaviour
|
|
Tk::IconCanvas - A canvas implementing a moveable iconic interface.
|
|
Allows attaching menus to icons and to background.
|
|
Tk::SplitFrame - A sliding separator for two child widgets. Allows either
|
|
horizontal or vertical separation between the two widgets.
|
|
Can work in concert as horizontal inside vertical or
|
|
vice-versa.
|
|
Tk::TabFrame - A tabbed frame geometry manager (like NoteBook).
|
|
Tk::DockFrame - A dockable widget management widget hierarchy.
|
|
Tk::CornerBox - A textured window resizing widget (like in Win95)
|
|
Tk::Signals - A publish and subscribe object signalling method like
|
|
that found in QT. Very useful when widgets that are not
|
|
in the same hierarchy need to alert each other to various
|
|
application level events.
|
|
|
|
WWW: http://search.cpan.org/dist/Tk-DKW/
|