Wiki

Changes between Version 2 and Version 3 of SandBox

Show
Ignore:
Timestamp:
10/31/11 15:46:35 (13 years ago)
Author:
callisto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v2 v3  
    112112 
    113113}}} 
     114 
     115Try some code: 
     116 
     117{{{ 
     118use Gtk 
     119 
     120class MyWindow inherits Window 
     121 
     122        def onDeleteEvent(obj, args as DeleteEventArgs) 
     123                Application.quit 
     124}}} 
     125 
     126 
     127class  
     128}}} 
     129 
     130and an image: 
     131 
     132[[image(screenshot.jpg)]]