Re: Odd Linux behavior

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

 



Lindley M French wrote:
> When a window is scrolled into view as far as the hbox is concerned,
> gdk_window_process_events() works as expected even if the entire GUI
> is minimized. But when a window is *not* scrolled into view, it
> doesn't----the expose handler is never called.

The expose event is really an  X11 event.  And X11 only generates expose
events for X windows that are actually exposed.  Hence if the window is
not scrolled into view, it's never exposed, from X's point of view.  Or
maybe I'm not understanding your problem.

_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux