Mercurial > hg > xemacs-beta
comparison lwlib/xlwtabsP.h @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | 11054d720c21 |
children | 1ccc32a20af4 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with XEmacs; see the file COPYING. If not, write to | 17 along with XEmacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: TabsP.h 1.7 */ | 21 /* Synched up with: TabsP.h 1.8 */ |
22 | 22 |
23 /* | 23 /* |
24 * TabsP.h - Private definitions for Index Tabs widget | 24 * TabsP.h - Private definitions for Index Tabs widget |
25 */ | 25 */ |
26 | 26 |
130 Pixel grey ; | 130 Pixel grey ; |
131 Boolean greyAlloc ; | 131 Boolean greyAlloc ; |
132 Dimension width ; /* tab width */ | 132 Dimension width ; /* tab width */ |
133 Position x,y ; /* tab base position */ | 133 Position x,y ; /* tab base position */ |
134 short row ; /* tab row */ | 134 short row ; /* tab row */ |
135 Dimension wid,hgt ; /* desired size */ | |
136 Dimension bwid ; /* desired border width */ | |
137 Boolean queried ; /* we've asked child it's pref. size */ | |
138 Position l_x, l_y ; /* label position */ | 135 Position l_x, l_y ; /* label position */ |
139 Position lbm_x, lbm_y ; /* bitmap position */ | 136 Position lbm_x, lbm_y ; /* bitmap position */ |
140 unsigned int lbm_width, lbm_height, lbm_depth ; | 137 unsigned int lbm_width, lbm_height, lbm_depth ; |
141 } TabsConstraintsPart ; | 138 } TabsConstraintsPart ; |
142 | 139 |