diff 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
line wrap: on
line diff
--- a/lwlib/xlwtabsP.h	Mon Aug 13 11:30:00 2007 +0200
+++ b/lwlib/xlwtabsP.h	Mon Aug 13 11:30:53 2007 +0200
@@ -18,7 +18,7 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Synched up with: TabsP.h 1.7 */
+/* Synched up with: TabsP.h 1.8 */
 
 /*
  * TabsP.h - Private definitions for Index Tabs widget
@@ -132,9 +132,6 @@
 	Dimension	width ;		/* tab width */
 	Position	x,y ;		/* tab base position */
 	short		row ;		/* tab row */
-	Dimension	wid,hgt ;	/* desired size */
-	Dimension	bwid ;		/* desired border width */
-	Boolean		queried ;	/* we've asked child it's pref. size */
 	Position	l_x, l_y ;	/* label position */
 	Position	lbm_x, lbm_y ;	/* bitmap position */
 	unsigned int	lbm_width, lbm_height, lbm_depth ;