Echo area font
If I have an editor pane with an echo area in my application, is there a way to change the font of the echo area? Thanks, Edi.
If I have an editor pane with an echo area in my application, is there a way to change the font of the echo area? Thanks, Edi.
On Jan 22, 2008, at 9:09 PM, Edi Weitz wrote: > If I have an editor pane with an echo area in my application, is there > a way to change the font of the echo area? I don't know of a supported way, but you can get the echo pane of your editor pane with capi::editor-pane-echo-area Then try setting the font the same way you would do that for the editor pane. John DeSoi, Ph.D.
On Wed, 23 Jan 2008 00:20:52 -0500, John DeSoi <desoi@pgedit.com> wrote: > I don't know of a supported way, but you can get the echo pane of > your editor pane with > > capi::editor-pane-echo-area > > Then try setting the font the same way you would do that for the > editor pane. Thanks John, that works. I could have sworn I looked for something like that with APROPOS, but maybe it was a bit too late already... Of course, I'd feel more secure with a supported solution, but this one will do for now. Thanks, Edi.