summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-06-21 02:38:53 (GMT)
committerhobbs <hobbs@noemail.net>2002-06-21 02:38:53 (GMT)
commit1e4aba9c34e99d8523ddd32cb5cd629d2015e062 (patch)
tree614fdb1ec8759677a120bdac4fb4edd69daa4b17 /mac
parentd6c262e7a0218bf88b6632d5c1b68747398d8011 (diff)
downloadtk-1e4aba9c34e99d8523ddd32cb5cd629d2015e062.zip
tk-1e4aba9c34e99d8523ddd32cb5cd629d2015e062.tar.gz
tk-1e4aba9c34e99d8523ddd32cb5cd629d2015e062.tar.bz2
* doc/listbox.n:
* generic/tkListbox.c (DisplayListbox): * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle * tests/listbox.test: option to the listbox. This adds the ability * unix/tkUnixDefault.h: to have listboxes look native on Windows, and * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style. FossilOrigin-Name: f7610a440895223b661d0ff989b5780b7af3db6a
Diffstat (limited to 'mac')
-rw-r--r--mac/tkMacDefault.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacDefault.h b/mac/tkMacDefault.h
index 48eff70..fd55d68 100644
--- a/mac/tkMacDefault.h
+++ b/mac/tkMacDefault.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacDefault.h,v 1.14 2002/02/22 21:07:05 hobbs Exp $
+ * RCS: @(#) $Id: tkMacDefault.h,v 1.15 2002/06/21 02:38:54 hobbs Exp $
*/
#ifndef _TKMACDEFAULT
@@ -213,6 +213,7 @@
* Defaults for listboxes:
*/
+#define DEF_LISTBOX_ACTIVE_STYLE "underline"
#define DEF_LISTBOX_BG_COLOR NORMAL_BG
#define DEF_LISTBOX_BG_MONO WHITE
#define DEF_LISTBOX_BORDER_WIDTH "1"