c# - Mplayer in slave mode draws ontop of GTK# widgets -


I am trying to use empliers in slave mode ( - with methods associated with gtk # socket Slave, in an event box ) with a transparent event box, with a transparent PNG.

It is not set to be a transparent event box, but when it is pulls up a transparent event box, above the mPlayer widget.

I is a fixed container, which has both event boxes. The MPlayer holds the event box first, then the image box.

visible = true and visibleWindow = false in the event box with the image is to make it transparent.

It works to overlay the image above any other type of content

If visible = true , the image is displayed on the video.

It works fine on Windows, but I'm trying to work in Linux.


Comments