Some applications need a GUI, and a terminal GUI just won't cut it. It's time to tell you that GTK is the future of GUI development. Qt? You need Sepples to program that, you can't do it in the best language ever, C.
We can't afford four more years of the same GUI politics. We must start using GTK+ now.
Name:
Anonymous2008-08-30 13:23
BTW, KDE is hideous.
Name:
Anonymous2008-08-30 13:27
If only GTK+ didn't suck.
Name:
Anonymous2008-08-30 13:48
>>3
I've used it to create many very popular applications, and find this to be untrue.
Fucking GObject is the worst fucking duct taped cludge of an excuse for an object system ever contrived. No thanks, even C++ (sans templates) is better than this shit.
Try [string range GTk 1 2], and I'm all ears.
Name:
Anonymous2008-08-30 15:56
// Awesome GUI API
int * vram = 0x000B0000;
const unsigned char black = 0x00;
#define drawPrettyStuff memset;
#define graphicsEnabled ( __asm mov al,13h; __asm mov ah,0h; __asm int 10h )
>>9
Do you actually use Tcl to program Tk apps or was that just for effect?
Name:
Anonymous2008-08-30 18:31
>>1
Using GTK to contstuct a humane interface would be pretty much the same as writing one from scratch. GTK only automates things you shouldn't be doing anyway.