Subversion Repositories Kolibri OS

Rev

Rev 9941 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9941 Rev 10051
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line -...
8
 
-
 
Line 9... Line 8...
9
$Revision: 9941 $
8
 
Line 10... Line 9...
10
 
9
 
11
button.MAX_BUTTONS = 4095
10
button.MAX_BUTTONS = 4095
Line 69... Line 68...
69
;>       flags bits:
68
;>       flags bits:
70
;>          7 (31) = 0
69
;>          7 (31) = 0
71
;>          6 (30) = don't draw button
70
;>          6 (30) = don't draw button
72
;>          5 (29) = don't draw button frame when pressed
71
;>          5 (29) = don't draw button frame when pressed
73
;> esi = button color
72
;> esi = button color
74
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
73
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
75
;; Undefine button:
74
;; Undefine button:
76
;> edx = pack[8(flags), 24(button identifier)]
75
;> edx = pack[8(flags), 24(button identifier)]
77
;>       flags bits:
76
;>       flags bits:
78
;>          7 (31) = 1
77
;>          7 (31) = 1
79
;---------------------------------------------------------------
78
;---------------------------------------------------------------