reverted Julians changes to the pragmas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-04 18:07:15 +00:00
parent 196cc38b26
commit a3870b2ff5
45 changed files with 48 additions and 48 deletions

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_BMPBUTTN_H_
#ifdef __GNUG__
#pragma interface "bmpbuttn.h"
#pragma interface "univbmpbuttn.h"
#endif
class WXDLLEXPORT wxBitmapButton : public wxBitmapButtonBase

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_BUTTON_H_
#ifdef __GNUG__
#pragma interface "button.h"
#pragma interface "univbutton.h"
#endif
class WXDLLEXPORT wxInputHandler;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_CHECKBOX_H_
#ifdef __GNUG__
#pragma interface "checkbox.h"
#pragma interface "univcheckbox.h"
#endif
#include "wx/button.h" // for wxStdButtonInputHandler

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_CHECKLST_H_
#ifdef __GNUG__
#pragma interface "checklst.h"
#pragma interface "univchecklst.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -37,7 +37,7 @@
#define _WX_UNIV_COMBOBOX_H_
#ifdef __GNUG__
#pragma implementation "combobox.h"
#pragma implementation "univcombobox.h"
#endif
class WXDLLEXPORT wxComboControl;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_FRAME_H_
#ifdef __GNUG__
#pragma interface "frame.h"
#pragma interface "univframe.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "gauge.h"
#pragma implementation "gaugeuniv.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -5,7 +5,7 @@
// Modified by:
// Created: 30.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@@ -13,7 +13,7 @@
#define _WX_UNIV_LISTBOX_H_
#ifdef __GNUG__
#pragma implementation "listbox.h"
#pragma implementation "univlistbox.h"
#endif
#include "wx/scrolwin.h" // for wxScrollHelper

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_MENU_H_
#ifdef __GNUG__
#pragma interface "menu.h"
#pragma interface "univmenu.h"
#endif
#if wxUSE_ACCEL

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_MENUITEM_H_
#ifdef __GNUG__
#pragma interface "menuitem.h"
#pragma interface "univmenuitem.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_NOTEBOOK_H_
#ifdef __GNUG__
#pragma interface "notebook.h"
#pragma interface "univnotebook.h"
#endif
class WXDLLEXPORT wxSpinButton;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_RADIOBOX_H_
#ifdef __GNUG__
#pragma interface "radiobox.h"
#pragma interface "univradiobox.h"
#endif
class WXDLLEXPORT wxRadioButton;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_RADIOBUT_H_
#ifdef __GNUG__
#pragma interface "radiobut.h"
#pragma interface "univradiobut.h"
#endif
#include "wx/checkbox.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCRARROW_H_
#ifdef __GNUG__
#pragma interface "scrarrow.h"
#pragma interface "univscrarrow.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCROLBAR_H_
#ifdef __GNUG__
#pragma interface "scrolbar.h"
#pragma interface "univscrolbar.h"
#endif
class WXDLLEXPORT wxScrollTimer;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCRTHUMB_H_
#ifdef __GNUG__
#pragma interface "scrthumb.h"
#pragma interface "univscrthumb.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma interface "slider.h"
#pragma interface "univslider.h"
#endif
#ifndef _WX_UNIV_SLIDER_H_

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SPINBUTT_H_
#ifdef __GNUG__
#pragma interface "spinbutt.h"
#pragma interface "univspinbutt.h"
#endif
#include "wx/univ/scrarrow.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATBMP_H_
#ifdef __GNUG__
#pragma interface "statbmp.h"
#pragma interface "univstatbmp.h"
#endif
#include "wx/bitmap.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATBOX_H_
#ifdef __GNUG__
#pragma interface "statbox.h"
#pragma interface "univstatbox.h"
#endif
class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase

View File

@@ -9,7 +9,7 @@
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma interface "statline.h"
#pragma interface "univstatline.h"
#endif
#ifndef _WX_UNIV_STATLINE_H_

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATTEXT_H_
#ifdef __GNUG__
#pragma interface "stattext.h"
#pragma interface "univstattext.h"
#endif
class WXDLLEXPORT wxStaticText : public wxStaticTextBase

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_TEXTCTRL_H_
#ifdef __GNUG__
#pragma interface "textctrl.h"
#pragma interface "univtextctrl.h"
#endif
class WXDLLEXPORT wxCaret;