
public function ThumbGrid(parent:DisplayObject)
The Display Object you wish to add an instance of ThumbGrid to as a child.
An instance of ThumbGrid.
Creates a new ThumbGrid instance. Accepts a DisplayObject parameter to place the instance on the Stage or another display object container.
This example creates a new instance of ThumbGrid on the Stage of an FLA.
import net.slideshowpro.thumbgrid.*; var my_tg:ThumbGrid = new ThumbGrid(this);