Home
last modified time | relevance | path

Searched refs:MsgTextWidth (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmsg.e56 extern int MsgTextWidth ARGS_DECL((XFontStruct*, char *psz, int nLen));
H A Dtdgtsedt.c130 pf_text_width_func = MsgTextWidth;
H A Dtgisdl.c828 rgbhsv_width = MsgTextWidth(msgFontPtr, "9999", 4);
H A Dmsg.c338 int MsgTextWidth(font_ptr, psz_str, len) in MsgTextWidth() function
582 w = MsgTextWidth(msgFontPtr, msg_ptr->s, len);
H A Dchoose.c566 cursor_x = MsgTextWidth(msgFontPtr, pni->inbuf, len); in RedrawNamePath()
569 cursor_x = MsgTextWidth(msgFontPtr, &pni->inbuf[index], len-index); in RedrawNamePath()
H A Druler.c1224 w = MsgTextWidth(msgFontPtr, line, len);
H A Ddialog.c762 MBInfoPtr->str_w = MsgTextWidth(msgFontPtr, buf, buf_len);
H A Dtgcwdl.c1748 rgbhsv_width = MsgTextWidth(msgFontPtr, "9999", 4);
H A Dmenu.c2816 amount = MsgTextWidth(msgFontPtr, s, len); in RedrawTitleWindow()