mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
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)
|
|
{
|
|
} |