Subversion Repositories Kolibri OS

Rev

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

Rev 7577 Rev 7579
Line 117... Line 117...
117
	ted_but_redo, 'ted_but_redo' , \
117
	ted_but_redo, 'ted_but_redo' , \
118
	ted_but_reverse, 'ted_but_reverse' , \
118
	ted_but_reverse, 'ted_but_reverse' , \
119
	ted_but_find, 'ted_but_find' , \
119
	ted_but_find, 'ted_but_find' , \
120
	ted_but_replace, 'ted_but_replace' , \
120
	ted_but_replace, 'ted_but_replace' , \
121
	ted_text_colored, 'ted_text_colored' , \
121
	ted_text_colored, 'ted_text_colored' , \
-
 
122
	ted_go_to_position, 'ted_go_to_position' , \
122
	frame_draw, 'frame_draw' , \
123
	frame_draw, 'frame_draw' , \
123
	progressbar_draw,'progressbar_draw' , \
124
	progressbar_draw,'progressbar_draw' , \
124
	progressbar_progress, 'progressbar_progress'
125
	progressbar_progress, 'progressbar_progress'
Line 184... Line 185...
184
public ted_but_redo as '_ted_but_redo'
185
public ted_but_redo as '_ted_but_redo'
185
public ted_but_reverse as '_ted_but_reverse'
186
public ted_but_reverse as '_ted_but_reverse'
186
public ted_but_find as '_ted_but_find'
187
public ted_but_find as '_ted_but_find'
187
public ted_but_replace as '_ted_but_replace'
188
public ted_but_replace as '_ted_but_replace'
188
public ted_text_colored as 'ted_text_colored_asm'
189
public ted_text_colored as 'ted_text_colored_asm'
-
 
190
public ted_go_to_position as '_ted_go_to_position'
Line 189... Line 191...
189
 
191
 
190
public tl_data_init as '_tl_data_init'
192
public tl_data_init as '_tl_data_init'
191
public tl_data_clear as '_tl_data_clear'
193
public tl_data_clear as '_tl_data_clear'
192
public tl_info_clear as '_tl_info_clear'
194
public tl_info_clear as '_tl_info_clear'