Hi all ,
has anybody ever used PtListAddItems ?
int PtListAddItems( PtWidget_t *widget,
const char **items,
int item_count,
unsigned int position );
When i use the function, whatever i enter in position , the widget always
add the first one of items ? That made me confused, could someone give
me a hand ? thanks very much!