Torque3D/Templates/Full/game/tools/gui/guiPlatformGenericMenubar.ed.gui

14 lines
359 B
Text
Raw Normal View History

2015-01-16 20:37:16 +01:00
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiControl(PlatformGenericMenubar) {
profile = "GuiModelessDialogProfile";
new GuiPlatformGenericMenuBar()
{
internalName = "menubar";
extent = "1024 20";
minExtent = "320 20";
2015-01-16 20:37:16 +01:00
horizSizing = "width";
profile = "GuiMenuBarProfile";
};
};
//--- OBJECT WRITE END ---