Re: Gdk offscreen windows?



It seems to me that also some signals are missing from Gdk::Window.

The plain C gdk window defines the "to-embedder", "from-embedder" and
"pick-embedded-child" signals. Are these supposed to be added to the
Gdk::Window class too?

Also, I'm trying to convert in C++ the example in
gtk+-2.18.3/demos/gtk-demo/offscreen_window.c (creating a RotatedBin
class, subclassed from Bin) and I'm having many difficulties with
propagating events between the embedded offscreen window and the
onscreen window (I had to use the g_signal_connect function, but it
does not seem to work). Has anyone tried a similar task with success?

Thanks

Oscar Lazzarino


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