Subversion Repositories Kolibri OS

Rev

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

Rev 6615 Rev 7577
Line 114... Line 114...
114
	ted_but_copy, 'ted_but_copy' , \
114
	ted_but_copy, 'ted_but_copy' , \
115
	ted_but_paste, 'ted_but_paste' , \
115
	ted_but_paste, 'ted_but_paste' , \
116
	ted_but_undo, 'ted_but_undo' , \
116
	ted_but_undo, 'ted_but_undo' , \
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_next, 'ted_but_find_next' , \
119
	ted_but_find, 'ted_but_find' , \
-
 
120
	ted_but_replace, 'ted_but_replace' , \
120
	ted_text_colored, 'ted_text_colored' , \
121
	ted_text_colored, 'ted_text_colored' , \
121
	frame_draw, 'frame_draw' , \
122
	frame_draw, 'frame_draw' , \
122
	progressbar_draw,'progressbar_draw' , \
123
	progressbar_draw,'progressbar_draw' , \
123
	progressbar_progress, 'progressbar_progress'
124
	progressbar_progress, 'progressbar_progress'
Line 180... Line 181...
180
public ted_but_copy as '_ted_but_copy'
181
public ted_but_copy as '_ted_but_copy'
181
public ted_but_paste as '_ted_but_paste'
182
public ted_but_paste as '_ted_but_paste'
182
public ted_but_undo as '_ted_but_undo'
183
public ted_but_undo as '_ted_but_undo'
183
public ted_but_redo as '_ted_but_redo'
184
public ted_but_redo as '_ted_but_redo'
184
public ted_but_reverse as '_ted_but_reverse'
185
public ted_but_reverse as '_ted_but_reverse'
185
public ted_but_find_next as '_ted_but_find_next'
186
public ted_but_find as '_ted_but_find'
-
 
187
public ted_but_replace as '_ted_but_replace'
186
public ted_text_colored as 'ted_text_colored_asm'
188
public ted_text_colored as 'ted_text_colored_asm'
Line 187... Line 189...
187
 
189
 
188
public tl_data_init as '_tl_data_init'
190
public tl_data_init as '_tl_data_init'
189
public tl_data_clear as '_tl_data_clear'
191
public tl_data_clear as '_tl_data_clear'