Searched +refs:ps +refs:face +refs:background (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/net/
H A Drcirc.el225 See `rcirc-bright-nick' face."
231 See `rcirc-dim-nick' face."
499 (let (ps)
504 (setq ps (cons p ps))))))
506 ps))
835 (list 'face 'rcirc-prompt
1072 %N The sender's nick (with face `rcirc-my-nick' or `rcirc-other-nick')
1074 %T The timestamp (with face `rcirc-timestamp')
1076 %fw Following text uses the face `fon
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A DcanvPsImg.tcl25 $canvas postscript -file /tmp/test.ps -colormode $level
31 $canvas postscript -file tmp.ps -colormode $level
32 exec lpr tmp.ps
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
73 -file [file join [file dirname [info script]] face.xbm] \
74 -background white -foreground black]
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DcanvPsImg.tcl25 $canvas postscript -file /tmp/test.ps -colormode $level
31 $canvas postscript -file tmp.ps -colormode $level
32 exec lpr tmp.ps
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
72 set BitmapImage [image create bitmap -file $tk_library/demos/images/face.bmp \
73 -background white -foreground black]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el92 (defvar font-lock-background-mode) ; not in Emacs
114 (defmacro cperl-is-face (arg) ; Takes quoted arg
115 (cond ((fboundp 'find-face)
116 (` (find-face (, arg))))
117 (;;(and (fboundp 'face-list)
118 ;; (face-list))
119 (fboundp 'face-list)
120 (` (member (, arg) (and (fboundp 'face-list)
121 (face-list)))))
124 (defmacro cperl-make-face (ar
[all...]

Completed in 186 milliseconds