Results 46 comments of Elaina

All enums in `internal/common` aren't wired...oh.

@tronical should we expose apis from `i_slint_common::for_each_builtin_structs!` & ` i_slint_common::for_each_enums!(add_enum);`?

> I don't think we expose these as-is in the other languages, so I don't think we should do so for Python. Are you thinking that it's only necessary to...

Now, it can generate `typing.Any` for fields of built-in enum/struct types while still generating the correct types for user-defined enum/structs.

@tronical SlintEventLoop **always** exit when the last window quit, even expose and use the `run_event_loop_until_quit`.