Searched refs:ConvertFromGTK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddnd.cpp143 static wxDragResult ConvertFromGTK(long action) function
227 result = ConvertFromGTK(context->suggested_action);
427 wxDragResult result = ConvertFromGTK(context->action);
736 source->GiveFeedback( ConvertFromGTK(source->m_dragContext->action) );
921 m_retValue = ConvertFromGTK(context->action);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddnd.cpp155 static wxDragResult ConvertFromGTK(long action) function
239 result = ConvertFromGTK(context->suggested_action);
433 wxDragResult result = ConvertFromGTK(context->action);
734 source->GiveFeedback( ConvertFromGTK(source->m_dragContext->action) );
909 m_retValue = ConvertFromGTK(context->action);

Completed in 165 milliseconds