mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 13:00:33 +00:00
14 lines
No EOL
359 B
Text
14 lines
No EOL
359 B
Text
//--- OBJECT WRITE BEGIN ---
|
|
%guiContent = new GuiControl(PlatformGenericMenubar) {
|
|
profile = "GuiModelessDialogProfile";
|
|
|
|
new GuiPlatformGenericMenuBar()
|
|
{
|
|
internalName = "menubar";
|
|
extent = "1024 32";
|
|
minExtent = "320 32";
|
|
horizSizing = "width";
|
|
profile = "GuiMenuBarProfile";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END --- |