Home
last modified time | relevance | path

Searched refs:drop_target (Results 1 – 25 of 96) sorted by relevance

1234

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Ddnd.cpp171 drop_target->OnLeave(); in target_drag_leave()
174 drop_target->m_firstMotion = true; in target_drag_leave()
177 drop_target->GTKSetDragContext( NULL ); in target_drag_leave()
222 if (drop_target->m_firstMotion) in target_drag_motion()
252 drop_target->m_firstMotion = false; in target_drag_motion()
290 drop_target->m_firstMotion = true; in target_drag_drop()
301 drop_target->GTKSetDragTime( time ); in target_drag_drop()
340 drop_target->GTKSetDragWidget( NULL ); in target_drag_drop()
343 drop_target->m_firstMotion = true; in target_drag_drop()
379 drop_target->GTKSetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Ddnd.cpp170 drop_target->OnLeave(); in target_drag_leave()
173 drop_target->m_firstMotion = true; in target_drag_leave()
176 drop_target->GTKSetDragContext( NULL ); in target_drag_leave()
221 if (drop_target->m_firstMotion) in target_drag_motion()
251 drop_target->m_firstMotion = false; in target_drag_motion()
289 drop_target->m_firstMotion = true; in target_drag_drop()
300 drop_target->GTKSetDragTime( time ); in target_drag_drop()
339 drop_target->GTKSetDragWidget( NULL ); in target_drag_drop()
342 drop_target->m_firstMotion = true; in target_drag_drop()
378 drop_target->GTKSetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Ddnd.cpp171 drop_target->OnLeave(); in target_drag_leave()
174 drop_target->m_firstMotion = true; in target_drag_leave()
177 drop_target->GTKSetDragContext( NULL ); in target_drag_leave()
222 if (drop_target->m_firstMotion) in target_drag_motion()
252 drop_target->m_firstMotion = false; in target_drag_motion()
290 drop_target->m_firstMotion = true; in target_drag_drop()
301 drop_target->GTKSetDragTime( time ); in target_drag_drop()
340 drop_target->GTKSetDragWidget( NULL ); in target_drag_drop()
343 drop_target->m_firstMotion = true; in target_drag_drop()
379 drop_target->GTKSetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/tkdnd/tkdnd2.8/library/
H A Dtkdnd_windows.tcl70 proc olednd::HandleDragEnter { drop_target typelist actionlist pressedkeys
72 focus $drop_target
73 ::tkdnd::generic::HandleEnter $drop_target 0 $typelist \
75 set action [::tkdnd::generic::HandlePosition $drop_target {} \
84 proc olednd::HandleDragOver { drop_target pressedkeys rootX rootY } {
85 set action [::tkdnd::generic::HandlePosition $drop_target {} \
94 proc olednd::HandleDragLeave { drop_target } { argument
102 proc olednd::HandleDrop { drop_target pressedkeys rootX rootY type data } {
104 set action [::tkdnd::generic::HandleDrop $drop_target {} \
113 proc olednd::GetDragSourceCommonTypes { drop_target } { argument
H A Dtkdnd_generic.tcl84 proc generic::HandleEnter { drop_target drag_source typelist codelist
110 proc generic::HandlePosition { drop_target drag_source pressedkeys
147 [FindWindowWithCommonTypes $drop_target $_typelist] {break}
150 if {$drop_target != $_drop_target} {
171 set _drop_target $drop_target
180 set cmd [bind $drop_target <<DropEnter>>]
182 focus $drop_target
183 set cmd [string map [list %W $drop_target %X $rootX %Y $rootY \
208 set _drop_target $drop_target
210 set cmd [bind $drop_target <<DropPosition>>]
[all …]
H A Dtkdnd_macosx.tcl82 proc macdnd::HandlePosition { drop_target rootX rootY {drag_source {}} } {
86 ::tkdnd::generic::HandlePosition $drop_target $drag_source \
100 proc macdnd::HandleDrop { drop_target data args } {
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Ddnd.cpp174 drop_target->SetDragContext( context ); in target_drag_leave()
178 drop_target->OnLeave(); in target_drag_leave()
181 drop_target->m_firstMotion = true; in target_drag_leave()
208 drop_target->SetDragContext( context ); in target_drag_motion()
251 if (drop_target->m_firstMotion) in target_drag_motion()
280 drop_target->m_firstMotion = false; in target_drag_motion()
313 drop_target->SetDragContext( context ); in target_drag_drop()
317 drop_target->SetDragWidget( widget ); in target_drag_drop()
321 drop_target->SetDragTime( time ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Ddnd.cpp174 drop_target->SetDragContext( context ); in target_drag_leave()
178 drop_target->OnLeave(); in target_drag_leave()
181 drop_target->m_firstMotion = true; in target_drag_leave()
208 drop_target->SetDragContext( context ); in target_drag_motion()
251 if (drop_target->m_firstMotion) in target_drag_motion()
280 drop_target->m_firstMotion = false; in target_drag_motion()
313 drop_target->SetDragContext( context ); in target_drag_drop()
317 drop_target->SetDragWidget( widget ); in target_drag_drop()
321 drop_target->SetDragTime( time ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Ddnd.cpp174 drop_target->SetDragContext( context ); in target_drag_leave()
178 drop_target->OnLeave(); in target_drag_leave()
181 drop_target->m_firstMotion = true; in target_drag_leave()
208 drop_target->SetDragContext( context ); in target_drag_motion()
251 if (drop_target->m_firstMotion) in target_drag_motion()
280 drop_target->m_firstMotion = false; in target_drag_motion()
313 drop_target->SetDragContext( context ); in target_drag_drop()
317 drop_target->SetDragWidget( widget ); in target_drag_drop()
321 drop_target->SetDragTime( time ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Ddnd.cpp174 drop_target->SetDragContext( context ); in target_drag_leave()
178 drop_target->OnLeave(); in target_drag_leave()
181 drop_target->m_firstMotion = true; in target_drag_leave()
208 drop_target->SetDragContext( context ); in target_drag_motion()
251 if (drop_target->m_firstMotion) in target_drag_motion()
280 drop_target->m_firstMotion = false; in target_drag_motion()
313 drop_target->SetDragContext( context ); in target_drag_drop()
317 drop_target->SetDragWidget( widget ); in target_drag_drop()
321 drop_target->SetDragTime( time ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Ddnd.cpp182 drop_target->OnLeave(); in target_drag_leave()
185 drop_target->m_firstMotion = true; in target_drag_leave()
188 drop_target->SetDragContext( NULL ); in target_drag_leave()
255 if (drop_target->m_firstMotion) in target_drag_motion()
281 drop_target->SetDragContext( NULL ); in target_drag_motion()
284 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragTime( time ); in target_drag_drop()
382 drop_target->SetDragWidget( NULL ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
423 drop_target->SetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Ddnd.cpp182 drop_target->OnLeave(); in target_drag_leave()
185 drop_target->m_firstMotion = true; in target_drag_leave()
188 drop_target->SetDragContext( NULL ); in target_drag_leave()
255 if (drop_target->m_firstMotion) in target_drag_motion()
281 drop_target->SetDragContext( NULL ); in target_drag_motion()
284 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragTime( time ); in target_drag_drop()
382 drop_target->SetDragWidget( NULL ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
423 drop_target->SetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Ddnd.cpp182 drop_target->OnLeave(); in target_drag_leave()
185 drop_target->m_firstMotion = true; in target_drag_leave()
188 drop_target->SetDragContext( NULL ); in target_drag_leave()
255 if (drop_target->m_firstMotion) in target_drag_motion()
281 drop_target->SetDragContext( NULL ); in target_drag_motion()
284 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragTime( time ); in target_drag_drop()
382 drop_target->SetDragWidget( NULL ); in target_drag_drop()
385 drop_target->m_firstMotion = true; in target_drag_drop()
423 drop_target->SetDragData( data ); in target_drag_data_received()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Ddnd.cpp186 drop_target->SetDragContext( context ); in target_drag_leave()
190 drop_target->OnLeave(); in target_drag_leave()
193 drop_target->m_firstMotion = true; in target_drag_leave()
220 drop_target->SetDragContext( context ); in target_drag_motion()
263 if (drop_target->m_firstMotion) in target_drag_motion()
292 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragContext( context ); in target_drag_drop()
329 drop_target->SetDragWidget( widget ); in target_drag_drop()
333 drop_target->SetDragTime( time ); in target_drag_drop()
393 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Ddnd.cpp186 drop_target->SetDragContext( context ); in target_drag_leave()
190 drop_target->OnLeave(); in target_drag_leave()
193 drop_target->m_firstMotion = true; in target_drag_leave()
220 drop_target->SetDragContext( context ); in target_drag_motion()
263 if (drop_target->m_firstMotion) in target_drag_motion()
292 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragContext( context ); in target_drag_drop()
329 drop_target->SetDragWidget( widget ); in target_drag_drop()
333 drop_target->SetDragTime( time ); in target_drag_drop()
393 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Ddnd.cpp186 drop_target->SetDragContext( context ); in target_drag_leave()
190 drop_target->OnLeave(); in target_drag_leave()
193 drop_target->m_firstMotion = true; in target_drag_leave()
220 drop_target->SetDragContext( context ); in target_drag_motion()
263 if (drop_target->m_firstMotion) in target_drag_motion()
292 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragContext( context ); in target_drag_drop()
329 drop_target->SetDragWidget( widget ); in target_drag_drop()
333 drop_target->SetDragTime( time ); in target_drag_drop()
393 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Ddnd.cpp186 drop_target->SetDragContext( context ); in target_drag_leave()
190 drop_target->OnLeave(); in target_drag_leave()
193 drop_target->m_firstMotion = true; in target_drag_leave()
220 drop_target->SetDragContext( context ); in target_drag_motion()
263 if (drop_target->m_firstMotion) in target_drag_motion()
292 drop_target->m_firstMotion = false; in target_drag_motion()
325 drop_target->SetDragContext( context ); in target_drag_drop()
329 drop_target->SetDragWidget( widget ); in target_drag_drop()
333 drop_target->SetDragTime( time ); in target_drag_drop()
393 drop_target->m_firstMotion = true; in target_drag_drop()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-tree-view-drag-dest.c396 char *drop_target; in get_drop_action() local
409 if (!drop_target) { in get_drop_action()
571 char *drop_target; in get_drop_target_uri_at_pos() local
591 return drop_target; in get_drop_target_uri_at_pos()
600 char *drop_target; in receive_uris() local
676 char *drop_target; in receive_dropped_uri_list() local
687 drop_target, in receive_dropped_uri_list()
699 char *drop_target; in receive_dropped_text() local
725 char *drop_target; in receive_dropped_raw() local
748 char *drop_target; in receive_dropped_netscape_url() local
[all …]
H A Dnemo-icon-dnd.c479 if (drop_target && eel_uri_is_trash (drop_target)) { in set_direct_save_uri()
503 g_free (drop_target); in set_direct_save_uri()
671 char *drop_target; in receive_dropped_netscape_url() local
681 drop_target, in receive_dropped_netscape_url()
692 char *drop_target; in receive_dropped_uri_list() local
702 drop_target, in receive_dropped_uri_list()
713 char *drop_target; in receive_dropped_text() local
734 char *drop_target; in receive_dropped_raw() local
1385 char *drop_target; in nemo_icon_container_receive_dropped_icons() local
1391 drop_target = NULL; in nemo_icon_container_receive_dropped_icons()
[all …]
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-tree-view-drag-dest.c423 char *drop_target; in get_drop_action() local
438 if (!drop_target) in get_drop_action()
445 drop_target, in get_drop_action()
625 char *drop_target; in get_drop_target_uri_at_pos() local
647 return drop_target; in get_drop_target_uri_at_pos()
656 char *drop_target; in receive_uris() local
698 g_free (drop_target); in receive_uris()
735 char *drop_target; in receive_dropped_uri_list() local
759 char *drop_target; in receive_dropped_text() local
786 char *drop_target; in receive_dropped_raw() local
[all …]
H A Dcaja-icon-dnd.c439 if (drop_target && eel_uri_is_trash (drop_target)) in set_direct_save_uri()
467 g_free (drop_target); in set_direct_save_uri()
759 char *drop_target; in receive_dropped_netscape_url() local
774 g_free (drop_target); in receive_dropped_netscape_url()
781 char *drop_target; in receive_dropped_uri_list() local
796 g_free (drop_target); in receive_dropped_uri_list()
803 char *drop_target; in receive_dropped_text() local
825 char *drop_target; in receive_dropped_raw() local
1230 char *drop_target; in caja_icon_container_receive_dropped_icons() local
1236 drop_target = NULL; in caja_icon_container_receive_dropped_icons()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-tree-view-drag-dest.c531 char *drop_target; in get_drop_action() local
582 g_free (drop_target); in get_drop_action()
732 return drop_target; in get_drop_target_uri_at_pos()
742 char *drop_target; in receive_uris() local
775 g_free (drop_target); in receive_uris()
814 char *drop_target; in receive_dropped_uri_list() local
830 g_free (drop_target); in receive_dropped_uri_list()
839 char *drop_target; in receive_dropped_text() local
857 g_free (drop_target); in receive_dropped_text()
868 char *drop_target; in receive_dropped_raw() local
[all …]
H A Dnautilus-canvas-dnd.c480 if (drop_target && eel_uri_is_trash (drop_target)) in set_direct_save_uri()
506 g_free (drop_target); in set_direct_save_uri()
691 char *drop_target; in receive_dropped_netscape_url() local
705 g_free (drop_target); in receive_dropped_netscape_url()
716 char *drop_target; in receive_dropped_uri_list() local
730 g_free (drop_target); in receive_dropped_uri_list()
741 char *drop_target; in receive_dropped_text() local
768 char *drop_target; in receive_dropped_raw() local
1023 char *drop_target; in nautilus_canvas_container_receive_dropped_icons() local
1029 drop_target = NULL; in nautilus_canvas_container_receive_dropped_icons()
[all …]
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_widget_file.ts72 drop_target: {
281 if(this.options.drop_target)
284 …let drop_target = widget && widget.getDOMNode() || document.getElementById(this.options.drop_targe…
285 if(drop_target)
287 this.resumable.unAssignDrop(drop_target);
291 this.options.drop_target = new_target;
293 if(!this.options.drop_target) return;
296 let widget = this.getRoot().getWidgetById(this.options.drop_target);
297 …let drop_target = widget && widget.getDOMNode() || document.getElementById(this.options.drop_targe…
298 if(drop_target)
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/
H A Dgui_drag_area.h34 bool drop_target;
41 drop_target = true; in GUI_DragArea()
45 return drop_target; in is_drop_target()

1234