[Gtk-sharp-list] event for window movement

Ofer Achler oachler@ucsd.edu
Sun, 14 Mar 2004 10:05:23 -0800


Hello,

I'm trying to attach to an event that happens when a window is moved
(preferably when a widget is moved)

Configure_event doesn't do it, it seems to get called when a resize event
occurs or other things of that nature, but not when a window is moved.

My question is does such an event exist?

Thanks =)