mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-20 01:54:47 +00:00
30 lines
689 B
Plaintext
30 lines
689 B
Plaintext
//--- 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)
|
|
{
|
|
} |