default font

hello, i'm using XRC, is there a way to control font used by
default for all widget object (button, textctrl, tree, frame
title, etc)?

Not an official way. There are some tricks that can make it work
depending on the version of wx, but there are some recent changes that
will prevent the tricks from working. (The changes are a new way to
control how/if font and colour attributes are inherited from parent
windows, and to always use the potentially widget-specifc attributes
from the system by default.)

ยทยทยท

dody.wijaya2@asp.co.id wrote:

hello, i'm using XRC, is there a way to control font used by
default for all widget object (button, textctrl, tree, frame
title, etc)?

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!