diff lwlib/xlwtabs.h @ 3397:6aa26bef0527

[xemacs-hg @ 2006-05-12 19:25:28 by stephent] Stop trashing xftFont resources. <87mzdnxd1j.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 12 May 2006 19:25:29 +0000
parents 74fd4e045ea6
children 382b11fa8866
line wrap: on
line diff
--- a/lwlib/xlwtabs.h	Thu May 11 21:50:58 2006 +0000
+++ b/lwlib/xlwtabs.h	Fri May 12 19:25:29 2006 +0000
@@ -44,16 +44,18 @@
  Name		     Class		RepType		Default Value
  ----		     -----		-------		-------------
  font		     Font		XFontStruct*	XtDefaultFont
- internalWidth	     Width		Dimension	4	*1
- internalHeight	     Height		Dimension	2	*1
- topWidget	     TopWidget		Widget			*2
- callback	     Callback		XtCallbackList	NULL	*3
- popdownCallback     Callback		XtCallbackList	NULL	*4
- selectInsensitive   SelectInsensitive	Boolean		True	*5
- beNiceToColormap    BeNiceToColormap	Boolean		False	*6
+ fcFontName          FcFontName         String          AirCut-16 *0
+ xftFont             XftFont            XtPointer       NULL      *8
+ internalWidth	     Width		Dimension	4	  *1
+ internalHeight	     Height		Dimension	2	  *1
+ topWidget	     TopWidget		Widget			  *2
+ callback	     Callback		XtCallbackList	NULL	  *3
+ popdownCallback     Callback		XtCallbackList	NULL	  *4
+ selectInsensitive   SelectInsensitive	Boolean		True	  *5
+ beNiceToColormap    BeNiceToColormap	Boolean		False	  *6
  topShadowContrast   TopShadowContrast	int		20
  bottomShadowContrast BottomShadowContrast int		40
- insensitiveContrast InsensitiveContrast int		33	*7
+ insensitiveContrast InsensitiveContrast int		33	  *7
 
  background	     Background		Pixel		XtDefaultBackground
  border		     BorderColor	Pixel		XtDefaultForeground
@@ -70,6 +72,7 @@
 
  Notes:
 
+ 0 this is a joke, it will be changed.
  1 internalWidth, internalHeight specify the margins around the text
    in the tabs.
  2 topWidget identifies the widget which is currently visible.
@@ -82,7 +85,8 @@
    be selected anyway.
  6 BeNiceToColormap causes the Tabs widget to use fewer colors.
  7 InsensitiveContrast sets the contrast used for labels of insensitive widgets.
-
+ 8 fcFontName and xftFont are separate resources because there is not yet
+   registered representation and converter for XftFonts.
 */
 
 /* Constraint parameters: