Exemple #1
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();
 }
Exemple #2
0
 public void SetCommand(qx.ui.core.Command command)
 {
     throw new NotImplementedException();
 }
Exemple #3
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();
 }