mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-12 15:04:47 +00:00
Initial commit
This commit is contained in:
parent
2211ed7650
commit
ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions
30
docs/base/@vl2/scripts.vl2/gui/EditorToolThumbnailGui.gui
Normal file
30
docs/base/@vl2/scripts.vl2/gui/EditorToolThumbnailGui.gui
Normal 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)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue