Passing Entry widget as argument to signal handler in Gtkmm

607 Views Asked by At

I have created glade file GUI.glade and i want to submit the content of the Entry widget on clicking the button using Gtkmm. I made the pointer to entry widget global so that i can access it in signal handler. Can i pass the entry widget as argument to the signal handler?

0

There are 0 best solutions below