comparison 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
comparison
equal deleted inserted replaced
3396:af3bfea5c60e 3397:6aa26bef0527
42 /* Parameters: 42 /* Parameters:
43 43
44 Name Class RepType Default Value 44 Name Class RepType Default Value
45 ---- ----- ------- ------------- 45 ---- ----- ------- -------------
46 font Font XFontStruct* XtDefaultFont 46 font Font XFontStruct* XtDefaultFont
47 internalWidth Width Dimension 4 *1 47 fcFontName FcFontName String AirCut-16 *0
48 internalHeight Height Dimension 2 *1 48 xftFont XftFont XtPointer NULL *8
49 topWidget TopWidget Widget *2 49 internalWidth Width Dimension 4 *1
50 callback Callback XtCallbackList NULL *3 50 internalHeight Height Dimension 2 *1
51 popdownCallback Callback XtCallbackList NULL *4 51 topWidget TopWidget Widget *2
52 selectInsensitive SelectInsensitive Boolean True *5 52 callback Callback XtCallbackList NULL *3
53 beNiceToColormap BeNiceToColormap Boolean False *6 53 popdownCallback Callback XtCallbackList NULL *4
54 selectInsensitive SelectInsensitive Boolean True *5
55 beNiceToColormap BeNiceToColormap Boolean False *6
54 topShadowContrast TopShadowContrast int 20 56 topShadowContrast TopShadowContrast int 20
55 bottomShadowContrast BottomShadowContrast int 40 57 bottomShadowContrast BottomShadowContrast int 40
56 insensitiveContrast InsensitiveContrast int 33 *7 58 insensitiveContrast InsensitiveContrast int 33 *7
57 59
58 background Background Pixel XtDefaultBackground 60 background Background Pixel XtDefaultBackground
59 border BorderColor Pixel XtDefaultForeground 61 border BorderColor Pixel XtDefaultForeground
60 borderWidth BorderWidth Dimension 1 62 borderWidth BorderWidth Dimension 1
61 destroyCallback Callback Pointer NULL 63 destroyCallback Callback Pointer NULL
68 x Position Position 0 70 x Position Position 0
69 y Position Position 0 71 y Position Position 0
70 72
71 Notes: 73 Notes:
72 74
75 0 this is a joke, it will be changed.
73 1 internalWidth, internalHeight specify the margins around the text 76 1 internalWidth, internalHeight specify the margins around the text
74 in the tabs. 77 in the tabs.
75 2 topWidget identifies the widget which is currently visible. 78 2 topWidget identifies the widget which is currently visible.
76 3 callbacks are called whenever the user selects a tab. Call_data is 79 3 callbacks are called whenever the user selects a tab. Call_data is
77 the new top widget. 80 the new top widget.
80 are called before callbacks. 83 are called before callbacks.
81 5 SelectInsensitive determines whether or not insensitive children may 84 5 SelectInsensitive determines whether or not insensitive children may
82 be selected anyway. 85 be selected anyway.
83 6 BeNiceToColormap causes the Tabs widget to use fewer colors. 86 6 BeNiceToColormap causes the Tabs widget to use fewer colors.
84 7 InsensitiveContrast sets the contrast used for labels of insensitive widgets. 87 7 InsensitiveContrast sets the contrast used for labels of insensitive widgets.
85 88 8 fcFontName and xftFont are separate resources because there is not yet
89 registered representation and converter for XftFonts.
86 */ 90 */
87 91
88 /* Constraint parameters: 92 /* Constraint parameters:
89 Name Class RepType Default Value 93 Name Class RepType Default Value
90 ---- ----- ------- ------------- 94 ---- ----- ------- -------------