Searched refs:highlight_thickness (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1CommandP.h88 Dimension highlight_thickness; member in struct:__anon293
H A DXaw3_1Command.c76 offset(command.highlight_thickness), XtRImmediate,
79 offset(command.highlight_thickness), XtRImmediate,
201 if (cbw->command.highlight_thickness > 1 )
202 values.line_width = cbw->command.highlight_thickness;
227 if (cbw->command.highlight_thickness == DEFAULT_SHAPE_HIGHLIGHT) {
229 cbw->command.highlight_thickness = 0;
231 cbw->command.highlight_thickness = DEFAULT_HIGHLIGHT_THICKNESS;
253 if (cbw->command.highlight_thickness == 0 ||
254 cbw->command.highlight_thickness > Min(cbw->core.width,
269 rect.x = rect.y = cbw->command.highlight_thickness;
[all...]
H A DXaw3_1CommandI.h65 #define ComWhighlightThickness cbw->command.highlight_thickness
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DCommand.c86 offset(command.highlight_thickness), XtRImmediate,
181 if (cbw->command.highlight_thickness > 1 )
182 values.line_width = cbw->command.highlight_thickness;
211 if (cbw->command.highlight_thickness == DEFAULT_SHAPE_HIGHLIGHT) {
213 cbw->command.highlight_thickness = 0;
215 cbw->command.highlight_thickness = DEFAULT_HIGHLIGHT_THICKNESS;
236 if (cbw->command.highlight_thickness == 0 ||
237 cbw->command.highlight_thickness >
252 rect.x = rect.y = cbw->command.highlight_thickness;
253 rect.width -= cbw->command.highlight_thickness *
[all...]
H A DCommandP.h112 Dimension highlight_thickness; member in struct:__anon358

Completed in 11 milliseconds