[Gtk-sharp-list] Registering something like a Gtk.Window.MoveEvent?

Dan Winship danw at novell.com
Tue Aug 8 09:18:34 EDT 2006


Jakob Westhoff wrote:
> Hi all,
> 
> I am currently trying to create a some kind of "pseudo transparent"
> background. Grabbing the background image and drawing the needed part to
> a image object on the window is no problem at all.
> But the real problem I discovered is that there does not seem to be a
> OnMove event.
> Is there any chance to get an event triggered when the user moves the
> window?

OnConfigureEvent (named after the corresponding X event, which is why
the name isn't very intuitive)

-- Dan


More information about the Gtk-sharp-list mailing list