Page 1 of 1

PB Tree and splitter gadgets on Linux ? GTK supports them.

Posted: Wed Mar 31, 2004 2:42 am
by USCode
I believe GTK supports both tree and splitter gadgets but according to my PB Windows documentation, both those gadgets are only available in Windows ... is this correct? Or have all gadgets been successfully ported to both platforms and this is just a documentation issue?

I'm only interested in developing cross-platform applications and want to make sure I only use cross-platform (windows and linux) features.

TreeView: http://www.gtk.org/tutorial1.2/gtk_tut-12.html

Splitter (GTK paned): http://www.gtk.org/tutorial1.2/gtk_tut-10.html#ss10.7

Thanks!

Posted: Wed Mar 31, 2004 9:02 am
by Fred
This is not correct, both are supported on Linux. I will update the docs, thanks to point it out.

Linux Gadgets

Posted: Wed Mar 31, 2004 3:53 pm
by USCode
This is not correct, both are supported on Linux.
Excellent, thanks Fred! :D