compile for motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2162,7 +2162,7 @@ bool wxStyledTextCtrl::LoadFile(const wxString& filename)
|
|||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wx_USE_DRAG_DROP
|
||||||
wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def) {
|
wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def) {
|
||||||
return m_swx->DoDragOver(x, y, def);
|
return m_swx->DoDragOver(x, y, def);
|
||||||
}
|
}
|
||||||
@@ -2171,6 +2171,7 @@ wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def
|
|||||||
bool wxStyledTextCtrl::DoDropText(long x, long y, const wxString& data) {
|
bool wxStyledTextCtrl::DoDropText(long x, long y, const wxString& data) {
|
||||||
return m_swx->DoDropText(x, y, data);
|
return m_swx->DoDropText(x, y, data);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
@@ -367,7 +367,7 @@ bool wxStyledTextCtrl::LoadFile(const wxString& filename)
|
|||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wx_USE_DRAG_DROP
|
||||||
wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def) {
|
wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def) {
|
||||||
return m_swx->DoDragOver(x, y, def);
|
return m_swx->DoDragOver(x, y, def);
|
||||||
}
|
}
|
||||||
@@ -376,7 +376,7 @@ wxDragResult wxStyledTextCtrl::DoDragOver(wxCoord x, wxCoord y, wxDragResult def
|
|||||||
bool wxStyledTextCtrl::DoDropText(long x, long y, const wxString& data) {
|
bool wxStyledTextCtrl::DoDropText(long x, long y, const wxString& data) {
|
||||||
return m_swx->DoDropText(x, y, data);
|
return m_swx->DoDropText(x, y, data);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
// Event handlers
|
// Event handlers
|
||||||
|
Reference in New Issue
Block a user