Initial commit

This commit is contained in:
Brian Beck 2025-09-11 16:56:30 -07:00
parent 2211ed7650
commit ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions

View file

@ -0,0 +1,30 @@
//--- 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)
{
}