Changeset 516
- Timestamp:
- 07/05/08 08:59:27 (2 months ago)
- Files:
-
- trunk/src/gtk/Widget.d (modified) (1 diff)
- trunk/wrap/APILookupGtk.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/gtk/Widget.d
r507 r516 449 449 } 450 450 451 //get the addOnDestroy from ObjectGtk 452 alias ObjectGtk.addOnDestroy addOnDestroy; 453 451 454 /** 452 455 */ trunk/wrap/APILookupGtk.txt
r507 r516 6202 6202 tt.setTip(this, tipText, tipPrivate); 6203 6203 } 6204 6205 //get the addOnDestroy from ObjectGtk 6206 alias ObjectGtk.addOnDestroy addOnDestroy; 6204 6207 code: end 6205 6208 outFile: Widget
