Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we need to call arraylist_new again in a cleared array list when we want to put items. #39

Open
kcvinker opened this issue Jan 20, 2024 · 0 comments

Comments

@kcvinker
Copy link

Hi,
I am using the arraylist library in cython hobby project. So far so good. My project is a win32 api ui library. I have list box control . It has an items property which is internally your arraylist. I need to implement an option to clear all the items from list box. It's okay, because I can call the arraylist_clear function. But after clearing the arraylist, if my user wants to put another set of items what should I do ? Should I call arraylist_free & arraylist_new ?
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant