Xeverous
Xeverous
`popup`? If not, you can always make your own by inheriting from the desired element and overriding `draw`. If you want the disable element to also not occupy space, override...
> Do I keep this issue open for a future implementation in the library? I would keep it. So far all of the issues were only closed when the topic...
Will these block eg a button? That is, if I hide or collapse a button will it still be able to receive events?
>> Will these block eg a button? That is, if I hide or collapse a button will it still be able to receive events? > yes they will. My two...
> Swapping empty box is of course another way. Actually the `deck` is what I want. I want the swapped element to occupy the same space and replace it with...
What is the difference between hidden and collapsed elements? - hidden - occupies space but is not beign drawn? - collapsed - does not occupy any space, as if it...
This probably belongs to [artist](https://github.com/cycfi/artist) which is planned to be the backend implementation. Artist is planned to use Skia (which has a lot of own dependencies, Harfbuzz included IIRC) which...
@djowel have you thought about different implementations of the event handling/bounds calculation? Something of ECS type or signal-slot? These are very far from elements implementation but I'm curious if you...
Ok, thanks for the response. This answer is enough.
First I would like the ability to have a "hower" element that is attached to the cursor - this will open space for fancy tooltips and to hide the cursor...