Lines Matching defs:cl

951     ListWidget cl = (ListWidget) current;
959 if ( nl->core.width != cl->core.width )
964 if ( nl->core.height != cl->core.height )
969 if ( nl->list.longest != cl->list.longest )
976 if ( (cl->list.foreground != nl->list.foreground) ||
977 (cl->core.background_pixel != nl->core.background_pixel) ||
978 (cl->list.font != nl->list.font) ) {
980 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values);
982 XtReleaseGC(current, cl->list.graygc);
983 XtReleaseGC(current, cl->list.revgc);
984 XtReleaseGC(current, cl->list.normgc);
989 if ( ( cl->list.font != nl->list.font ) &&
990 ( cl->simple.international == False ) )
995 else if ( ( cl->list.fontset != nl->list.fontset ) &&
996 ( cl->simple.international == True ) )
1003 else if ( cl->list.row_space != nl->list.row_space ) {
1005 if (cl->simple.international == True )
1013 if ((cl->core.width != nl->core.width) ||
1014 (cl->core.height != nl->core.height) ||
1015 (cl->list.internal_width != nl->list.internal_width) ||
1016 (cl->list.internal_height != nl->list.internal_height) ||
1017 (cl->list.column_space != nl->list.column_space) ||
1018 (cl->list.row_space != nl->list.row_space) ||
1019 (cl->list.default_cols != nl->list.default_cols) ||
1020 ( (cl->list.force_cols != nl->list.force_cols) &&
1022 (cl->list.vertical_cols != nl->list.vertical_cols) ||
1023 (cl->list.longest != nl->list.longest) ||
1024 (cl->list.nitems != nl->list.nitems) ||
1025 (cl->list.font != nl->list.font) ||
1028 (cl->list.fontset != nl->list.fontset) ||
1029 (cl->list.list != nl->list.list) ) {
1037 if (cl->list.list != nl->list.list)
1040 if ((cl->core.sensitive != nl->core.sensitive) ||
1041 (cl->core.ancestor_sensitive != nl->core.ancestor_sensitive)) {