Nuke #pragma implementation/interface's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-09-23 12:56:45 +00:00
parent 919de94c4f
commit 8907154c1a
2125 changed files with 13 additions and 8782 deletions

View File

@@ -12,10 +12,6 @@
#ifndef _WX_APP_H_
#define _WX_APP_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "app.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------

View File

@@ -12,10 +12,6 @@
#ifndef _WX_BITMAP_H_
#define _WX_BITMAP_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "bitmap.h"
#endif
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_BRUSH_H_
#define _WX_BRUSH_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "brush.h"
#endif
#include "wx/gdiobj.h"
//-----------------------------------------------------------------------------

View File

@@ -11,10 +11,6 @@
#ifndef __X11CLIPBOARDH__
#define __X11CLIPBOARDH__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
#if wxUSE_CLIPBOARD
#include "wx/object.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_COLOUR_H_
#define _WX_COLOUR_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "colour.h"
#endif
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_CURSOR_H_
#define _WX_CURSOR_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "cursor.h"
#endif
#include "wx/bitmap.h"
#if wxUSE_IMAGE

View File

@@ -10,10 +10,6 @@
#ifndef _WX_X11_DATAOBJ_H_
#define _WX_X11_DATAOBJ_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dataobj.h"
#endif
// ----------------------------------------------------------------------------
// wxDataObject is the same as wxDataObjectBase under wxMotif
// ----------------------------------------------------------------------------

View File

@@ -11,10 +11,6 @@
#ifndef _WX_X11_DATAOBJ2_H_
#define _WX_X11_DATAOBJ2_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dataobj.h"
#endif
// ----------------------------------------------------------------------------
// wxBitmapDataObject is a specialization of wxDataObject for bitmaps
// ----------------------------------------------------------------------------

View File

@@ -12,10 +12,6 @@
#ifndef _WX_DC_H_
#define _WX_DC_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dc.h"
#endif
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/icon.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_DCCLIENT_H_
#define _WX_DCCLIENT_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcclient.h"
#endif
#include "wx/dc.h"
#include "wx/region.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_DCMEMORY_H_
#define _WX_DCMEMORY_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcmemory.h"
#endif
#include "wx/dcclient.h"
class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC

View File

@@ -12,10 +12,6 @@
#ifndef _WX_DCPRINT_H_
#define _WX_DCPRINT_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcprint.h"
#endif
#include "wx/dc.h"
class WXDLLEXPORT wxPrinterDC: public wxDC

View File

@@ -12,10 +12,6 @@
#ifndef _WX_DCSCREEN_H_
#define _WX_DCSCREEN_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcscreen.h"
#endif
#include "wx/dcclient.h"
//-----------------------------------------------------------------------------

View File

@@ -7,14 +7,9 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DND_H_
#define _WX_DND_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
#include "wx/defs.h"
#if wxUSE_DRAG_AND_DROP

View File

@@ -12,10 +12,6 @@
#ifndef _WX_FONT_H_
#define _WX_FONT_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "font.h"
#endif
class wxXFont;
// Font

View File

@@ -14,10 +14,6 @@
#include "wx/object.h"
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "gdiobj.h"
#endif
class WXDLLEXPORT wxGDIRefData: public wxObjectRefData {
public:
inline wxGDIRefData()

View File

@@ -13,10 +13,6 @@
#ifndef _WX_GLCANVAS_H_
#define _WX_GLCANVAS_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "glcanvas.h"
#endif
#include "wx/setup.h"
#if wxUSE_GLCANVAS

View File

@@ -12,10 +12,6 @@
#ifndef _WX_ICON_H_
#define _WX_ICON_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "icon.h"
#endif
#include "wx/bitmap.h"
//-----------------------------------------------------------------------------

View File

@@ -12,10 +12,6 @@
#ifndef _WX_JOYSTICK_H_
#define _WX_JOYSTICK_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "joystick.h"
#endif
#include "wx/event.h"
class WXDLLEXPORT wxJoystick: public wxObject

View File

@@ -14,10 +14,6 @@
#ifndef _WX_MINIFRAM_H_
#define _WX_MINIFRAM_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "minifram.h"
#endif
#include "wx/frame.h"
class WXDLLEXPORT wxMiniFrame: public wxFrame {

View File

@@ -1,3 +1,4 @@
/*
* Xlib compatibility
*/

View File

@@ -5,10 +5,6 @@
#ifndef _DUMMY_XLIBH_
#define _DUMMY_XLIBH_
#ifdef __GNUG__
#pragma interface "Xlib.h"
#endif
/* Move away the typedef in XtoNX.h */
#define XFontStruct XFontStruct1
#include <XtoNX.h>

View File

@@ -12,10 +12,6 @@
#ifndef _WX_PALETTE_H_
#define _WX_PALETTE_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "palette.h"
#endif
#include "wx/gdiobj.h"
#include "wx/list.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_PEN_H_
#define _WX_PEN_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "pen.h"
#endif
#include "wx/gdicmn.h"
#include "wx/gdiobj.h"

View File

@@ -11,10 +11,6 @@
#ifndef __GTKPOPUPWINH__
#define __GTKPOPUPWINH__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "popupwin.h"
#endif
#include "wx/defs.h"
#include "wx/panel.h"
#include "wx/icon.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_PRINT_H_
#define _WX_PRINT_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "print.h"
#endif
#include "wx/prntbase.h"
/*

View File

@@ -12,10 +12,6 @@
#ifndef _WX_REGION_H_
#define _WX_REGION_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "region.h"
#endif
#include "wx/list.h"
#include "wx/gdiobj.h"
#include "wx/gdicmn.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_REPARENT_H_
#define _WX_REPARENT_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "reparent.h"
#endif
#include "wx/window.h"
/*

View File

@@ -19,10 +19,6 @@
#include "wx/univ/textctrl.h"
#else
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "textctrl.h"
#endif
#include "wx/scrolwin.h"
#include "wx/arrstr.h"
#include "wx/datetime.h"

View File

@@ -12,10 +12,6 @@
#ifndef _WX_X11_TOPLEVEL_H_
#define _WX_X11_TOPLEVEL_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "toplevel.h"
#endif
// ----------------------------------------------------------------------------
// wxTopLevelWindowX11
// ----------------------------------------------------------------------------

View File

@@ -12,10 +12,6 @@
#ifndef _WX_WINDOW_H_
#define _WX_WINDOW_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "window.h"
#endif
#include "wx/region.h"
// ----------------------------------------------------------------------------