comparison src/proto/gui.pro @ 670:f892bda292a8 v7.0198

updated for version 7.0198
author vimboss
date Wed, 15 Feb 2006 22:18:42 +0000
parents a7547c77e563
children d7e33248b9c8
comparison
equal deleted inserted replaced
669:b945c6d9f3c7 670:f892bda292a8
32 int gui_wait_for_chars __ARGS((long wtime)); 32 int gui_wait_for_chars __ARGS((long wtime));
33 void gui_send_mouse_event __ARGS((int button, int x, int y, int repeated_click, int_u modifiers)); 33 void gui_send_mouse_event __ARGS((int button, int x, int y, int repeated_click, int_u modifiers));
34 int gui_xy2colrow __ARGS((int x, int y, int *colp)); 34 int gui_xy2colrow __ARGS((int x, int y, int *colp));
35 void gui_menu_cb __ARGS((vimmenu_T *menu)); 35 void gui_menu_cb __ARGS((vimmenu_T *menu));
36 void gui_init_which_components __ARGS((char_u *oldval)); 36 void gui_init_which_components __ARGS((char_u *oldval));
37 void gui_remove_scrollbars __ARGS((void));
37 void gui_create_scrollbar __ARGS((scrollbar_T *sb, int type, win_T *wp)); 38 void gui_create_scrollbar __ARGS((scrollbar_T *sb, int type, win_T *wp));
38 scrollbar_T *gui_find_scrollbar __ARGS((long ident)); 39 scrollbar_T *gui_find_scrollbar __ARGS((long ident));
39 void gui_drag_scrollbar __ARGS((scrollbar_T *sb, long value, int still_dragging)); 40 void gui_drag_scrollbar __ARGS((scrollbar_T *sb, long value, int still_dragging));
40 void gui_update_scrollbars __ARGS((int force)); 41 void gui_update_scrollbars __ARGS((int force));
41 int gui_do_scroll __ARGS((void)); 42 int gui_do_scroll __ARGS((void));