google-code-export / swtxml

Automatically exported from code.google.com/p/swtxml
1 stars 1 forks source link

how add swtxml composite layout constructor para #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

<Composite id="composite2" xmlns="http://www.swtxml.com/swt" 
xmlns:on="http://www.swtxml.com/events" layout="layout:grid;">
      <Label text="源文件 " />

</Composite>

the GridLayout onstructor para how add ? like code
 GridLayout layout = new GridLayout(3,false)

Original issue reported on code.google.com by zho...@e-future.com.cn on 23 Nov 2011 at 5:27

GoogleCodeExporter commented 9 years ago
<Composite id="composite2" xmlns="http://www.swtxml.com/swt" 
xmlns:on="http://www.swtxml.com/events" layout="layout:grid;">
      <Label text="源文件 " />

</Composite>

the GridLayout constructor parameter how add ? like below code
 GridLayout layout = new GridLayout(3,false)

Original comment by zho...@e-future.com.cn on 23 Nov 2011 at 5:31