root/trunk/gtk/old/form.d

Revision 8, 152 bytes (checked in by Chris Miller, 5 years ago)

First steps of DFL GTK.

Line 
1 // This is a stub....
2
3 module dfl.form;
4
5 import dfl.event;
6
7
8 class Form
9 {
10     Event!(Object, EventArgs) closed;
11    
12    
13     void show()
14     {
15     }
16 }
Note: See TracBrowser for help on using the browser.