comparison lisp/msw-glyphs.el @ 294:4b85ae5eabfb r21-0b45

Import from CVS: tag r21-0b45
author cvs
date Mon, 13 Aug 2007 10:38:01 +0200
parents e11d67e05968
children 74fd4e045ea6
comparison
equal deleted inserted replaced
293:403535bfea94 294:4b85ae5eabfb
59 ("" [string :data nil] 2) 59 ("" [string :data nil] 2)
60 ;; this last one is here for pointers and icons and such -- 60 ;; this last one is here for pointers and icons and such --
61 ;; strings are not allowed so they will be ignored. 61 ;; strings are not allowed so they will be ignored.
62 ("" [nothing]))) 62 ("" [nothing])))
63 63
64 (set-face-font 'border-glyph "WingDings:regular:11: :symbol" 64 (set-face-font 'border-glyph "WingDings:Regular:11::Symbol"
65 'global 'mswindows) 65 'global 'mswindows)
66 (set-glyph-image continuation-glyph "\xC3" 'global 'mswindows) 66 (set-glyph-image continuation-glyph "\xC3" 'global 'mswindows)
67 (set-glyph-image truncation-glyph "\xF0" 'global 'mswindows) 67 (set-glyph-image truncation-glyph "\xF0" 'global 'mswindows)
68 (set-glyph-image hscroll-glyph "\xEF" 'global 'mswindows) 68 (set-glyph-image hscroll-glyph "\xEF" 'global 'mswindows)
69 69