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