Weird Constructor

Results 15 issues of Weird Constructor

It would be awesome to have custom style properties in style sheets for custom widgets. I often have the problem that I would love custom colors and line thickness for...

I would love a responsive column/grid container, where I can specify the height of rows, and have the container wrap my child widgets according to their width. This will be...

I need the ability to redraw only certain widgets. So that the rest of the UI does neither have to be re-layouted or be redrawn. Only the `on_draw` routine of...

I need some way to display simple multiline text. Preferably automatically wrapped, but for starters requiring some pre-wrapping with `"\n"` would be fine too. Use case here is: panels with...

I just need a way to make a very simple popup context menu for instance. Where I specify a few item labels and have a callback which one was clicked....

I envision a panel, sub window or window popup that I can grab on an edge and manually resize. It should be possible to make only certain edges resizeable so...

Anchored widget edges, like anchoring the right of a panel/widget/element to the right side of the window, while maintaining a fixed or variable distance from the left side of the...

Most notably for buttons (or possibly any widget) I need a callback when the user hovers over a certain widget. Usecase for me would now be displaying documentation for the...

All exported widgets of VIZIA should have some default style applied, that can be overwritten. This is to make it easier to pop in some widget into an application and...

The desired functionality is: - A container widget for 2 children - Either with horizontal or vertical layout - In the center is a handle or "slider", that the user...