示例#1
0
 /// <param name="layout">A layout instance to use to place widgets on the screen.</param>
 public Composite(qx.ui.layout.Abstract layout)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void SetLayout(qx.ui.layout.Abstract layout)
 {
     throw new NotImplementedException();
 }
示例#3
0
 /// <param name="layout">The new layout or null to reset the layout.</param>
 public RadioButtonGroup(qx.ui.layout.Abstract layout)
 {
     throw new NotImplementedException();
 }