guiPlatformGenericMenubar.ed.gui 359 B

1234567891011121314
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(PlatformGenericMenubar) {
  3. profile = "GuiModelessDialogProfile";
  4. new GuiPlatformGenericMenuBar()
  5. {
  6. internalName = "menubar";
  7. extent = "1024 20";
  8. minExtent = "320 20";
  9. horizSizing = "width";
  10. profile = "GuiMenuBarProfile";
  11. };
  12. };
  13. //--- OBJECT WRITE END ---