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

Re: [MiNT] wind_set(WF_TOPMOST)



Quoting Gerhard Stoll <Gerhard_Stoll@b.maus.de>:

> > This feature is for make able a window (or more than one) alway's over
> > other standard windows.
>
> What will be happend if two applictions open windows with same size and
> coordinate? Which window is top?

If one is with the flag and other without of course window with flag is over the
other, if twice use it, actually the first open is on a top but I have to modify
this.

>
> If an application open a window with the size of the desktop and a other
> application open a window (WF_TOPMOST) on the bottom of the screen. How can
> I
> resize or move the slider from the first app?
No problem with this, the first application is like it was on top, you can edit
text, resize, move etc.. Application think this window is on the top, it affect
only the redraw rectangles for it.
>
> How can a program find out that this feature is present?
Actually nothing (any suggestion if you think it's need in appl_getinfo()), but
notice if you use it on any AES it should do simply nothing.

Olivier
>
> Gerhard
>
>
>
>
>


--