Searched refs:shape_style (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1CommandP.h99 int shape_style; member in struct:__anon293
H A DXaw3_1Command.c83 offset(command.shape_style), XtRImmediate, (XtPointer)XawShapeRectangle},
223 if (cbw->command.shape_style != XawShapeRectangle
226 cbw->command.shape_style = XawShapeRectangle;
228 if (cbw->command.shape_style != XawShapeRectangle)
549 && oldcbw->command.shape_style != cbw->command.shape_style
552 cbw->command.shape_style = oldcbw->command.shape_style;
578 if ( (cbw->command.shape_style == XawShapeRoundedRectangle) ) {
584 if (cbw->command.shape_style !
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DCommandP.h122 int shape_style; member in struct:__anon358
H A DCommand.c89 offset(command.shape_style), XtRImmediate, (XtPointer)XawShapeRectangle},
207 if (cbw->command.shape_style != XawShapeRectangle
210 cbw->command.shape_style = XawShapeRectangle;
212 if (cbw->command.shape_style != XawShapeRectangle)
534 && oldcbw->command.shape_style != cbw->command.shape_style
537 cbw->command.shape_style = oldcbw->command.shape_style;
558 if ( (cbw->command.shape_style == XawShapeRoundedRectangle) ) {
564 if (checkRectangular || cbw->command.shape_style !
[all...]

Completed in 1035 milliseconds