Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.43 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.43 KB

libui / uiTableParams

uiTableParams

class uiTableParams : CStructVar

Types

Name Summary
Companion companion object Companion : Type

Constructors

Name Summary
uiTableParams uiTableParams(rawPtr: NativePtr)

Properties

Name Summary
Model var Model: CPointer<uiTableModel>?
RowBackgroundColorModelColumn var RowBackgroundColorModelColumn: Int

Extension functions

Name Summary
fill fun DrawContext.fill(mode: uiDrawFillMode, brush: Brush, block: Path.() -> Unit)
fun DrawContext.fill(brush: Brush, block: Path.() -> Unit)
Draw a path filled with a color.
stroke fun DrawContext.stroke(mode: uiDrawFillMode, brush: Brush, stroke: Stroke, block: Path.() -> Unit)
fun DrawContext.stroke(brush: Brush, stroke: Stroke, block: Path.() -> Unit)
Draw a path in the context.
text fun DrawContext.text(string: AttributedString, defaultFont: Font, width: Double, align: uiDrawTextAlign, x: Double, y: Double)
draws formatted text with the top-left point at (x, y).
transform fun DrawContext.transform(block: Matrix.() -> Unit)
Apply a different transform matrix to the context.