mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
20 lines
1.0 KiB
Plaintext
20 lines
1.0 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.
|