Type Alias: FixedChildProps
FixedChildProps =
VirtualSlotProps&object
Defined in: jsx.ts:102
Props for positioning children within a GtkFixed.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
x? | number | X coordinate in pixels | jsx.ts:104 |
y? | number | Y coordinate in pixels | jsx.ts:106 |
See
FixedChild for usage