alpha blended windows

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Bobboau
Knows some wx things
Knows some wx things
Posts: 41
Joined: Fri Apr 07, 2006 3:49 am

alpha blended windows

Post by Bobboau »

is there a way to draw a window with alpha blending?

specifically I have a bunch of panel derived objects and I want to be able to drag and drop them and have a transparent version of them drawn relative to the mouse while dragging. they are simply image display objects and just blit a set wxImage to there background, any method for drawing alpha blended images of any sort can probably be made to work, as long as they are drawn on top of everything else.
lester
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 211
Joined: Sat Sep 02, 2006 7:24 pm
Location: Ukraine

Post by lester »

virtual bool wxTopLevelWindow::SetTransparent(int alpha) ?
Post Reply