Cobra Programming Language
Downloads
Documentation
How To
Samples
Discussion
Wiki
Contact
Wiki
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
←
Previous Change
Wiki History
Next Change
→
Login
Preferences
Help/Guide
About Trac
Changes between
Version 2
and
Version 3
of
SandBox
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/31/11 15:46:35 (
13 years
ago)
Author:
callisto
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SandBox
v2
v3
112
112
113
113
}}}
114
115
Try some code:
116
117
{{{
118
use Gtk
119
120
class MyWindow inherits Window
121
122
def onDeleteEvent(obj, args as DeleteEventArgs)
123
Application.quit
124
}}}
125
126
127
class
128
}}}
129
130
and an image:
131
132
[[image(screenshot.jpg)]]