Searched refs:GetMatchingPair (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddnd.h41 GdkAtom GetMatchingPair();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddnd.h60 GdkAtom GetMatchingPair();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddnd.cpp357 GdkAtom format = drop_target->GetMatchingPair();
471 // GetMatchingPair() checks for m_dataObject too, no need to do it here
473 // disable the debug message from GetMatchingPair() - there are too many
479 return (GetMatchingPair() != (GdkAtom) 0) ? def : wxDragNone;
487 return (GetMatchingPair() != (GdkAtom) 0);
496 if (GetMatchingPair() == (GdkAtom) 0)
502 GdkAtom wxDropTarget::GetMatchingPair() function in class:wxDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddnd.cpp365 GdkAtom format = drop_target->GetMatchingPair();
473 // GetMatchingPair() checks for m_dataObject too, no need to do it here
475 // disable the debug message from GetMatchingPair() - there are too many
481 return (GetMatchingPair() != (GdkAtom) 0) ? def : wxDragNone;
489 return (GetMatchingPair() != (GdkAtom) 0);
498 if (GetMatchingPair() == (GdkAtom) 0)
504 GdkAtom wxDropTarget::GetMatchingPair() function in class:wxDropTarget

Completed in 67 milliseconds