Multi-dimensional arrays of widgets...



OK, can someone please tell me how I can use a
multi-dimensional array of widgets? How do I create the array
and how do I pass the array to functions? How do I handle
the array within other functions?

Basicly I just want to make a table of label widgets
10x10 and update them with a function that will take the
array and update each element without writing a seperate
function for each label (100 labels).

There's got to be a better way than using global
variables.

Thanks,

Gordon E.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]