Home
last modified time | relevance | path

Searched refs:dragwin (Results 1 – 9 of 9) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmouse.c85 if (dragwin != NULL && !did_drag) { in jump_to_mouse()
88 dragwin = NULL; in jump_to_mouse()
131 dragwin = NULL; in jump_to_mouse()
141 dragwin = wp; in jump_to_mouse()
149 dragwin = wp; in jump_to_mouse()
214 if (dragwin != NULL) { in jump_to_mouse()
216 count = row - dragwin->w_winrow - dragwin->w_height + 1 in jump_to_mouse()
218 win_drag_status_line(dragwin, count); in jump_to_mouse()
223 if (dragwin != NULL) { in jump_to_mouse()
225 count = col - dragwin->w_wincol - dragwin->w_width + 1 in jump_to_mouse()
[all …]
H A Dwindow.c5557 void win_drag_status_line(win_T *dragwin, int offset) in win_drag_status_line() argument
5566 fr = dragwin->w_frame; in win_drag_status_line()
5684 void win_drag_vsep_line(win_T *dragwin, int offset) in win_drag_vsep_line() argument
5692 fr = dragwin->w_frame; in win_drag_vsep_line()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmouse.c1530 if (dragwin != NULL && !did_drag) in jump_to_mouse()
1532 dragwin = NULL; in jump_to_mouse()
1625 dragwin = NULL; in jump_to_mouse()
1682 dragwin = wp; in jump_to_mouse()
1689 dragwin = wp; in jump_to_mouse()
1792 if (dragwin != NULL) in jump_to_mouse()
1795 count = row - dragwin->w_winrow - dragwin->w_height + 1 in jump_to_mouse()
1797 win_drag_status_line(dragwin, count); in jump_to_mouse()
1804 if (dragwin != NULL) in jump_to_mouse()
1807 count = col - dragwin->w_wincol - dragwin->w_width + 1 in jump_to_mouse()
[all …]
H A Dwindow.c5973 win_drag_status_line(win_T *dragwin, int offset) in win_drag_status_line() argument
5982 fr = dragwin->w_frame; in win_drag_status_line()
6102 win_drag_vsep_line(win_T *dragwin, int offset) in win_drag_vsep_line() argument
6110 fr = dragwin->w_frame; in win_drag_vsep_line()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dwindow.pro64 void win_drag_status_line(win_T *dragwin, int offset);
65 void win_drag_vsep_line(win_T *dragwin, int offset);
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Decore_wl_dnd.c254 ecore_wl_dnd_drag_start(Ecore_Wl_Input *input, Ecore_Wl_Window *win, Ecore_Wl_Window *dragwin, int … in ecore_wl_dnd_drag_start() argument
268 drag_surface = ecore_wl_window_surface_get(dragwin); in ecore_wl_dnd_drag_start()
H A DEcore_Wayland.h775 …drag_start(Ecore_Wl_Input *input, Ecore_Wl_Window *win, Ecore_Wl_Window *dragwin, int x, int y, in…
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_list.pm6891 { if ($button->{dragwin} && ($event->window == $button->{dragwin}))
7019 { _create_dragwin($button) unless $button->{dragwin};
7038 $button->{dragwin}=Gtk2::Gdk::Window->new($button->window,\%attr);
7040 $button->{dragwin}->show;
7044 my $dragwin=delete $button->{dragwin};
7045 return unless $dragwin;
7046 warn "destroying $dragwin\n" if $::debug;
7047 $dragwin->set_user_data(0); #needed ?
7048 $dragwin->destroy;
7052 return unless $button->{dragwin};
[all …]
/dports/devel/efl/efl-1.25.1/
H A DNEWS2054 * dnd: rotate dragwin if main window is rotated when draging