Home | History | Annotate | Download | only in src

Lines Matching refs:shape_style

137     offset(command.shape_style),
256 if (cbw->command.shape_style != XawShapeRectangle &&
259 cbw->command.shape_style = XawShapeRectangle;
262 if (cbw->command.shape_style != XawShapeRectangle)
557 && oldcbw->command.shape_style != cbw->command.shape_style
559 cbw->command.shape_style = oldcbw->command.shape_style;
595 if (cbw->command.shape_style == XawShapeRoundedRectangle) {
601 if (checkRectangular || cbw->command.shape_style != XawShapeRectangle) {
602 if (!XmuReshapeWidget((Widget)cbw, cbw->command.shape_style,
604 cbw->command.shape_style = XawShapeRectangle;