Subversion Repositories Kolibri OS

Rev

Rev 6887 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6887 Rev 7227
Line 11... Line 11...
11
	dword caption,type,background;
11
	dword caption,type,background;
12
	dword onbutton,onkey,ondraw;
12
	dword onbutton,onkey,ondraw;
13
	proc_info Form;
13
	proc_info Form;
14
};
14
};
Line 15... Line 15...
15
 
15
 
16
void window::create()
16
:void window::create()
17
{
17
{
18
	word id=0;
18
	word id=0;
19
	IF(!caption)caption = "Window";
19
	IF(!caption)caption = "Window";
20
	IF(!width)width=350;
20
	IF(!width)width=350;