Subversion Repositories Kolibri OS

Rev

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

Rev 675 Rev 706
Line 25... Line 25...
25
align 4
25
align 4
26
 
26
 
Line 27... Line 27...
27
craete_button:
27
craete_button:
Line -... Line 28...
-
 
28
 
-
 
29
      push ebx
-
 
30
      push ecx
-
 
31
      push edx
-
 
32
      push esi
-
 
33
      push edi
-
 
34
      push ebp
28
 
35
 
29
      mov ebx,[esp+4] ;parend
36
      mov ebx,[esp+24+4] ;parend
Line 30... Line 37...
30
      mov eax,[esp+8] ;control
37
      mov eax,[esp+24+8] ;control
Line 31... Line 38...
31
 
38
 
32
      mov [PointerToStructureForButton],eax
39
      mov [PointerToStructureForButton],eax
Line 62... Line 69...
62
      mov [eax+28],edx
69
      mov [eax+28],edx
63
      mov [eax+32],esi
70
      mov [eax+32],esi
64
      mov [eax+36],edi
71
      mov [eax+36],edi
65
 
72
 
Line -... Line 73...
-
 
73
      pop ebp
-
 
74
      pop edi
-
 
75
      pop esi
-
 
76
      pop edx
-
 
77
      pop ecx
-
 
78
      pop ebx
-
 
79
 
66
      ret 8
80
      ret 8
Line 67... Line 81...
67
 
81
 
68
;****************************************************
82
;****************************************************
69
;*******************Draw Button**********************
83
;*******************Draw Button**********************