HomeSort by: relevance | last modified time | path
    Searched refs:icon_hint (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
data.h 145 char *icon_hint; member in struct:XTERM_RESOURCE
misc.c 5892 #define BuiltInXPM(name) built_in_xpm(name, XtNumber(name), icon_hint)
5899 } ICON_HINT;
5917 xtermLoadIcon(XtermWidget xw, const char *icon_hint)
5924 ICON_HINT hint = eHintDefault;
5927 ReportIcons(("load icon (hint: %s)\n", NonNull(icon_hint)));
5928 if (!IsEmpty(icon_hint)) {
5929 if (!x_strcasecmp(icon_hint, "none")) {
5938 while (x_find_icon(&workname, &state, icon_hint, ".xpm") != NULL) {
6026 (void) icon_hint;
trace.c 1239 XRES_S(icon_hint);
main.c 877 Sres(XtNiconHint, XtCIconHint, icon_hint, NULL),
2871 NonNull(resource.icon_hint),
charproc.c 12628 xtermLoadIcon(xw, resource.icon_hint);

Completed in 78 milliseconds