Good GUI library written in C?

are ther any good GUI libraries written for SDL in C (NOT C++) ??
I’m just looking for an excellent text edit widget that I could use…
like being able to quickly update the buffer, do formatting, etc…
If it can do as much as the text widget for TK, that’d be perfect…

any lead???

thanks,

slim

are ther any good GUI libraries written for SDL in C (NOT C++) ??
I’m just looking for an excellent text edit widget that I could use…
like being able to quickly update the buffer, do formatting, etc…
If it can do as much as the text widget for TK, that’d be perfect…

any lead???

thanks,

slim

“Seung Chan Lim” wrote

are ther any good GUI libraries written for SDL in C (NOT C++) ??
I’m just looking for an excellent text edit widget that I could use…
like being able to quickly update the buffer, do formatting, etc…
If it can do as much as the text widget for TK, that’d be perfect…

don’t get your hopes too high. i’ve heard several people say
that TKs text widget is one of the most flexible out there.

anyways, i thought last time i looked over the libraries list,
all the GUI’s had gone C++. if there is still a C one out there,
i’d like to know too.

I have a little quick hack toolkit for linear framebuffers lying
around, originally for svgalib, then ported to GGI, and now I’m
occasionally playing with an SDL port. There is a text editing
widget, and it’s all C with a rather handy basic structure, but it’s
all very beta, and doesn’t cope with much more than what I’ve used it
for myself; some simple real time visualization tools.

Probably not very helpful if you need serious code right now…

How about GTK+? Wasn’t someone working on a port of GDK to linear
framebuffer APIs or something…?

//David

.- M A I A -------------------------------------------------.
| Multimedia Application Integration Architecture |
| A Free/Open Source Plugin API for Professional Multimedia |
----------------------> http://www.linuxaudiodev.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter | --------------------------------------> david at linuxdj.com -'On Saturday 16 December 2000 06:01, Seung Chan Lim wrote:

are ther any good GUI libraries written for SDL in C (NOT C++) ??
I’m just looking for an excellent text edit widget that I could
use… like being able to quickly update the buffer, do formatting,
etc… If it can do as much as the text widget for TK, that’d be
perfect…

any lead???