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