Searched defs:curlw (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Label.c377 LabelWidget curlw = (LabelWidget) current; local
399 if (curlw->label.label != newlw->label.label) {
400 if (curlw->label.label != curlw->core.name)
401 XtFree( (char *)curlw->label.label );
409 if (was_resized || (curlw->label.font != newlw->label.font) ||
410 (curlw->label.justify != newlw->label.justify) || checks[PIXMAP]) {
418 if ((curlw->core.width == reqlw->core.width) && !checks[WIDTH])
422 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
427 if (curlw
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DLabel.c651 LabelWidget curlw = (LabelWidget) current; local
676 if (curlw->label.left_bitmap != newlw->label.left_bitmap) {
680 if (curlw->label.encoding != newlw->label.encoding)
683 if ( (curlw->label.fontset != newlw->label.fontset) &&
684 curlw->simple.international ){
687 if (curlw->label.label != newlw->label.label) {
688 if (curlw->label.label != curlw->core.name)
689 XtFree( (char *)curlw->label.label );
697 if (was_resized || (curlw
[all...]

Completed in 13 milliseconds