git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3837
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
13 files changed:
/////////////////////////////////////////////////////////////////////////////
// Name: dc.h
// Purpose: wxDC class
/////////////////////////////////////////////////////////////////////////////
// Name: dc.h
// Purpose: wxDC class
+// Author: David Webster
-// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Copyright: (c) David Webster
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DC_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DC_H_
/////////////////////////////////////////////////////////////////////////////
// Name: dcclient.h
// Purpose: wxClientDC class
/////////////////////////////////////////////////////////////////////////////
// Name: dcclient.h
// Purpose: wxClientDC class
+// Author: David Webster
-// Copyright: (c) Julian Smart and Markus Holzem
+// Copyright: (c) David Webster
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma interface "dcclient.h"
-#endif
-
#include "wx/dc.h"
#include "wx/dynarray.h"
#include "wx/dc.h"
#include "wx/dynarray.h"
/////////////////////////////////////////////////////////////////////////////
// Name: dcmemory.h
// Purpose: wxMemoryDC class
/////////////////////////////////////////////////////////////////////////////
// Name: dcmemory.h
// Purpose: wxMemoryDC class
+// Author: David Webster
-// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Copyright: (c) David Webster
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCMEMORY_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCMEMORY_H_
/////////////////////////////////////////////////////////////////////////////
// Name: dcprint.h
// Purpose: wxPrinterDC class
/////////////////////////////////////////////////////////////////////////////
// Name: dcprint.h
// Purpose: wxPrinterDC class
+// Author: David Webster
-// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Copyright: (c) David Webster
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCPRINT_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCPRINT_H_
/////////////////////////////////////////////////////////////////////////////
// Name: filedlg.h
// Purpose: wxFileDialog class
/////////////////////////////////////////////////////////////////////////////
// Name: filedlg.h
// Purpose: wxFileDialog class
+// Author: David Webster
-// Copyright: (c) AUTHOR
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
class WXDLLEXPORT wxFileDialog: public wxDialog
{
DECLARE_DYNAMIC_CLASS(wxFileDialog)
class WXDLLEXPORT wxFileDialog: public wxDialog
{
DECLARE_DYNAMIC_CLASS(wxFileDialog)
-protected:
- wxString m_message;
- long m_dialogStyle;
- wxWindow * m_parent;
- wxString m_dir;
- wxString m_path; // Full path
- wxString m_fileName;
- wxString m_wildCard;
- int m_filterIndex;
public:
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
const wxString& defaultDir = "", const wxString& defaultFile = "", const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
public:
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
const wxString& defaultDir = "", const wxString& defaultFile = "", const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
inline int GetFilterIndex() const { return m_filterIndex ; }
int ShowModal();
inline int GetFilterIndex() const { return m_filterIndex ; }
int ShowModal();
+
+protected:
+ wxString m_message;
+ long m_dialogStyle;
+ wxWindow * m_parent;
+ wxString m_dir;
+ wxString m_path; // Full path
+ wxString m_fileName;
+ wxString m_wildCard;
+ int m_filterIndex;
#define wxFILE_MUST_EXIST 0x0010
// File selector - backward compatibility
#define wxFILE_MUST_EXIST 0x0010
// File selector - backward compatibility
-WXDLLEXPORT wxString wxFileSelector(const char *message = wxFileSelectorPromptStr, const char *default_path = NULL,
- const char *default_filename = NULL, const char *default_extension = NULL,
- const char *wildcard = wxFileSelectorDefaultWildcardStr, int flags = 0,
- wxWindow *parent = NULL, int x = -1, int y = -1);
+WXDLLEXPORT wxString wxFileSelector( const char *message = wxFileSelectorPromptStr
+ ,const char *default_path = NULL
+ ,const char *default_filename = NULL
+ ,const char *default_extension = NULL
+ ,const char *wildcard = wxFileSelectorDefaultWildcardStr
+ ,int flags = 0
+ ,wxWindow *parent = NULL
+ ,int x = -1
+ ,int y = -1
+ );
// An extended version of wxFileSelector
// An extended version of wxFileSelector
-WXDLLEXPORT wxString wxFileSelectorEx(const char *message = wxFileSelectorPromptStr, const char *default_path = NULL,
- const char *default_filename = NULL, int *indexDefaultExtension = NULL,
- const char *wildcard = wxFileSelectorDefaultWildcardStr, int flags = 0,
- wxWindow *parent = NULL, int x = -1, int y = -1);
+WXDLLEXPORT wxString wxFileSelectorEx( const char *message = wxFileSelectorPromptStr
+ ,const char *default_path = NULL
+ ,const char *default_filename = NULL
+ ,int *indexDefaultExtension = NULL
+ ,const char *wildcard = wxFileSelectorDefaultWildcardStr
+ ,int flags = 0
+ ,wxWindow *parent = NULL
+ ,int x = -1
+ ,int y = -1
+ );
// Generic file load dialog
// Generic file load dialog
-WXDLLEXPORT wxString wxLoadFileSelector(const char *what, const char *extension, const char *default_name = NULL, wxWindow *parent = NULL);
+WXDLLEXPORT wxString wxLoadFileSelector( const char *what
+ ,const char *extension
+ ,const char *default_name = NULL
+ ,wxWindow *parent = NULL
+ );
// Generic file save dialog
// Generic file save dialog
-WXDLLEXPORT wxString wxSaveFileSelector(const char *what, const char *extension, const char *default_name = NULL, wxWindow *parent = NULL);
+WXDLLEXPORT wxString wxSaveFileSelector( const char *what
+ ,const char *extension
+ ,const char *default_name = NULL
+ ,wxWindow *parent = NULL
+ );
/////////////////////////////////////////////////////////////////////////////
// Name: setup.h
// Purpose: Configuration for the library
/////////////////////////////////////////////////////////////////////////////
// Name: setup.h
// Purpose: Configuration for the library
+// Author: David Webster
-// Copyright: (c) Julian Smart
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#if defined(__WXMSW__) || defined(__WXPM__)
#define PROCESS_EVENTS() wxYield()
#elif defined(__WXGTK__)
#include <gtk/gtk.h>
#define PROCESS_EVENTS() gtk_main_iteration()
#define PROCESS_EVENTS() wxYield()
#elif defined(__WXGTK__)
#include <gtk/gtk.h>
#define PROCESS_EVENTS() gtk_main_iteration()
// --------------------------------------------------------------
// --------------------------------------------------------------
- // Wait for buffer completion.
+ // Wait for buffer completion.
while (m_defer_buffer != NULL)
PROCESS_EVENTS();
while (m_defer_buffer != NULL)
PROCESS_EVENTS();
// If the socket is not connected, or we have got the whole
// needed buffer, return immedately
// If the socket is not connected, or we have got the whole
// needed buffer, return immedately
- if (!m_connected || !m_socket || !nbytes)
+ if (!m_connected || !m_socket || !nbytes)
return total;
// Possible combinations (they are checked in this order)
// NOWAIT
// SPEED | WAITALL
return total;
// Possible combinations (they are checked in this order)
// NOWAIT
// SPEED | WAITALL
- // Wait for buffer completion.
+ // Wait for buffer completion.
while (m_defer_buffer != NULL)
PROCESS_EVENTS();
while (m_defer_buffer != NULL)
PROCESS_EVENTS();
// Possible combinations (they are checked in this order)
// NOWAIT
// SPEED | WAITALL
// Possible combinations (they are checked in this order)
// NOWAIT
// SPEED | WAITALL
// TODO: TriggerRead
return *this;
// TODO: TriggerRead
return *this;
// --------------------------------------------------------------
// wxSocketBase callback management
// --------------------------------------------------------------
// --------------------------------------------------------------
// wxSocketBase callback management
// --------------------------------------------------------------
-# Author: Ulrich Leodolter
-# Created: Wed May 17 08:36:42 1995
+# Author: David Webster
+# Created: Wed Apr 17 08:36:42 1999
# Updated:
#
# VisualAge C++ V3.0 makefile include file
# Updated:
#
# VisualAge C++ V3.0 makefile include file
OS2LIBS=CPPOM30.lib CPPOOC3.LIB OS2386.LIB
# Change this to your WXWIN directory
OS2LIBS=CPPOM30.lib CPPOOC3.LIB OS2386.LIB
# Change this to your WXWIN directory
-WXDIR=j:\dev\Wx2\wxwindows
+WXDIR=h:\dev\Wx2\wxwindows
WXSRC=$(WXDIR)\src\os2
WXINC=$(WXDIR)\include
WXSRC=$(WXDIR)\src\os2
WXINC=$(WXDIR)\include
/////////////////////////////////////////////////////////////////////////////
// Name: bitmap.cpp
// Purpose: wxBitmap
/////////////////////////////////////////////////////////////////////////////
// Name: bitmap.cpp
// Purpose: wxBitmap
+// Author: David Webster
-// Copyright: (c) AUTHOR
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Name: dcclient.cpp
// Purpose: wxClientDC class
/////////////////////////////////////////////////////////////////////////////
// Name: dcclient.cpp
// Purpose: wxClientDC class
+// Author: David Webster
-// Copyright: (c) Julian Smart and Markus Holzem
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Name: filedlg.cpp
// Purpose: wxFileDialog
/////////////////////////////////////////////////////////////////////////////
// Name: filedlg.cpp
// Purpose: wxFileDialog
+// Author: David Webster
-// Copyright: (c) AUTHOR
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "filedlg.h"
-#endif
-
#include "wx/defs.h"
#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/defs.h"
#include "wx/utils.h"
#include "wx/dialog.h"
IMPLEMENT_CLASS(wxFileDialog, wxDialog)
#endif
IMPLEMENT_CLASS(wxFileDialog, wxDialog)
#endif
-wxString wxFileSelector(const char *title,
- const char *defaultDir, const char *defaultFileName,
- const char *defaultExtension, const char *filter, int flags,
- wxWindow *parent, int x, int y)
+wxString wxFileSelector( const char* title
+ ,const char* defaultDir
+ ,const char* defaultFileName
+ ,const char* defaultExtension
+ ,const char* filter
+ ,int flags
+ ,wxWindow* parent
+ ,int x
+ ,int y
+ )
{
// If there's a default extension specified but no filter, we create a suitable
// filter.
{
// If there's a default extension specified but no filter, we create a suitable
// filter.
-wxString wxFileSelectorEx(const char *title,
- const char *defaultDir,
- const char *defaultFileName,
- int* defaultFilterIndex,
- const char *filter,
- int flags,
- wxWindow* parent,
- int x,
- int y)
-
+wxString wxFileSelectorEx( const char* title
+ ,const char* defaultDir
+ ,const char* defaultFileName
+ ,int* defaultFilterIndex
+ ,const char* filter
+ ,int flags
+ ,wxWindow* parent
+ ,int x
+ ,int y
+ )
{
wxFileDialog fileDialog(parent, title ? title : "", defaultDir ? defaultDir : "",
defaultFileName ? defaultFileName : "", filter ? filter : "", flags, wxPoint(x, y));
{
wxFileDialog fileDialog(parent, title ? title : "", defaultDir ? defaultDir : "",
defaultFileName ? defaultFileName : "", filter ? filter : "", flags, wxPoint(x, y));
-wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
- const wxString& defaultDir, const wxString& defaultFileName, const wxString& wildCard,
- long style, const wxPoint& pos)
+wxFileDialog::wxFileDialog( wxWindow* parent
+ ,const wxString& message
+ ,const wxString& defaultDir
+ ,const wxString& defaultFileName
+ ,const wxString& wildCard
+ ,long style
+ ,const wxPoint& pos
+ )
{
m_message = message;
m_dialogStyle = style;
{
m_message = message;
m_dialogStyle = style;
}
// Generic file load/save dialog
}
// Generic file load/save dialog
-static wxString wxDefaultFileSelector(bool load, const char *what, const char *extension, const char *default_name, wxWindow *parent)
+static wxString wxDefaultFileSelector( bool load
+ ,const char* what
+ ,const char* extension
+ ,const char* default_name
+ ,wxWindow* parent
+ )
{
char *ext = (char *)extension;
{
char *ext = (char *)extension;
char prompt[50];
wxString str;
if (load)
char prompt[50];
wxString str;
if (load)
}
// Generic file load dialog
}
// Generic file load dialog
-wxString wxLoadFileSelector(const char *what, const char *extension, const char *default_name, wxWindow *parent)
+wxString wxLoadFileSelector( const char* what
+ ,const char* extension
+ ,const char* default_name
+ ,wxWindow* parent
+ )
{
return wxDefaultFileSelector(TRUE, what, extension, default_name, parent);
}
// Generic file save dialog
{
return wxDefaultFileSelector(TRUE, what, extension, default_name, parent);
}
// Generic file save dialog
-wxString wxSaveFileSelector(const char *what, const char *extension, const char *default_name, wxWindow *parent)
+wxString wxSaveFileSelector( const char* what
+ ,const char* extension
+ ,const char* default_name
+ ,wxWindow* parent
+ )
{
return wxDefaultFileSelector(FALSE, what, extension, default_name, parent);
}
{
return wxDefaultFileSelector(FALSE, what, extension, default_name, parent);
}
/////////////////////////////////////////////////////////////////////////////
// Name: frame.cpp
// Purpose: wxFrame
/////////////////////////////////////////////////////////////////////////////
// Name: frame.cpp
// Purpose: wxFrame
+// Author: David Webster
-// Copyright: (c) AUTHOR
+// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
..\os2\$D\dcscreen.obj \
..\os2\$D\dialog.obj \
..\os2\$D\dirdlg.obj \
..\os2\$D\dcscreen.obj \
..\os2\$D\dialog.obj \
..\os2\$D\dirdlg.obj \
+ ..\os2\$D\dnd.obj \
+ ..\os2\$D\filedlg.obj \
..\os2\$D\frame.obj \
..\os2\$D\window.obj
..\os2\$D\frame.obj \
..\os2\$D\window.obj
dcscreen.obj \
dialog.obj \
dirdlg.obj \
dcscreen.obj \
dialog.obj \
dirdlg.obj \
+ dnd.obj \
+ filedlg.obj \
..\html\$D\htmltag.obj \
..\html\$D\htmlwin.obj \
..\html\$D\htmlwinparser.obj \
..\html\$D\htmltag.obj \
..\html\$D\htmlwin.obj \
..\html\$D\htmlwinparser.obj \
- ..\html\$D\mod_fonts.obj \
+s ..\html\$D\mod_fonts.obj \
..\html\$D\mod_hline.obj \
..\html\$D\mod_image.obj \
..\html\$D\mod_layout.obj \
..\html\$D\mod_hline.obj \
..\html\$D\mod_image.obj \
..\html\$D\mod_layout.obj \
copy ..\os2\$D\dcscreen.obj
copy ..\os2\$D\dialog.obj
copy ..\os2\$D\dirdlg.obj
copy ..\os2\$D\dcscreen.obj
copy ..\os2\$D\dialog.obj
copy ..\os2\$D\dirdlg.obj
+ copy ..\os2\$D\dnd.obj
+ copy ..\os2\$D\filedlg.obj
copy ..\os2\$D\frame.obj
copy ..\os2\$D\window.obj
copy ..\os2\$D\frame.obj
copy ..\os2\$D\window.obj