Esempio n. 1
0
 public void SetSelection(qx.ui.core.Widget items)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
		public double IndexOf(Widget child) { throw new NotImplementedException(); }
Esempio n. 3
0
 public bool PlaceToWidget(qx.ui.core.Widget target, bool liveupdate)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public bool IsSelected(qx.ui.core.Widget item)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static void SetVisibleElement(qx.ui.core.Widget elem)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public object GetLayoutLocation(qx.ui.core.Widget widget)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
		public void Remove(Widget child) { throw new NotImplementedException(); }
Esempio n. 8
0
 public void Remove(qx.ui.core.Widget widget)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public void SelectRange(qx.ui.core.Widget begin, qx.ui.core.Widget end)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
		public void Add(Widget child, object layoutProperties = null) { throw new NotImplementedException(); }
Esempio n. 11
0
 public void RemoveFromSelection(qx.ui.core.Widget item)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public qx.ui.tree.core.AbstractTreeItem GetTreeItem(qx.ui.core.Widget widget)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
		public void AddAt(Widget child, double index, object options = null) { throw new NotImplementedException(); }
Esempio n. 14
0
 public void SetRemovePriority(qx.ui.core.Widget item, double priority, bool overridex)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public void SetOverflowIndicator(qx.ui.core.Widget value)
 {
     throw new NotImplementedException();
 }