Lines Matching refs:nl

953     ListWidget nl = (ListWidget) new;
955 XFontSetExtents *ext = XExtentsOfFontSet(nl->list.fontset);
959 if ( nl->core.width != cl->core.width )
960 nl->list.freedoms |= WidthLock;
961 if ( nl->core.width == 0 )
962 nl->list.freedoms &= ~WidthLock;
964 if ( nl->core.height != cl->core.height )
965 nl->list.freedoms |= HeightLock;
966 if ( nl->core.height == 0 )
967 nl->list.freedoms &= ~HeightLock;
969 if ( nl->list.longest != cl->list.longest )
970 nl->list.freedoms |= LongestLock;
971 if ( nl->list.longest == 0 )
972 nl->list.freedoms &= ~LongestLock;
976 if ( (cl->list.foreground != nl->list.foreground) ||
977 (cl->core.background_pixel != nl->core.background_pixel) ||
978 (cl->list.font != nl->list.font) ) {
989 if ( ( cl->list.font != nl->list.font ) &&
991 nl->list.row_height = nl->list.font->max_bounds.ascent
992 + nl->list.font->max_bounds.descent
993 + nl->list.row_space;
995 else if ( ( cl->list.fontset != nl->list.fontset ) &&
997 nl->list.row_height = ext->max_ink_extent.height + nl->list.row_space;
1003 else if ( cl->list.row_space != nl->list.row_space ) {
1006 nl->list.row_height = ext->max_ink_extent.height + nl->list.row_space;
1008 nl->list.row_height = nl->list.font->max_bounds.ascent
1009 + nl->list.font->max_bounds.descent
1010 + nl->list.row_space;
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) &&
1021 (rl->list.force_cols != nl->list.ncols) ) ||
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) ) {
1032 Layout( new, WidthFree( nl ), HeightFree( nl ),
1033 &nl->core.width, &nl->core.height );
1037 if (cl->list.list != nl->list.list)
1038 nl->list.is_highlighted = nl->list.highlight = NO_HIGHLIGHT;
1040 if ((cl->core.sensitive != nl->core.sensitive) ||
1041 (cl->core.ancestor_sensitive != nl->core.ancestor_sensitive)) {
1042 nl->list.highlight = NO_HIGHLIGHT;