Subversion Repositories Kolibri OS

Rev

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

Rev 6535 Rev 6589
Line 102... Line 102...
102
	ted_init_scroll_bars, 'ted_init_scroll_bars' , \
102
	ted_init_scroll_bars, 'ted_init_scroll_bars' , \
103
	ted_init_syntax_file, 'ted_init_syntax_file' , \
103
	ted_init_syntax_file, 'ted_init_syntax_file' , \
104
	ted_is_select, 'ted_is_select' , \
104
	ted_is_select, 'ted_is_select' , \
105
	ted_key, 'ted_key' , \
105
	ted_key, 'ted_key' , \
106
	ted_mouse, 'ted_mouse' , \
106
	ted_mouse, 'ted_mouse' , \
107
	ted_open_file, 'ted_open_file' , \
107
	ted_open_file, 'ted_open_file_asm' , \
108
	ted_save_file, 'ted_save_file' , \
108
	ted_save_file, 'ted_save_file' , \
109
	ted_text_add, 'ted_text_add' , \
109
	ted_text_add, 'ted_text_add' , \
110
	ted_but_select_word, 'ted_but_select_word' , \
110
	ted_but_select_word, 'ted_but_select_word' , \
111
	ted_but_cut, 'ted_but_cut' , \
111
	ted_but_cut, 'ted_but_cut' , \
112
	ted_but_copy, 'ted_but_copy' , \
112
	ted_but_copy, 'ted_but_copy' , \
Line 154... Line 154...
154
public path_show_draw as '_path_show_draw'
154
public path_show_draw as '_path_show_draw'
Line 155... Line 155...
155
 
155
 
156
public fb_draw_panel as '_filebrowse_draw'
156
public fb_draw_panel as '_filebrowse_draw'
157
public fb_mouse as '_filebrowse_mouse'
157
public fb_mouse as '_filebrowse_mouse'
-
 
158
public fb_key as '_filebrowse_key'
-
 
159
 
-
 
160
public ted_but_sumb_upper as '_ted_but_sumb_upper_asm'
-
 
161
public ted_but_sumb_lover as '_ted_but_sumb_lover_asm'
-
 
162
public ted_but_convert_by_table as '_ted_but_convert_by_table_asm'
-
 
163
public ted_can_save as '_ted_can_save_asm'
-
 
164
public ted_clear as '_ted_clear_asm'
-
 
165
public ted_delete as '_ted_delete_asm'
-
 
166
public ted_draw as '_ted_draw'
-
 
167
public ted_init as '_ted_init_asm'
-
 
168
public ted_init_scroll_bars as '_ted_init_scroll_bars'
-
 
169
public ted_init_syntax_file as '_ted_init_syntax_file'
-
 
170
public ted_is_select as '_ted_is_select_asm'
-
 
171
public ted_key as '_ted_key_asm'
-
 
172
public ted_mouse as '_ted_mouse'
-
 
173
public ted_open_file as '_ted_open_file_asm'
-
 
174
public ted_save_file as '_ted_save_file_asm'
-
 
175
public ted_text_add as '_ted_text_add'
-
 
176
public ted_but_select_word as '_ted_but_select_word'
-
 
177
public ted_but_cut as '_ted_but_cut_asm'
-
 
178
public ted_but_copy as '_ted_but_copy'
-
 
179
public ted_but_paste as '_ted_but_paste'
-
 
180
public ted_but_undo as '_ted_but_undo_asm'
-
 
181
public ted_but_redo as '_ted_but_redo_asm'
-
 
182
public ted_but_reverse as '_ted_but_reverse_asm'
-
 
183
public ted_but_find_next as '_ted_but_find_next'
-
 
184
public ted_text_colored as 'ted_text_colored_asm'