List Master

2000-05-25 Thread Matthew
Who is the maintainer of this mailing list? Advertising.com is trying to remedy the NetEzine spam that keeps hitting us. They need some info, however. Matthew ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-lis

Re: [gtk-list] Fwd: [netezinessupport@advertising.com] RE: {adsupport#677-707} GtkTree expanded/collapsed setting

2000-05-25 Thread Owen Taylor
[EMAIL PROTECTED] writes: > Is this NetEzine stuff somehow tied to the gtk-list, or are these just spammers? A support mailing list address was added to the old [EMAIL PROTECTED] at some point, which is bouncing mail sent to that address. We are working on resolving that situation (and getting

Understanding gtk_widget_queue_draw() (and dbl buffing)

2000-05-25 Thread Derek Simkowiak
gtk_widget_queue_draw() does not double buffer, does it? I took a quick glance at the code (1.2.6) and it seems to me that widget_queue_draw() just merges together rectangle areas and then schedules expose events on those rectangles when idle. So, assuming my understan