/usr/lib/perl5/Tk/pTk/tixDef.h is in perl-tk 1:804.030-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | /* $Id: tixDef.h,v 1.2 2000/10/17 16:35:37 idiscovery Exp $ */
/*
* tixdef.h --
*
* This file defines the defaults for all options for all of
* the Tix widgets.
*
* Copyright (c) 1996, Expert Interface Technologies
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef TIX_DEFAULT
#define TIX_DEFAULT
/*
* Include the defaults of the TK distriburion
*/
#ifndef _DEFAULT
#include <default.h>
#endif
#ifndef CTL_FONT
#define CTL_FONT "Helvetica -12 bold"
#endif
#define BORDER_COLOR "gray"
/*
* Compound widget
*/
#define DEF_CMPIMAGE_BG_COLOR NORMAL_BG
#define DEF_CMPIMAGE_BG_MONO WHITE
#define DEF_CMPIMAGE_FG_COLOR BLACK
#define DEF_CMPIMAGE_FG_MONO BLACK
#define DEF_CMPIMAGE_FONT CTL_FONT
/*
* tixHList widget
*/
#define DEF_HLIST_BG_COLOR NORMAL_BG
#define DEF_HLIST_BG_MONO WHITE
#define DEF_HLIST_BORDER_WIDTH "2"
#define DEF_HLIST_BROWSE_COMMAND ""
#define DEF_HLIST_COMMAND ""
#define DEF_HLIST_COLUMNS "1"
#define DEF_HLIST_CURSOR ""
#define DEF_HLIST_DISPLAY_MODE "tree"
#define DEF_HLIST_DRAG_COMMAND ""
#define DEF_HLIST_DRAW_BRANCH "true"
#define DEF_HLIST_DROP_COMMAND ""
#define DEF_HLIST_EXPORT_SELECTION "0"
#define DEF_HLIST_FONT CTL_FONT
#define DEF_HLIST_FG_COLOR BLACK
#define DEF_HLIST_FG_MONO BLACK
#define DEF_HLIST_HEADER "0"
#define DEF_HLIST_HEIGHT "10"
#define DEF_HLIST_HIGHLIGHT_COLOR BLACK
#define DEF_HLIST_HIGHLIGHT_MONO BLACK
#define DEF_HLIST_HIGHLIGHT_WIDTH "2"
#define DEF_HLIST_RELIEF "sunken"
#define DEF_HLIST_ORIENT "vertical"
#define DEF_HLIST_PADX "2"
#define DEF_HLIST_PADY "2"
#define DEF_HLIST_GAP "5"
#define DEF_HLIST_INDENT "10"
#define DEF_HLIST_INDICATOR "0"
#define DEF_HLIST_INDICATOR_CMD ""
#define DEF_HLIST_ITEM_TYPE "text"
#define DEF_HLIST_SELECT_BG_COLOR ACTIVE_BG
#define DEF_HLIST_SELECT_FG_COLOR BLACK
#define DEF_HLIST_SELECT_BG_MONO BLACK
#define DEF_HLIST_SELECT_FG_MONO WHITE
#define DEF_HLIST_SELECT_MODE "browse"
#define DEF_HLIST_SELECT_BORDERWIDTH "1"
#define DEF_HLIST_SEPARATOR "."
#define DEF_HLIST_SIZE_COMMAND ""
#define DEF_HLIST_TAKE_FOCUS "1"
#define DEF_HLIST_WIDTH "20"
#define DEF_HLIST_WIDE_SELECT "true"
#define DEF_HLIST_Y_SCROLL_COMMAND ""
#define DEF_HLIST_X_SCROLL_COMMAND ""
/*
* HList Entry
*/
#define DEF_HLISTENTRY_BITMAP ""
#define DEF_HLISTENTRY_DATA ""
#define DEF_HLISTENTRY_GAP "4"
#define DEF_HLISTENTRY_IMAGE ""
#define DEF_HLISTENTRY_JUSTIFY "left"
#define DEF_HLISTENTRY_NAME ""
#define DEF_HLISTENTRY_PADX "2"
#define DEF_HLISTENTRY_PADY "2"
#define DEF_HLISTENTRY_STATE "normal"
#define DEF_HLISTENTRY_TEXT ""
#define DEF_HLISTENTRY_UNDERLINE "-1"
#define DEF_HLISTENTRY_WIDGET ""
#define DEF_HLISTENTRY_WLENGTH "0"
/*
* HList Entry
*/
#define DEF_HLISTHEADER_BG_COLOR NORMAL_BG
#define DEF_HLISTHEADER_BG_MONO WHITE
#define DEF_HLISTHEADER_BORDER_WIDTH "2"
#define DEF_HLISTHEADER_RELIEF "raised"
/*
* tixNBFrame widget
*/
#define DEF_NOTEBOOKFRAME_ACTIVE_BG_COLOR ACTIVE_BG
#define DEF_NOTEBOOKFRAME_ACTIVE_BG_MONO BLACK
#define DEF_NOTEBOOKFRAME_INACTIVE_BG_COLOR TROUGH
#define DEF_NOTEBOOKFRAME_INACTIVE_BG_MONO WHITE
#define DEF_NOTEBOOKFRAME_BACKPAGE_COLOR NORMAL_BG
#define DEF_NOTEBOOKFRAME_BACKPAGE_MONO WHITE
#define DEF_NOTEBOOKFRAME_BG_COLOR NORMAL_BG
#define DEF_NOTEBOOKFRAME_BG_MONO WHITE
#define DEF_NOTEBOOKFRAME_DISABLED_FG_COLOR DISABLED
#define DEF_NOTEBOOKFRAME_DISABLED_FG_MONO ""
#define DEF_NOTEBOOKFRAME_FOCUS_COLOR BLACK
#define DEF_NOTEBOOKFRAME_FOCUS_MONO BLACK
#define DEF_NOTEBOOKFRAME_BORDER_WIDTH "2"
#define DEF_NOTEBOOKFRAME_CURSOR ""
#define DEF_NOTEBOOKFRAME_FONT CTL_FONT
#define DEF_NOTEBOOKFRAME_FG_COLOR BLACK
#define DEF_NOTEBOOKFRAME_FG_MONO BLACK
#define DEF_NOTEBOOKFRAME_RELIEF "sunken"
#define DEF_NOTEBOOKFRAME_SLAVE "1"
#define DEF_NOTEBOOKFRAME_TAKE_FOCUS "1"
#define DEF_NOTEBOOKFRAME_WIDTH "10"
#define DEF_NOTEBOOKFRAME_TABPADX "6"
#define DEF_NOTEBOOKFRAME_TABPADY "5"
/*
* tixTList.h
*/
#define DEF_TLIST_BG_COLOR NORMAL_BG
#define DEF_TLIST_BG_MONO WHITE
#define DEF_TLIST_BORDER_WIDTH "2"
#define DEF_TLIST_BROWSE_COMMAND ""
#define DEF_TLIST_COMMAND ""
#define DEF_TLIST_CURSOR ""
#define DEF_TLIST_FONT CTL_FONT
#define DEF_TLIST_FG_COLOR BLACK
#define DEF_TLIST_FG_MONO BLACK
#define DEF_TLIST_HEIGHT "10"
#define DEF_TLIST_HIGHLIGHT_COLOR BLACK
#define DEF_TLIST_HIGHLIGHT_MONO BLACK
#define DEF_TLIST_HIGHLIGHT_WIDTH "2"
#define DEF_TLIST_ITEM_TYPE "text"
#define DEF_TLIST_RELIEF "sunken"
#define DEF_TLIST_ORIENT "vertical"
#define DEF_TLIST_PADX "2"
#define DEF_TLIST_PADY "2"
#define DEF_TLIST_SELECT_BG_COLOR ACTIVE_BG
#define DEF_TLIST_SELECT_FG_COLOR BLACK
#define DEF_TLIST_SELECT_BG_MONO BLACK
#define DEF_TLIST_SELECT_FG_MONO WHITE
#define DEF_TLIST_SELECT_MODE "browse"
#define DEF_TLIST_SELECT_BORDERWIDTH "1"
#define DEF_TLIST_STATE "normal"
#define DEF_TLIST_SIZE_COMMAND ""
#define DEF_TLIST_TAKE_FOCUS "1"
#define DEF_TLIST_WIDTH "20"
#define DEF_TLIST_Y_SCROLL_COMMAND ""
#define DEF_TLIST_X_SCROLL_COMMAND ""
#endif /* TIX_DEFAULT */
|