comparison src/proto/gui_motif.pro @ 90:9d4f762cc1d9

updated for version 7.0036
author vimboss
date Sun, 09 Jan 2005 21:20:18 +0000
parents e474bae3795f
children 6df0106fc595
comparison
equal deleted inserted replaced
89:e1a8191c6768 90:9d4f762cc1d9
32 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield)); 32 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield));
33 void gui_mch_enable_footer __ARGS((int showit)); 33 void gui_mch_enable_footer __ARGS((int showit));
34 void gui_mch_set_footer __ARGS((char_u *s)); 34 void gui_mch_set_footer __ARGS((char_u *s));
35 void gui_mch_show_toolbar __ARGS((int showit)); 35 void gui_mch_show_toolbar __ARGS((int showit));
36 int gui_mch_compute_toolbar_height __ARGS((void)); 36 int gui_mch_compute_toolbar_height __ARGS((void));
37 void gui_mch_get_toolbar_colors __ARGS((Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp));
38 void gui_motif_menu_fontlist __ARGS((Widget id)); 37 void gui_motif_menu_fontlist __ARGS((Widget id));
39 void gui_mch_find_dialog __ARGS((exarg_T *eap)); 38 void gui_mch_find_dialog __ARGS((exarg_T *eap));
40 void gui_mch_replace_dialog __ARGS((exarg_T *eap)); 39 void gui_mch_replace_dialog __ARGS((exarg_T *eap));
41 void gui_motif_synch_fonts __ARGS((void)); 40 void gui_motif_synch_fonts __ARGS((void));
42 /* vim: set ft=c : */ 41 /* vim: set ft=c : */