using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using Robust.Shared.Maths;
using static Robust.Client.UserInterface.Controls.BoxContainer;
namespace Robust.Client.UserInterface.Controls
{
///
/// A good simple menu bar control, like the one at the top of your IDE!
///
[Virtual]
public class MenuBar : PanelContainer
{
public const string StyleClassMenuBarPopup = "menuBarPopup";
private readonly List