Mercurial > hg > xemacs-beta
comparison lwlib/xlwtabsP.h @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 9d177e8d4150 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
91 /* Note: includes top shadow only */ | 91 /* Note: includes top shadow only */ |
92 Dimension tab_total ; /* total height of all tabs */ | 92 Dimension tab_total ; /* total height of all tabs */ |
93 Dimension child_width, child_height; /* child size, including borders */ | 93 Dimension child_width, child_height; /* child size, including borders */ |
94 Dimension max_cw, max_ch ; /* max child preferred size */ | 94 Dimension max_cw, max_ch ; /* max child preferred size */ |
95 Cardinal numRows ; | 95 Cardinal numRows ; |
96 Cardinal displayChildren ; | 96 Cardinal realRows; /* XEmacs addition */ |
97 XtGeometryMask last_query_mode; | 97 XtGeometryMask last_query_mode; |
98 Boolean needs_layout ; | 98 Boolean needs_layout ; |
99 Pixmap grey50 ; /* TODO: cache this elsewhere */ | 99 Pixmap grey50 ; /* TODO: cache this elsewhere */ |
100 } TabsPart; | 100 } TabsPart; |
101 | 101 |
127 Boolean resizable ; | 127 Boolean resizable ; |
128 | 128 |
129 /* private state */ | 129 /* private state */ |
130 Pixel grey ; | 130 Pixel grey ; |
131 Boolean greyAlloc ; | 131 Boolean greyAlloc ; |
132 Boolean visible; /* XEmacs change */ | |
132 Dimension width ; /* tab width */ | 133 Dimension width ; /* tab width */ |
133 Position x,y ; /* tab base position */ | 134 Position x,y ; /* tab base position */ |
134 short row ; /* tab row */ | 135 short row ; /* tab row */ |
135 Position l_x, l_y ; /* label position */ | 136 Position l_x, l_y ; /* label position */ |
136 Position lbm_x, lbm_y ; /* bitmap position */ | 137 Position lbm_x, lbm_y ; /* bitmap position */ |