comparison src/proto/gui_w32.pro @ 502:52e76e2b5b65 v7.0140

updated for version 7.0140
author vimboss
date Thu, 01 Sep 2005 20:46:49 +0000
parents d0d15b184c56
children 6beb2c667935
comparison
equal deleted inserted replaced
501:ce2181d14aa0 502:52e76e2b5b65
80 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield)); 80 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield));
81 void gui_mch_set_foreground __ARGS((void)); 81 void gui_mch_set_foreground __ARGS((void));
82 void gui_mch_drawsign __ARGS((int row, int col, int typenr)); 82 void gui_mch_drawsign __ARGS((int row, int col, int typenr));
83 void *gui_mch_register_sign __ARGS((char_u *signfile)); 83 void *gui_mch_register_sign __ARGS((char_u *signfile));
84 void gui_mch_destroy_sign __ARGS((void *sign)); 84 void gui_mch_destroy_sign __ARGS((void *sign));
85 int multiline_balloon_available __ARGS((void));
85 void gui_mch_disable_beval_area __ARGS((BalloonEval *beval)); 86 void gui_mch_disable_beval_area __ARGS((BalloonEval *beval));
86 void gui_mch_enable_beval_area __ARGS((BalloonEval *beval)); 87 void gui_mch_enable_beval_area __ARGS((BalloonEval *beval));
87 void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg)); 88 void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg));
88 BalloonEval *gui_mch_create_beval_area __ARGS((void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData)); 89 BalloonEval *gui_mch_create_beval_area __ARGS((void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData));
89 void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval)); 90 void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval));
90 void netbeans_draw_multisign_indicator __ARGS((int row)); 91 void netbeans_draw_multisign_indicator __ARGS((int row));
91 int multiline_balloon_available __ARGS((void));
92 /* vim: set ft=c : */ 92 /* vim: set ft=c : */