Re: how to access a widget ?

2004-09-01 Thread edward hage
I cracked the problem, was an matter of allocating space. Also not assigning buttonreeks but buttonreeks. Also one pointer and changing the value for every button was not good, in hindside very obvious because every button needs a different pointer otherwise every button will do the same

how to access a widget ?

2004-08-29 Thread edward hage
Hello, I have made a program which shows a table with buttons, created like this .. for (i=0; i vertical - 1; i++) { . etc. ...etc. etc... for (j=1; j vertical; j++) { if (i j) { button = gtk_button_new (); gtk_button_set_label ( (GtkButton

Re: how to access a widget ?

2004-08-29 Thread Tiago Cogumbreiro
On Sun, 2004-08-29 at 22:54, edward hage wrote: Hello, I have made a program which shows a table with buttons, created like this .. for (i=0; i vertical - 1; i++) { . etc. ...etc. etc... for (j=1; j vertical; j++) { if (i j) {