Re: [Java-gnome-developer] Creating custom widgets
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-02-29 09:56:25
|
On Thu, 2008-02-28 at 22:22 +0300, Alexey Titov wrote: > Is there any way to create new widgets with java-gnome? Sure. Just subclass an existing Widget class. > And can I > use my own cell renderer in TreeView? What are you trying to achieve? In my experience, there is little you cannot do with CellRendererText and CellRendererPixbuf. AfC Sydney |