Hi,
I have built a graphical interface (a search engine) using tk. I want to call my c++ function (for openning a file) when the graphical interface window appears, so the user can search for the words in the file.
How can I use binding to do that? Or any other methods will be appreciated
I have built a graphical interface (a search engine) using tk. I want to call my c++ function (for openning a file) when the graphical interface window appears, so the user can search for the words in the file.
How can I use binding to do that? Or any other methods will be appreciated