ironsphererpg/gui/EditorToolThumbnailGui.gui
Jusctsch5 a5143b67f7 T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
2015-01-18 21:06:06 -06:00

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)
{
}