Hello.

Please - only last image visible, other looks like second on this screen or just don't appear.
Code:
images[num] = Image.Clone(icon2)
//images[num] = Image.Create(widget); <--- don't work. How to use this properly? I tried many variants, but nothing except upper line works.
images[num].parent = frame;
images[num].Visible = true;
images[num].top = 10;
images[num].Left = 5;
images[num].core = shortcutlistcore1;
images[num].Coreformat = "%item"+num+"_Icon";
images[num].OnClick = "!Open";
images[num].OnMouseEnter = "OnMouseEnter";
images[num].OnMouseLeave = "OnMouseLeave";
And has xwidget a manual like
http://docs.python.org/2/library/ ?
Thanks in advance.