two_opt(n) manual page

Back to the Index
Table of Contents

Name

two_opt - Some useful option settings

Synopsis

package require twoOpt ?-1.0?

Description

This package contains several option settings for making TK applications more beautiful on several UNIX systems (written for CDE on HP/UX) as well as some workarounds.

Fonts

Fonts created on all platforms:

twoTxt
Courier font (10 points) used for text, listbox and entry widgets.

Fonts created on non-windows platforms:

twoGui
Bold helvetica (10 points) used for all GUI elements (other than text, listbox, entry and label).
twoLbl
Helvetica (10 points) used for labels.

Colors

On non-windows platforms, colors are set to a various shades of grey. Selection indicators are yellow. Text, listbox and entry backgrounds are white.

Sizes

Border widths are set to the CDE-sytle of 1 point.

Message box

TK message boxes don't bind the escape key. This package provides a workaround forr this problem on non-windows systems.

Author

Frank J. Leitner
frank@fjl.de

See Also

option(n) , font(n) , tk_messageBox(n) .


Table of Contents


Back to the Index