-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Germán Diago wrote:
> Hello. I'm using gtkmm to make a little program.
>
> The program has some entries and a button.
>
> When the button is clicked, I'd like to get the data inside the entries.
>
> So I'd like my on_button_clicked slot to be like t
Hello. I'm using gtkmm to make a little program.
The program has some entries and a button.
When the button is clicked, I'd like to get the data inside the entries.
So I'd like my on_button_clicked slot to be like this:
void on_button_clicked(int data1, int data2);
If I use bind, the data is