Lines Matching refs:cl
818 ListWidget cl = (ListWidget) current;
823 if ((cl->list.foreground != rl->list.foreground) ||
824 (cl->core.background_pixel != rl->core.background_pixel) ||
825 (cl->list.font != rl->list.font) ) {
826 XtDestroyGC(cl->list.normgc);
827 XtDestroyGC(cl->list.graygc);
828 XtDestroyGC(cl->list.revgc);
835 if ((cl->list.row_space != rl->list.row_space) ||
836 (cl->list.font != rl->list.font))
841 if ((cl->core.width != rl->core.width) ||
842 (cl->core.height != rl->core.height) ||
843 (cl->list.internal_width != rl->list.internal_width) ||
844 (cl->list.internal_height != rl->list.internal_height) ||
845 (cl->list.column_space != rl->list.column_space) ||
846 (cl->list.row_space != rl->list.row_space) ||
847 (cl->list.default_cols != rl->list.default_cols) ||
848 ( (cl->list.force_cols != rl->list.force_cols) &&
850 (cl->list.vertical_cols != rl->list.vertical_cols) ||
851 (cl->list.longest != rl->list.longest) ||
852 (cl->list.nitems != rl->list.nitems) ||
853 (cl->list.font != rl->list.font) ||
854 (cl->list.list != rl->list.list) ) {
860 if (cl->list.list != rl->list.list)
863 if ((cl->core.sensitive != rl->core.sensitive) ||
864 (cl->core.ancestor_sensitive != rl->core.ancestor_sensitive)) {