some small fixes to make it work a bit again under MSW:
1. bg bitmap reenabled 2. wxCaret positioning reenabled git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
inline int SetCursorVisibility(int visibility = -1)
|
||||
{ int v =m_CursorVisibility;
|
||||
m_CursorVisibility = visibility; return v;}
|
||||
|
||||
|
||||
/// Pastes text from clipboard.
|
||||
void Paste(void);
|
||||
/** Copies selection to clipboard.
|
||||
@@ -102,14 +102,14 @@ public:
|
||||
|
||||
bool Find(const wxString &needle,
|
||||
wxPoint * fromWhere = NULL);
|
||||
|
||||
|
||||
void EnablePopup(bool enable = true) { m_DoPopupMenu = enable; }
|
||||
|
||||
/** Sets the wrap margin.
|
||||
@param margin set this to 0 to disable it
|
||||
*/
|
||||
void SetWrapMargin(CoordType margin) { m_WrapMargin = margin; }
|
||||
|
||||
|
||||
/** Redraws the window.
|
||||
Internally, this stores the parameter and calls a refresh on
|
||||
wxMSW, draws directly on wxGTK.
|
||||
@@ -172,7 +172,8 @@ public:
|
||||
m_StatusBar = bar; m_StatusFieldLabel = labelfield;
|
||||
m_StatusFieldCursor = cursorfield;
|
||||
}
|
||||
protected:
|
||||
|
||||
protected:
|
||||
/// generic function for mouse events processing
|
||||
void OnMouse(int eventId, wxMouseEvent& event);
|
||||
/// as the name says
|
||||
|
Reference in New Issue
Block a user