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