Home
last modified time | relevance | path

Searched refs:toolbar_wndproc (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c4181 static LRESULT CALLBACK toolbar_wndproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
7979 s_toolbar_wndproc = SubclassWindow(s_toolbarhwnd, toolbar_wndproc); in initialise_toolbar()
7985 toolbar_wndproc( in toolbar_wndproc() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt18131 Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)