Subversion Repositories Kolibri OS

Rev

Rev 7489 | Rev 7577 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7489 Rev 7509
Line 71... Line 71...
71
        stdcall dword[edit_box_set_text], edit_volume, root_dir
71
        stdcall dword[edit_box_set_text], edit_volume, root_dir
Line 72... Line 72...
72
 
72
 
73
        ; initialize tree list elements
73
        ; initialize tree list elements
74
        stdcall dword[tl_data_init], tree1
74
        stdcall dword[tl_data_init], tree1
75
        stdcall dword[tl_data_init], tree2
75
        stdcall dword[tl_data_init], tree2
-
 
76
		
-
 
77
		or dword[tree1.style], 8 ;tl_cursor_pos_limited - restrict cursor move to existing nodes
-
 
78
		or dword[tree2.style], 8 ;tl_cursor_pos_limited
76
 
79
		
77
        ; read icons
80
        ; read icons
Line 78... Line 81...
78
        load_image_file 'tl_sys_16.png', icon_tl_sys
81
        load_image_file 'tl_sys_16.png', icon_tl_sys
79
 
82