blob: e43ae733cf6c199103e10627ba5802304ba131ee [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* netbeans.c */
2void netbeans_Xt_connect __ARGS((void *context));
3void netbeans_gtk_connect __ARGS((void));
4void netbeans_w32_connect __ARGS((void));
5void messageFromNetbeansW32 __ARGS((void));
6int isNetbeansBuffer __ARGS((buf_T *bufp));
7int isNetbeansModified __ARGS((buf_T *bufp));
8void netbeans_end __ARGS((void));
9void netbeans_startup_done __ARGS((void));
10void netbeans_frame_moved __ARGS((int new_x, int new_y));
11void netbeans_file_opened __ARGS((char *filename));
12void netbeans_file_closed __ARGS((buf_T *bufp));
13void netbeans_inserted __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, int oldlen, char_u *txt, int newlen));
14void netbeans_removed __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, long len));
15void netbeans_unmodified __ARGS((buf_T *bufp));
16void netbeans_button_release __ARGS((int button));
17void netbeans_keycommand __ARGS((int key));
18void netbeans_save_buffer __ARGS((buf_T *bufp));
19void netbeans_deleted_all_lines __ARGS((buf_T *bufp));
20int netbeans_is_guarded __ARGS((linenr_T top, linenr_T bot));
21void netbeans_draw_multisign_indicator __ARGS((int row));
22void netbeans_draw_multisign_indicator __ARGS((int row));
23void netbeans_gutter_click __ARGS((linenr_T lnum));
24/* vim: set ft=c : */