Lines Matching refs:XTextWidth
77 #define MaxTextWidth ((unsigned int) (255*XTextWidth(font_info,"_",1)))
78 #define MinTextWidth (26*XTextWidth(font_info,"_",1))
81 ((unsigned int) XTextWidth(font_info,text,Extent(text)))
566 if (XTextWidth(font_info,(char *) text,(int) (text_info->cursor-text)) > in XDrawMatteText()
572 n=XTextWidth(font_info,(char *) text+i,(int) in XDrawMatteText()
606 x+=XTextWidth(font_info,text_info->marker,(int) in XDrawMatteText()
2282 if (XTextWidth(font_info,reply_info.marker,i) > x) in XColorBrowserWidget()
3708 (width+28*XTextWidth(font_info,"#",1)+4*QuantumMargin); in XDialogWidget()
3870 if (XTextWidth(font_info,reply_info.marker,i) > x) in XDialogWidget()
4867 if (XTextWidth(font_info,reply_info.marker,(int) i) > x) in XFileBrowserWidget()
6161 if (XTextWidth(font_info,reply_info.marker,i) > x) in XFontBrowserWidget()
7211 if (XTextWidth(font_info,reply_info.marker,i) > x) in XListBrowserWidget()
9044 text_width=(unsigned int) XTextWidth(text_info,(char *) textlist[i], in XTextViewWidget()