Lines Matching refs:cbw

38 #define ComWx                            cbw->core.x
39 #define ComWy cbw->core.y
40 #define ComWdepth cbw->core.depth
41 #define ComWwidth cbw->core.width
42 #define ComWheight cbw->core.height
43 #define ComWborder_width cbw->core.border_width
44 #define ComWbackground cbw->core.background_pixel
45 #define ComWforeground cbw->label.foreground
46 #define ComWfont cbw->label.font
47 #define ComWlabel cbw->label.label
48 #define ComWjustify cbw->label.justify
49 #define ComWinternalWidth cbw->label.internal_width
50 #define ComWinternalHeight cbw->label.internal_height
51 #define ComWlabelX cbw->label.label_x
52 #define ComWlabelY cbw->label.label_y + cbw->label.font->max_bounds.ascent
53 #define ComWlabelWidth cbw->label.label_width
54 #define ComWlabelHeight cbw->label.label_height
55 #define ComWlabelLen cbw->label.label_len
56 #define ComWlabelGC cbw->label.normal_GC
57 #define ComWnormalGC cbw->command.normal_GC
58 #define ComWgrayGC cbw->label.gray_GC
59 #define ComWgrayPixmap cbw->label.gray_pixmap
60 #define ComWsensitive cbw->core.sensitive
61 #define ComWcallbackList cbw->command.callback_list
62 #define ComWcallback cbw->command.callback
63 #define ComWclosure cbw->command.closure
64 #define ComWinverseGC cbw->command.inverse_GC
65 #define ComWhighlightThickness cbw->command.highlight_thickness
66 #define ComWset cbw->command.set
67 #define ComWhighlighted cbw->command.highlighted
69 #define XtCBField(cbw,field) cbw->command.field
70 #define XtLField(cbw,field) cbw->label.field
71 #define XtCField(cbw,field) cbw->core.field