Re: Unsolved clipping problem



Tintin72 writes:
Even if I remove the line: 
gtk_box_pack_start(GTK_BOX(myApp.pScrollBar), myApp.pDrawArea, TRUE, TRUE,
0); 
the clipping effect occurs just the same.

Of course it does. gtk_box_pack_start() notices the first paramter
isn't a GtkBox, so it returns immediately without doing anything. So
you can as well remove the call with no change to the program's
behaviour. Haven't you wondered why your myApp.pDrawArea isn't
displayed?

I'm wondering if GTK is really optimised for Windows environnement.

No, it isn't.

--tml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]