<div dir="ltr"><div class="gmail_quote">On Thu, Aug 14, 2008 at 10:02 PM, Rob Rothwell <span dir="ltr">&lt;<a href="mailto:r.j.rothwell@gmail.com">r.j.rothwell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="ltr"><div class="gmail_quote"><div class="Ih2E3d">On Thu, Aug 14, 2008 at 9:49 PM, Rob Gayvert <span dir="ltr">&lt;<a href="mailto:rtg@rochester.rr.com" target="_blank">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><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></div></blockquote><div><br></div><div>Never mind! &nbsp;Just a normal setFont, as expected, for the list panes...</div><div><br></div><div>Rob&nbsp;</div></div></div>