Re: move-event



Ronald Bultje <rbultje ronald bitfreak net> writes:
> 
> is there an event which is triggered by moving windows? expose_event
> only gets called on a full repaint, I basically need to do some work
> whenever the drawing area is being increased/decreased in size or is
> being moved, either relative to the parent window or relative to the
> desktop root window.

configure_event will come on a drawing area when it's moved relative
to its parent, or resized.

For relative to the root, you need configure_event on the toplevel
GtkWindow.

Havoc



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