Changeset 516

Show
Ignore:
Timestamp:
07/05/08 08:59:27 (3 months ago)
Author:
Mike Wey
Message:

Make ObjectGtk?.addOnDestroy available from gtk.Widget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gtk/Widget.d

    r507 r516  
    449449    } 
    450450     
     451    //get the addOnDestroy from ObjectGtk 
     452    alias ObjectGtk.addOnDestroy addOnDestroy; 
     453     
    451454    /** 
    452455     */ 
  • trunk/wrap/APILookupGtk.txt

    r507 r516  
    62026202        tt.setTip(this, tipText, tipPrivate); 
    62036203    } 
     6204 
     6205    //get the addOnDestroy from ObjectGtk 
     6206    alias ObjectGtk.addOnDestroy addOnDestroy; 
    62046207code: end 
    62056208outFile: Widget