Re: Move decorationless window with mouse

2007-03-25 Thread Gabriel Schulhof
Hey! On Thu, 2007-03-22 at 18:14 -0700, 3saul wrote: > I had this in mind also. But how would I detect the movements of the mouse > and where to place the window? You need to connect to the "button-press-event" signal and the "motion-notify-event" signal. You also need to enable the reception of t

Re: Move decorationless window with mouse

2007-03-24 Thread 3saul
itor tool: > http://www.scl.ameslab.gov/Projects/Monitor/ > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > -- View this message in context: http://www.nabble.com/Move-decorationl

Re: Move decorationless window with mouse

2007-03-22 Thread Michael Ekstrand
On Wed, 2007-03-21 at 16:11 -0700, 3saul wrote: > ...from a widget in the window. Is this possible? Can I do something like > simulate the pressing of the alt key to achieve this or is there a better > way? I don't want the user to have to press ALT. You don't want to do this by simulating ALT -

Move decorationless window with mouse

2007-03-22 Thread 3saul
...from a widget in the window. Is this possible? Can I do something like simulate the pressing of the alt key to achieve this or is there a better way? I don't want the user to have to press ALT. -- View this message in context: http://www.nabble.com/Move-decorationless-window-with-