Hello.

MSEgui have different "custom shapes of form".

For example myform.optionswindow := [wo_ellipse] will give a form with ellipse 
shape,  myform.optionswindow := [wo_roundrect] will give a form with rounded 
rectangle shape.

Now I want to have a form-shape that only shows the components in the form and 
set the background as transparent.

To do this, I need to get a list of all the components present on the form with 
their position and size (x, y, cx, cy).
With that info, I can easy create a custom form with the X11 methods 
XDrawRectangle() and XFillRectangle().
For Windows and gdi it is nearly the same trick.

How could I get this list of position-size of each component ?

The goal is to create a new myform.optionswindow: "wo_transparentbackground" 
(or wo_transpback).

Thanks.

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to