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 _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list