|
Re: tutorial using Pt_ARG_POS and ptcreatewidget
|
11/26/2015 8:04 AM
post115127
|
Re: tutorial using Pt_ARG_POS and ptcreatewidget
Hi Afif,
You can create a widget once and then move it with PtSetResource(widget, Pt_ARG_POS, &pos, 0);
E.g.
PhPoint_t pos;
pos.x = x;
pos.y = y;
PtSetResource(widget, Pt_ARG_POS, &pos, 0);
Best regards,
Fedor
|
|
|