Can you change a listbox font?

BlitzMax Forums/MaxGUI Module/Can you change a listbox font?

DavidDC(Posted 2007) [#1]
Hi,

I'm trying to change a listbox font using SetGadgetFont in mac OS X to no avail.

Is it possible?

I'm doing this:

Local font:TGuiFont
font = RequestFont()
if font Then SetGadgetFont(listbox,font)

Thanks for any help!

David