diff options
author | das <das> | 2002-08-20 20:26:57 (GMT) |
---|---|---|
committer | das <das> | 2002-08-20 20:26:57 (GMT) |
commit | b413674fbf9849df30cd853ce97badcda6f1d280 (patch) | |
tree | de8cb5a22c114d8af225c72aaf14047d4f3a007d /generic/tkButton.h | |
parent | e013f51d592a99ad0cfebbb510c182070270c32e (diff) | |
download | tk-b413674fbf9849df30cd853ce97badcda6f1d280.zip tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.gz tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.bz2 |
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunkmacosx_8_4_merge_2002_08_20_branch
Diffstat (limited to 'generic/tkButton.h')
-rw-r--r-- | generic/tkButton.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tkButton.h b/generic/tkButton.h index 6469d46..9e5df66 100644 --- a/generic/tkButton.h +++ b/generic/tkButton.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkButton.h,v 1.8 2000/11/22 01:49:37 ericm Exp $ + * RCS: @(#) $Id: tkButton.h,v 1.8.4.1 2002/08/20 20:27:01 das Exp $ */ #ifndef _TKBUTTON @@ -120,6 +120,11 @@ typedef struct { * effect for the border, such as * TK_RELIEF_RAISED, to be used when the mouse * is over the button. */ + int offRelief; /* Value of -offrelief option: specifies a 3-d + * effect for the border, such as + * TK_RELIEF_RAISED, to be used when a + * checkbutton or radiobutton without + * indicator is off */ Tcl_Obj *highlightWidthPtr; /* Value of -highlightthickness option: * specifies width in pixels of highlight to * draw around widget when it has the focus. |