blob: 88fbf67c6237c6c7d5f766c775c03836136c1e09 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* gui_w32.c */
Bram Moolenaarb5a7a8b2014-08-06 14:52:30 +02002int directx_enabled __ARGS((void));
3int gui_mch_set_rendering_options __ARGS((char_u *s));
Bram Moolenaar0630b8d2007-05-05 17:11:56 +00004void gui_mch_set_blinking __ARGS((long wait, long on, long off));
5void gui_mch_stop_blink __ARGS((void));
6void gui_mch_start_blink __ARGS((void));
7LRESULT WINAPI vim_WindowProc __ARGS((HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam));
8void gui_mch_new_colors __ARGS((void));
9void gui_mch_def_colors __ARGS((void));
10int gui_mch_open __ARGS((void));
11int gui_mch_get_winpos __ARGS((int *x, int *y));
12void gui_mch_set_winpos __ARGS((int x, int y));
13void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h));
14void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag));
15void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));
16void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
17int gui_mch_adjust_charheight __ARGS((void));
18GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
19char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
20void gui_mch_free_font __ARGS((GuiFont font));
21guicolor_T gui_mch_get_color __ARGS((char_u *name));
22int gui_mch_haskey __ARGS((char_u *name));
23void gui_mch_beep __ARGS((void));
24void gui_mch_invert_rectangle __ARGS((int r, int c, int nr, int nc));
25void gui_mch_iconify __ARGS((void));
26void gui_mch_draw_hollow_cursor __ARGS((guicolor_T color));
27void gui_mch_draw_part_cursor __ARGS((int w, int h, guicolor_T color));
28void gui_mch_update __ARGS((void));
29int gui_mch_wait_for_chars __ARGS((int wtime));
30void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
31void gui_mch_clear_all __ARGS((void));
32void gui_mch_enable_menu __ARGS((int flag));
33void gui_mch_set_menu_pos __ARGS((int x, int y, int w, int h));
34void gui_mch_menu_hidden __ARGS((vimmenu_T *menu, int hidden));
35void gui_mch_draw_menubar __ARGS((void));
36long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
37void gui_mch_activate_window __ARGS((void));
38void gui_mch_show_toolbar __ARGS((int showit));
39void gui_mch_show_tabline __ARGS((int showit));
40int gui_mch_showing_tabline __ARGS((void));
41void gui_mch_update_tabline __ARGS((void));
42void gui_mch_set_curtab __ARGS((int nr));
43void ex_simalt __ARGS((exarg_T *eap));
44void gui_mch_find_dialog __ARGS((exarg_T *eap));
45void gui_mch_replace_dialog __ARGS((exarg_T *eap));
46void gui_mch_mousehide __ARGS((int hide));
47void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
48void gui_mch_getmouse __ARGS((int *x, int *y));
49void gui_mch_setmouse __ARGS((int x, int y));
50void gui_mch_flash __ARGS((int msec));
51void gui_mch_delete_lines __ARGS((int row, int num_lines));
52void gui_mch_insert_lines __ARGS((int row, int num_lines));
53void gui_mch_exit __ARGS((int rc));
Bram Moolenaar0f272122013-01-23 18:37:40 +010054void gui_mch_wide_font_changed __ARGS((void));
Bram Moolenaar32ac8cd2013-07-03 18:49:17 +020055int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
Bram Moolenaar0630b8d2007-05-05 17:11:56 +000056int gui_mch_maximized __ARGS((void));
57void gui_mch_newfont __ARGS((void));
58void gui_mch_settitle __ARGS((char_u *title, char_u *icon));
59void mch_set_mouse_shape __ARGS((int shape));
60char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir));
61char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
62int get_cmd_args __ARGS((char *prog, char *cmdline, char ***argvp, char **tofree));
63int gui_is_win32s __ARGS((void));
64void gui_mch_set_parent __ARGS((char *title));
65void gui_mch_prepare __ARGS((int *argc, char **argv));
66int gui_mch_init __ARGS((void));
67void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
68void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
69void gui_mch_set_font __ARGS((GuiFont font));
70void gui_mch_set_fg_color __ARGS((guicolor_T color));
71void gui_mch_set_bg_color __ARGS((guicolor_T color));
72void gui_mch_set_sp_color __ARGS((guicolor_T color));
73void im_set_font __ARGS((LOGFONT *lf));
74void im_set_position __ARGS((int row, int col));
75void im_set_active __ARGS((int active));
76int im_get_status __ARGS((void));
77void gui_mch_draw_string __ARGS((int row, int col, char_u *text, int len, int flags));
78void gui_mch_flush __ARGS((void));
79void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
80void gui_mch_add_menu __ARGS((vimmenu_T *menu, int pos));
81void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
82void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
83void gui_make_tearoff __ARGS((char_u *path_name));
84void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx));
85void gui_mch_destroy_menu __ARGS((vimmenu_T *menu));
86void gui_mch_menu_grey __ARGS((vimmenu_T *menu, int grey));
Bram Moolenaard2c340a2011-01-17 20:08:11 +010087int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd));
Bram Moolenaar0630b8d2007-05-05 17:11:56 +000088void gui_mch_set_foreground __ARGS((void));
89void gui_mch_drawsign __ARGS((int row, int col, int typenr));
90void *gui_mch_register_sign __ARGS((char_u *signfile));
91void gui_mch_destroy_sign __ARGS((void *sign));
92int multiline_balloon_available __ARGS((void));
93void gui_mch_disable_beval_area __ARGS((BalloonEval *beval));
94void gui_mch_enable_beval_area __ARGS((BalloonEval *beval));
95void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg));
96BalloonEval *gui_mch_create_beval_area __ARGS((void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData));
97void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval));
98void netbeans_draw_multisign_indicator __ARGS((int row));
Bram Moolenaarb26e6322010-05-22 21:34:09 +020099void netbeans_init_winsock __ARGS((void));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000100/* vim: set ft=c : */