Changeset 458
- Timestamp:
- 03/06/08 15:41:00 (9 months ago)
- Files:
-
- trunk/demos/gtkD/TestWindow.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demos/gtkD/TestWindow.d
r456 r458 1061 1061 1062 1062 SpinButton spin = new SpinButton(new Adjustment(1.0, 0.0, 100.0, 1.0, 10.0, 10.0),1,0); 1063 table.attach(new Label("Spin gthis:"),0,1,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4);1063 table.attach(new Label("Spin this:"),0,1,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4); 1064 1064 table.attach(spin,1,2,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4); 1065 1065
