<div dir="ltr"><div class="gmail_quote">On Thu, Aug 14, 2008 at 9:49 PM, Rob Gayvert <span dir="ltr">&lt;<a href="mailto:rtg@rochester.rr.com">rtg@rochester.rr.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Most of the dev tools use WxPluggableTextWidget, which is a subclass of WxStyledTextCtrl, which in turn is a wrapper around the Scintilla editor. This gives it a lot of capabilities, but at the expense of making some simple things non-obvious. In this case, #setFont: doesn&#39;t do anything; instead, you need to change the &quot;default style&quot;. Try something like<br>

 &nbsp; &nbsp;textPane styleSetFont: wxStcStyleDefault font: (WxFont pointSize: ... etc ...)</blockquote><div><br></div><div>Thanks! &nbsp;That did it...will list boxes and such behave similarly (like the SystemBrowser panes), or will they respond to setFont? &nbsp;I didn&#39;t start with them because they were buried amidst so many other things I didn&#39;t understand that I just wanted to know I could use WxFont properly first...</div>
<div><br></div><div>Rob</div></div></div>