Reference: inkWidgets
Common inkWidgets you might want to know about
Last updated
Was this helpful?
Common inkWidgets you might want to know about
Last updated
Was this helpful?
Created: Mar 1 2025 by Last documented update: Mar 1 2025 by
This page lists and describes inkWidget components you might use in your custom UI.
For elementary info about InkWidgets see:
For making UIs programatically see:
These components handle layout and don't render anything themselves. They inherit inkCompoundWidget
, see NativeDB for details.
inkCanvas
Simply groups it's children, those can position themselves within the canvas.
inkFlex
Probably similiar to CSS Flexbox?
inkVerticalPanel
inkHorizontalPanel
These components render stuff on the screen. They inherit inkLeafWidget
, see NativeDB for details.
Renders a text (WOW), can be set font family, size and others. See NativeDB.
Renders a rectangle (no way??) with a set color.
This page is a stub! If you would like to sign up and edit it, we'd love your contribution!
The Editing guidelines list the most frequent pitfalls for editors
If you need help on navigating the wiki's UI, check out The Wiki ->