using System; using System.Collections; using System.Text; namespace Beefy.widgets { public class ComboBox : Widget { public bool mDisabled; } }