Re: Binding run-time data

2007-05-19 Thread Armin Burgmeier
-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

Binding run-time data

2007-05-19 Thread Germán Diago
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