summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 08:52:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 08:52:05 (GMT)
commit2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62 (patch)
tree3acdd29ee57643ab022569f14b066e1359056863 /macosx/README
parentc38626d1adc195c2d87e1d6c16fa61ab473683a5 (diff)
downloadtk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.zip
tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.gz
tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.bz2
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README
index 59924bb..efcca73 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,8 +1,6 @@
Tcl/Tk Mac OS X README
----------------------
-RCS: @(#) $Id$
-
This is the README file for the Mac OS X/Darwin version of Tcl/Tk.
@@ -185,7 +183,7 @@ Window class names:
verticalZoom, closeBox, collapseBox, toolbarButton, sideTitlebar,
noTitleBar, unifiedTitleAndToolbar, metal, hud, noShadow, doesNotCycle,
noActivates, hideOnSuspend, inWindowMenu, ignoreClicks, doesNotHide,
- canJoinAllSpaces, moveToActiveSpace, nonActivating, black, dark, light,
+ canJoinAllSpaces, moveToActiveSpace, nonActivating, black, dark, light,
gray, red, green, blue, cyan, yellow, magenta, orange, purple,
brown, clear, opacity
Note that not all attributes are valid for all window classes.
@@ -200,7 +198,7 @@ tk::unsupported::MacWindowStyle style .f document {metal light opaque closeBox c
pack [label .f.f -bg #ababab -text "This is a textured window\nwith opacity and a gray background\nsimilar to other Mac applications"] -fill both -expand yes
-The color attributes correspond to system-defined NSColor constants (e.g., red is [NSColor redColor]. The "light" and "dark" attributes correspond to lightGrayColor and darkGrayColor, respectively (because of the way the attributes are parsed, using "lightgray" and "darkgray" would cause a conflict with the core "gray" attribute).
+The color attributes correspond to system-defined NSColor constants (e.g., red is [NSColor redColor]. The "light" and "dark" attributes correspond to lightGrayColor and darkGrayColor, respectively (because of the way the attributes are parsed, using "lightgray" and "darkgray" would cause a conflict with the core "gray" attribute).
Below are the corresponding hex and/or Tk-defined colors that can be used from Tk widgets to match the NSColor-based attributes: