Home
last modified time | relevance | path

Searched refs:style_icon_title (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Drc.c185 if(s->style_icon_title) free(s->style_icon_title);
H A Dstyle.h10 char *style_class, *style_title, *style_icon_title; member
H A Dgram.y139 s->style_title=s->style_icon_title=NULL;
155 | ICONTITLE string { append_to(&prefs.laststyle->style_icon_title, $2);}
H A Dicc.c177 (icon_name.value!=NULL && style->style_icon_title!=NULL && in checkstyle()
178 stylematch_tprop(&icon_name, style->style_icon_title))) { in checkstyle()