More OS/2 stubs and caret fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-09-17 21:46:51 +00:00
parent 0616b8382d
commit a419c3b116
4 changed files with 5 additions and 6 deletions

View File

@@ -182,8 +182,6 @@ private:
#if defined(__WXMSW__) #if defined(__WXMSW__)
#include "wx/msw/caret.h" #include "wx/msw/caret.h"
#elif defined(__WXPM__)
#include "wx/os2/caret.h"
#else #else
#include "wx/generic/caret.h" #include "wx/generic/caret.h"
#endif // platform #endif // platform

View File

@@ -3,7 +3,7 @@
// Purpose: wxCheckListBox class - a listbox with checkable items // Purpose: wxCheckListBox class - a listbox with checkable items
// Note: this is an optional class. // Note: this is an optional class.
// Author: AUTHOR // Author: AUTHOR
// Modified by: // Modified by:
// Created: ??/??/98 // Created: ??/??/98
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) AUTHOR // Copyright: (c) AUTHOR
@@ -30,7 +30,7 @@ public:
wxCheckListBox(wxWindow *parent, wxWindowID id, wxCheckListBox(wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
int nStrings = 0, int nStrings = 0,
const wxString choices[] = NULL, const wxString choices[] = NULL,
long style = 0, long style = 0,
const wxValidator& validator = wxDefaultValidator, const wxValidator& validator = wxDefaultValidator,
@@ -44,4 +44,4 @@ public:
}; };
#endif #endif
// _WX_CHECKLST_H_ // _WX_CHECKLST_H_

View File

@@ -87,7 +87,7 @@ class WXDLLEXPORT wxClipboard : public wxObject
char *GetClipboardData(char *format, long *length, long time); char *GetClipboardData(char *format, long *length, long time);
/* Get the clipboard client directly. Will be NULL if clipboard data /* Get the clipboard client directly. Will be NULL if clipboard data
is a string, or if some other application owns the clipboard. is a string, or if some other application owns the clipboard.
This can be useful for shortcutting data translation, if the This can be useful for shortcutting data translation, if the
clipboard user can check for a specific client. (This is used clipboard user can check for a specific client. (This is used
by the wxMediaEdit class.) */ by the wxMediaEdit class.) */

View File

@@ -20,6 +20,7 @@
#endif #endif
#include "wx/setup.h" #include "wx/setup.h"
#include "wx/dc.h"
/* /*
* Metafile and metafile device context classes - work in Windows 3.1 only * Metafile and metafile device context classes - work in Windows 3.1 only