Subversion Repositories Kolibri OS

Rev

Rev 2695 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2695 Rev 2875
Line 1... Line 1...
1
//Leency - 2012
1
//Leency - 2012
Line 2... Line 2...
2
 
2
 
3
dword onLeft(dword right,left) {EAX=Form.width-right-left;}
3
dword onLeft(dword right,left) {EAX=Form.width-right-left;}
Line 4... Line 4...
4
dword onTop(dword down,up) {EAX=Form.height-GetSkinWidth()-down-up;}
4
dword onTop(dword down,up) {EAX=Form.height-GetSkinHeight()-down-up;}
5
 
5
 
6
 
6