Reference: inkWidgets
Common inkWidgets you might want to know about
Summary
Created: Mar 1 2025 by Zhincore Last documented update: Mar 1 2025 by Zhincore
This page lists and describes inkWidget components you might use in your custom UI.
Hey, that's not what I want!
For elementary info about InkWidgets see:
Interface definitions: .inkwidget filesFor making UIs programatically see:
InkWidgetsScripting CyberpunkLayout
These components handle layout and don't render anything themselves. They inherit inkCompoundWidget
, see NativeDB for details.
inkCanvas
inkCanvas
Simply groups it's children, those can position themselves within the canvas.
inkFlex
inkFlex
Probably similiar to CSS Flexbox?
inkVerticalPanel
inkVerticalPanel
inkHorizontalPanel
inkHorizontalPanel
Graphics
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.
Last updated
Was this helpful?