Joel de Guzman

Results 505 comments of Joel de Guzman

> a generic `native_{view|window}_handle get_native_handle()` where handle can be either `HWND` on Windows, `Gtk{Widget|Window}`* or `NS{View|Window}` on macOS (which initially I thought `host_{view|window}_handle` was about). I am OK with this...

> It turned out that my requirements for this was for the wrong case, out of the library scope, so I'm sorry for the noise. > I guess it might...

> However, doing this will move the include of GTK from a _private_ dependency of Elements to a _public_ one, so that the GtkWidget typedef is available to consumers in...

> This class would also need to manage all actions (scroll, drag, cursor...). So, there is still some work to be done here :) Yes there is :) Thank you...

> It works with a special `cell_composer` whose `compose` method returns an already created element. I don't think this is necessary. `cell_composer` as-is can already do that. The user sill...

I had a brief look, and it's looking good! I'll probably have some comments/edits when you file a PR. - For consistency, instead of a template for vertical or horizontal...

> I think I ran a test with a small dynamic list that is not in a `scroller` with same results : no scroll action. I need to re-test that....

> I didn't try grids yet. I might try to replace `htiles` by `hgrids` in my tables if there is a performance difference ? Yes. The main advantage of `htiles`...

The only way I can help is if you post an MVCE: https://stackoverflow.com/help/minimal-reproducible-example