Subversion Repositories Kolibri OS

Rev

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

Rev 1199 Rev 1214
Line 23... Line 23...
23
include 'menubar.mac' ;macro implements menubar
23
include 'menubar.mac' ;macro implements menubar
24
include 'filebrowser.mac' ;macro implements filebrowser
24
include 'filebrowser.mac' ;macro implements filebrowser
25
;----------------------------------------------------
25
;----------------------------------------------------
26
;EditBox
26
;EditBox
27
;----------------------------------------------------
27
;----------------------------------------------------
28
align 4
28
align 16
29
use_editbox_draw        ;macro reveals the function of the display.
29
use_editbox_draw        ;macro reveals the function of the display.
30
align 4
30
align 16
31
use_editbox_key         ;macro reveals processing function of the keypad.
31
use_editbox_key         ;macro reveals processing function of the keypad.
32
align 4
32
align 16
33
use_editbox_mouse       ;macro reveals processing function of the mouse.
33
use_editbox_mouse       ;macro reveals processing function of the mouse.
Line 34... Line 34...
34
 
34
 
35
;----------------------------------------------------
35
;----------------------------------------------------
36
;CheckBox
36
;CheckBox
37
;----------------------------------------------------
37
;----------------------------------------------------
38
align 4
38
align 16
39
use_checkbox_draw       ;macro reveals the function of the display.
39
use_checkbox_draw       ;macro reveals the function of the display.
40
align 4
40
align 16
Line 41... Line 41...
41
use_checkbox_mouse      ;macro reveals processing function of the mouse.
41
use_checkbox_mouse      ;macro reveals processing function of the mouse.
42
 
42
 
43
 
43
 
44
;--------------------------------------------------
44
;--------------------------------------------------
45
;radiobutton Group
45
;radiobutton Group
46
;--------------------------------------------------
46
;--------------------------------------------------
47
align 4
47
align 16
48
use_optionbox_driver    ;macro that control the operating modes
48
use_optionbox_driver    ;macro that control the operating modes
49
align 4
49
align 16
Line 50... Line 50...
50
use_optionbox_draw      ;macro reveals the function of the display.
50
use_optionbox_draw      ;macro reveals the function of the display.
51
align 4
51
align 16
52
use_optionbox_mouse     ;macro reveals processing function of the mouse.
52
use_optionbox_mouse     ;macro reveals processing function of the mouse.
53
 
53
 
54
;--------------------------------------------------
54
;--------------------------------------------------
55
;scrollbar Group
55
;scrollbar Group
56
;--------------------------------------------------
56
;--------------------------------------------------
57
align 4
57
align 16
58
use_scroll_bar
58
use_scroll_bar
Line 59... Line 59...
59
align 4
59
align 16
60
use_scroll_bar_vertical
60
use_scroll_bar_vertical
61
align 4
61
align 16
62
use_scroll_bar_horizontal
62
use_scroll_bar_horizontal
63
 
63
 
Line 64... Line 64...
64
;--------------------------------------------------
64
;--------------------------------------------------
65
;dinamic button Group
65
;dinamic button Group
66
;--------------------------------------------------
66
;--------------------------------------------------
67
align 4
67
align 16
68
use_dinamic_button
68
use_dinamic_button
Line 69... Line 69...
69
 
69
 
70
;--------------------------------------------------
70
;--------------------------------------------------
71
;menubar Group
71
;menubar Group
72
;--------------------------------------------------
72
;--------------------------------------------------
73
align 4
73
align 16
74
use_menu_bar
74
use_menu_bar
-
 
75
 
75
 
76
;--------------------------------------------------
76
;--------------------------------------------------
77
;filebrowser Group
Line 77... Line 78...
77
;filebrowser Group
78
;--------------------------------------------------
78
;--------------------------------------------------
79
align 16
79
align 4
80
use_file_browser
80
use_file_browser
81
;--------------------------------------------------
81
;--------------------------------------------------
82
;align 16
Line 82... Line 83...
82
init:
83
init:
83
ret
84
ret