Example #1
0
 /// <param name="decorator">The decorator to use</param>
 /// <param name="decoratorId">An optional id for the decorator.</param>
 public Decorator(qx.ui.decoration.IDecorator decorator, string decoratorId)
 {
     throw new NotImplementedException();
 }
 public qx.html.Decorator GetDecoratorElement(qx.ui.decoration.IDecorator decorator)
 {
     throw new NotImplementedException();
 }