Control libraries for linux

Linux specific forum
nospam
Enthusiast
Enthusiast
Posts: 130
Joined: Mon Nov 12, 2012 9:15 am

Control libraries for linux

Post by nospam »

Hi,

Are there any good control libraries that work with linux pb? In particular I'm interested in grid controls. So far I've only been able to find Windows controls.

Thanks for any suggestions.
nospam
Enthusiast
Enthusiast
Posts: 130
Joined: Mon Nov 12, 2012 9:15 am

Re: Control libraries for linux

Post by nospam »

Bump!

Anyone?
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Control libraries for linux

Post by Kukulkan »

Hi,

sadly, most self-made controls here are Windows only. Only a few sources are really cross plattform. I think the current Grid controls are all using some Windows gadget and enhance it by encapsulating some API. But maybe there exists a custom grid gadget based on the Canvas gadget?

As some last option, you can develop your own cross plattform grid using CanvasGadget(), StringGadget(), ComboBoxGadget() and ScrollBarGadget()?

Kukulkan
nospam
Enthusiast
Enthusiast
Posts: 130
Joined: Mon Nov 12, 2012 9:15 am

Re: Control libraries for linux

Post by nospam »

Kukulkan wrote:sadly...
I was worried that might be the case. I'll look around for some code and see what I can do. Thanks for the advice, it's appreciated.
Post Reply