slint/api/sixtyfps-node
Olivier Goffart caca0d0ba4 Put the component in a Pin<>
Removed the drop and create from the ComponentVTable:
since we are not using VBox<ComponentVTable>, this simplifies a bit
the code of the interpreter and everything else.

But there is still a lot of changes everywhere to support that the Component
is pinned.
This is just for the component. Which would be required if later we want
to access the properties as Pin<Property<_>>. But we have not yet ability
to do projections
2020-06-24 14:13:27 +02:00
..
lib Add support for emitting signals for nodejs and the interpreter 2020-06-12 10:38:01 +02:00
native Put the component in a Pin<> 2020-06-24 14:13:27 +02:00
loader.mjs Begin working on a Node API 2020-06-03 17:33:05 +02:00
package.json Begin working on a Node API 2020-06-03 17:33:05 +02:00