Changeset 460
- Timestamp:
- 03/06/08 17:59:03 (9 months ago)
- Files:
-
- trunk/demos/gtkD/TestWindow.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demos/gtkD/TestWindow.d
r458 r460 833 833 } 834 834 835 import tango.io.Stdout; 836 835 837 void showInput(Button button) 836 838 { … … 838 840 { 839 841 id = new InputDialog(); 842 id.getCloseButton().addOnClicked(&CloseInputDialog); 840 843 } 841 844 id.run(); 845 } 846 847 void CloseInputDialog(Button button) 848 { 842 849 id.hide(); 843 850 }
