// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_COCOA_TOOLTIP_H_
+#define _WX_COCOA_TOOLTIP_H_
+
#include "wx/object.h"
class wxWindow;
wxWindow *m_window; // window we're associated with
DECLARE_ABSTRACT_CLASS(wxToolTip)
-};
\ No newline at end of file
+};
+
+#endif // _WX_COCOA_TOOLTIP_H_
#ifndef _WX_DIR_H_
#define _WX_DIR_H_
-#ifndef WX_PRECOMP
- #include "wx/string.h"
-#endif
+#include "wx/string.h"
class WXDLLIMPEXP_BASE wxArrayString;
#if wxUSE_FFILE
-#ifndef WX_PRECOMP
- #include "wx/string.h"
- #include "wx/filefn.h"
-#endif
+#include "wx/string.h"
+#include "wx/filefn.h"
#include <stdio.h>
#ifndef _WX_FILENAME_H_
#define _WX_FILENAME_H_
-#ifndef WX_PRECOMP
- #include "wx/string.h"
- #include "wx/arrstr.h"
-#endif
-
/*
TODO:
3. SameFileAs() function to compare inodes under Unix
*/
+#include "wx/arrstr.h"
#include "wx/filefn.h"
#include "wx/datetime.h"
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_GENERIC_FDREPDLG_H_
+#define _WX_GENERIC_FDREPDLG_H_
+
class WXDLLEXPORT wxCheckBox;
class WXDLLEXPORT wxRadioBox;
class WXDLLEXPORT wxTextCtrl;
DECLARE_EVENT_TABLE()
};
+#endif // _WX_GENERIC_FDREPDLG_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/defs.h"
-
#ifndef __WXGRID_H__
#define __WXGRID_H__
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef __WXGRIDSEL_H__
+#define __WXGRIDSEL_H__
+
#include "wx/defs.h"
#if wxUSE_GRID
-#ifndef __WXGRIDSEL_H__
-#define __WXGRIDSEL_H__
-
#include "wx/grid.h"
class WXDLLIMPEXP_ADV wxGridSelection{
DECLARE_NO_COPY_CLASS(wxGridSelection)
};
-#endif // #ifdef __WXGRIDSEL_H__
#endif // #ifndef wxUSE_GRID
+#endif // #ifdef __WXGRIDSEL_H__
#ifndef _WX_SPLASH_H_
#define _WX_SPLASH_H_
-#ifndef WX_PRECOMP
#include "wx/bitmap.h"
#include "wx/timer.h"
-#endif
-
#include "wx/frame.h"
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_GENERIC_WIZARD_H_
+#define _WX_GENERIC_WIZARD_H_
+
// ----------------------------------------------------------------------------
// wxWizard
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxWizard)
};
+#endif // _WX_GENERIC_WIZARD_H_
// Include wxWindows' headers
-#ifndef WX_PRECOMP
- #include <wx/wx.h>
-#endif
+#include "wx/defs.h"
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
-#include "wx/prntbase.h"
#include "wx/printdlg.h"
+#include "wx/dc.h"
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
// Include wxWindows' headers
-#ifndef WX_PRECOMP
- #include <wx/wx.h>
-#endif
+#include "wx/defs.h"
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
-#include "wx/prntbase.h"
#include "wx/printdlg.h"
+#include "wx/dc.h"
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_IPC_H_
+#define _WX_IPC_H_
+
// Set wxUSE_DDE_FOR_IPC to 1 to use DDE for IPC under Windows. If it is set to
// 0, or if the platform is not Windows, use TCP/IP for IPC implementation
#include "wx/sckipc.h"
#endif // wxUSE_DDE_FOR_IPC/!wxUSE_DDE_FOR_IPC
+#endif // _WX_IPC_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MAC_TOOLTIP_H_
+#define _WX_MAC_TOOLTIP_H_
class wxToolTip : public wxObject
{
DECLARE_ABSTRACT_CLASS(wxToolTip)
};
+#endif // _WX_MAC_TOOLTIP_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MSW_FDREPDLG_H_
+#define _WX_MSW_FDREPDLG_H_
+
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
-
+#endif // _WX_MSW_FDREPDLG_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MSW_TOOLTIP_H_
+#define _WX_MSW_TOOLTIP_H_
+
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
DECLARE_NO_COPY_CLASS(wxToolTip)
};
+#endif // _WX_MSW_TOOLTIP_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_OS2_TOOLTIP_H_
+#define _WX_OS2_TOOLTIP_H_
+
class wxToolTip : public wxObject
{
public:
wxString m_sText; // tooltip text
wxWindow* m_pWindow; // window we're associated with
}; // end of CLASS wxToolTip
+
+#endif // _WX_OS2_TOOLTIP_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_PALMOS_FDREPDLG_H_
+#define _WX_PALMOS_FDREPDLG_H_
+
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
-
+#endif // _WX_PALMOS_FDREPDLG_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_PALMOS_TOOLTIP_H_
+#define _WX_PALMOS_TOOLTIP_H_
+
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
DECLARE_NO_COPY_CLASS(wxToolTip)
};
+#endif // _WX_PALMOS_TOOLTIP_H_
// Licence:
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_QUANTIZE_H_
+#define _WX_QUANTIZE_H_
+
/*
* From jquant2.c
*
* For conditions of distribution and use, see the accompanying README file.
*/
-#ifndef _WX_QUANTIZE_H_
-#define _WX_QUANTIZE_H_
-
class WXDLLEXPORT wxImage;
/*
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_GAUGE_H_
+#define _WX_UNIV_GAUGE_H_
+
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
// ----------------------------------------------------------------------------
DECLARE_DYNAMIC_CLASS(wxGauge)
};
+
+#endif // _WX_UNIV_GAUGE_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_RENDERER_H_
+#define _WX_UNIV_RENDERER_H_
+
/*
wxRenderer class is used to draw all wxWidgets controls. This is an ABC and
the look of the application is determined by the concrete derivation of
implementation of the latter or reimplement itself).
*/
-#ifndef _WX_UNIV_RENDERER_H_
-#define _WX_UNIV_RENDERER_H_
-
#include "wx/renderer.h"
class WXDLLEXPORT wxDC;
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_SCRTIMER_H
+#define _WX_UNIV_SCRTIMER_H
+
// NB: this class is implemented in scrolbar.cpp
#include "wx/timer.h"
bool m_skipNext;
};
+#endif // _WX_UNIV_SCRTIMER_H
// headers and other simple declarations
// ----------------------------------------------------------------------------
-#ifndef WX_PRECOMP
- #include "wx/dialog.h" // the base class
- #include "wx/panel.h" // ditto
-
- #include "wx/event.h" // wxEVT_XXX constants
-#endif // WX_PRECOMP
-
+#include "wx/dialog.h" // the base class
+#include "wx/panel.h" // ditto
+#include "wx/event.h" // wxEVT_XXX constants
#include "wx/bitmap.h"
// Extended style to specify a help button
#include "wx/math.h"
#include "wx/fontutil.h"
-#include "wx/printdlg.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
-#include "wx/generic/prntdlgg.h"
#include "wx/dynlib.h"
+#include "wx/dcmemory.h"
+#include "wx/log.h"
+#include "wx/icon.h"
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>
#include "wx/math.h"
#include "wx/fontutil.h"
-#include "wx/printdlg.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
-#include "wx/generic/prntdlgg.h"
#include "wx/dynlib.h"
+#include "wx/dcmemory.h"
+#include "wx/log.h"
+#include "wx/icon.h"
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>