Tundzhay Mollov
Results
2
comments of
Tundzhay Mollov
Thanks for the fast response @gyscos I was thinking of adding a new method for LinearLayout: there is [find_child_from_name](https://docs.rs/cursive/latest/cursive/views/struct.LinearLayout.html#method.find_child_from_name) function But no `get_child_with_name` for example. I'm still exploring and learning...
Hi again, `find_name` did the job for me. I created a phonebook CLI app in Python back then, so to get started with Cursive decided to recreate it. Just usually...