Change font for FXTreeItem

An FXRuby question: Is it possible to change the font of single FXTreeItem? I want to have several items in a TreeList that have a bold font, and, if possible, a different background color.

Martin

Not, not easily. You'd need to subclass FXTreeItem and override one or
more of its drawing methods to use an item-specific font. It might
also require subclassing the FXTreeList class itself; not sure what
assumptions that FXTreeList makes about the sizes of the tree items.

ยทยทยท

On Wed, 7 Jul 2004 19:37:36 +0900, martinankerl at eml dot cc <asdf@asdf.com> wrote:

An FXRuby question: Is it possible to change the font of single
FXTreeItem?