Example #1
0
 public void SetSeparatorY(qx.html.Decorator value)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void RenderSeparator(qx.html.Decorator separator, object bounds)
 {
     throw new NotImplementedException();
 }
Example #3
0
 /// <param name="spacingX">The horizontal spacing. Sets #spacingX.</param>
 /// <param name="spacingY">The vertical spacing. Sets #spacingY.</param>
 /// <param name="separatorX">Separator to render between columns</param>
 /// <param name="separatorY">Separator to render between rows</param>
 public Dock(double spacingX = 0, double spacingY = 0, qx.html.Decorator separatorX = null, qx.html.Decorator separatorY = null)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void SetBackground(double index, qx.html.Decorator decorator)
 {
     throw new NotImplementedException();
 }
Example #5
0
 /// <param name="spacing">The spacing between child widgets #spacing.</param>
 /// <param name="alignX">Horizontal alignment of the whole children block #alignX.</param>
 /// <param name="separator">A separator to render between the items</param>
 public HBox(double spacing = 0, string alignX = "left", qx.html.Decorator separator = null)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public static double ComputeVerticalSeparatorGaps(qx.ui.core.LayoutItem children, double spacing, qx.html.Decorator separator)
 {
     throw new NotImplementedException();
 }
 public void PoolDecorator(qx.html.Decorator decoratorElement)
 {
     throw new NotImplementedException();
 }