This commit was generated by cvs2svn to compensate for changes in r5670,
[chise/xemacs-chise.git.1] / lwlib / xlwtabsP.h
index ca1b1e5..48b0c0e 100644 (file)
@@ -18,7 +18,7 @@ along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Synched up with: TabsP.h 1.8 */
+/* Synched up with: TabsP.h 1.7 */
 
 /*
  * TabsP.h - Private definitions for Index Tabs widget
@@ -132,6 +132,9 @@ typedef     struct _TabsConstraintsPart {
        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 ;