|
|
Re: Is the any human-readable explanation of Pt_ARG_PG_PANEL_TITLES?
|
|
07/30/2009 1:37 PM
post34950
|
Re: Is the any human-readable explanation of Pt_ARG_PG_PANEL_TITLES?
It is an array of char *, so you should pass a char ** as the argument. The len is the number of elements in the array.
|
|
|
|
|