mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-12 19:31:47 +00:00
30 lines
689 B
Text
30 lines
689 B
Text
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
|
||
|
|
new GuiScrollCtrl(ThumbnailView)
|
||
|
|
{
|
||
|
|
profile = "GuiScrollCtrlProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
vScrollBar = "allwaysOn";
|
||
|
|
hScrollBar = "dynamic";
|
||
|
|
|
||
|
|
new GuiScrollContentCtrl()
|
||
|
|
{
|
||
|
|
profile = "GuiScrollContentProfile";
|
||
|
|
|
||
|
|
new GuiBitmapCtrl(ThumbnailPreview)
|
||
|
|
{
|
||
|
|
profile = "GuiScrollContentProfile";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
//--- OBJECT WRITE END ---
|
||
|
|
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
// Functions
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
function ThumbnailPreview::init(%this)
|
||
|
|
{
|
||
|
|
}
|