Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 747... Line 747...
747
    mcall
747
    mcall
748
                                   ; DRAW WINDOW
748
                                   ; DRAW WINDOW
749
    mov  eax,0                     ; function 0 : define and draw window
749
    mov  eax,0                     ; function 0 : define and draw window
750
    mov  ebx, 50*65536+219         ; [x start] *65536 + [x size]
750
    mov  ebx, 50*65536+219         ; [x start] *65536 + [x size]
751
    mov  ecx,100*65536+168         ; [y start] *65536 + [y size]
751
    mov  ecx,100*65536+168         ; [y start] *65536 + [y size]
752
    mov  edx,0x03ffffff            ; color of work area RRGGBB
752
    mov  edx,0x04ffffff            ; color of work area RRGGBB
753
    mov  esi,0x8099bbff            ; color of grab bar  RRGGBB,8->color glide
753
    mov  esi,0x8099bbff            ; color of grab bar  RRGGBB,8->color glide
754
    mov  edi,0x0099bbee            ; color of frames    RRGGBB
754
    mov  edi,0x0099bbee            ; color of frames    RRGGBB
755
    mcall
755
    mcall
756
                                   ; WINDOW LABEL
756
                                   ; WINDOW LABEL
757
    mov  eax,4                     ; function 4 : write text to window
757
    mov  eax,4                     ; function 4 : write text to window