Re: Unsolved clipping problem
- From: Tor Lillqvist <tml iki fi>
- To: Tintin72 <lucas sanner free fr>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Unsolved clipping problem
- Date: Sat, 2 Sep 2006 22:53:47 +0300
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]