Type Alias: FixedChildProps
FixedChildProps =
VirtualSlotProps&object
Defined in: jsx.ts:148
Props for positioning children within a GtkFixed.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
transform? | Gsk.Transform | 3D transform to apply to the child (perspective, rotation, etc.) | jsx.ts:154 |
x? | number | X coordinate in pixels | jsx.ts:150 |
y? | number | Y coordinate in pixels | jsx.ts:152 |
See
FixedChild for usage