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.

This page is a stub! If you would like to sign up and edit it, we'd love your contribution!

Hey, that's not what I want!

For elementary info about InkWidgets see:

Interface definitions: .inkwidget files

For making UIs programatically see:

InkWidgetsScripting Cyberpunk

Layout

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

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?