Subversion Repositories Kolibri OS

Rev

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

Rev 7489 Rev 7509
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
Line -... Line 75...
-
 
75
        stdcall dword[tl_data_init], tree2
-
 
76
		
-
 
77
		or dword[tree1.style], 8 ;tl_cursor_pos_limited - restrict cursor move to existing nodes
75
        stdcall dword[tl_data_init], tree2
78
		or dword[tree2.style], 8 ;tl_cursor_pos_limited
76
 
79
		
Line 77... Line 80...
77
        ; read icons
80
        ; read icons
78
        load_image_file 'tl_sys_16.png', icon_tl_sys
81
        load_image_file 'tl_sys_16.png', icon_tl_sys