Re: gtk_window_begin_resize_drag () ( was (unknown) )
"John" <[email protected]> Fri, 07 Mar 2003 08:44:10 -0000
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Tor Lillqvist <tml@i...> wrote: > That functionality is not implemented in gdk-win32. I was under the > impression that the gdk_*_drag() functions were needed in case you > don't have any window manager running (as with the linux-fb backend, > for instance, or rarely on X11), but as you always have the "window > manager" present on Windows, there wouldn't be any need to implement > them? Hmm... the API reference puts it like this: "This function is used if an application has window movement grips. When GDK can support it, the window movement will be done using the standard mechanism for the window manager or windowing system." I'm not actually sure what it means about the "window movement grips" but it does say that it'll try to use the window manager if it can. I just thought it was meant to be an easy way to do an often performed function? Surely if the function's available in Linux it needs to be available in Win32 too for portability reasons? Without it I'll need to either just ignore this handy function or use #ifdef directives to only use it on Linux. Regards, John