Example #1
0
 public void SetMenu(qx.ui.menu.Menu value)
 {
     throw new NotImplementedException();
 }
Example #2
0
 /// <param name="label">Initial label</param>
 /// <param name="menu">Initial sub menu</param>
 public RadioButton(string label, qx.ui.menu.Menu menu)
 {
     throw new NotImplementedException();
 }
Example #3
0
 /// <param name="label">Initial label</param>
 /// <param name="menu">Initial sub menu</param>
 public CheckBox(string label, qx.ui.menu.Menu menu)
 {
     throw new NotImplementedException();
 }
Example #4
0
 /// <param name="label">Label to use</param>
 /// <param name="icon">Icon to use</param>
 /// <param name="menu">Connect to menu instance</param>
 /// <param name="command">Command instance to connect with</param>
 public SplitButton(string label, string icon = null, qx.ui.menu.Menu menu = null, qx.ui.core.Command command = null)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void ScheduleClose(qx.ui.menu.Menu menu)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void Remove(qx.ui.menu.Menu obj)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public void CancelOpen(qx.ui.menu.Menu menu)
 {
     throw new NotImplementedException();
 }
Example #8
0
 /// <param name="label">Initial label</param>
 /// <param name="icon">Initial icon</param>
 /// <param name="menu">Connect to menu instance</param>
 public MenuButton(string label, string icon = null, qx.ui.menu.Menu menu = null)
 {
     throw new NotImplementedException();
 }
Example #9
0
 /// <param name="label">Initial label</param>
 /// <param name="icon">Initial icon</param>
 /// <param name="command">Initial command (shortcut)</param>
 /// <param name="menu">Initial sub menu</param>
 public Button(string label, string icon, qx.ui.core.Command command, qx.ui.menu.Menu menu)
 {
     throw new NotImplementedException();
 }