git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33224
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
12 files changed:
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "tree.cpp"
- #pragma interface "tree.cpp"
+ #pragma implementation "tree.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#ifndef _TREE_H_
#define _TREE_H_
#ifndef _TREE_H_
#define _TREE_H_
+#ifdef __GNUG__
+ #pragma interface "tree.h"
+#endif
+
#include "wx/wx.h"
#include "wx/gizmos/splittree.h"
#include "wx/wx.h"
#include "wx/gizmos/splittree.h"
protected:
wxRemotelyScrolledTreeCtrl* m_tree;
wxThinSplitterWindow* m_splitter;
protected:
wxRemotelyScrolledTreeCtrl* m_tree;
wxThinSplitterWindow* m_splitter;
- wxSplitterScrolledWindow* m_scrolledWindow;
- //wxScrolledWindow* m_scrolledWindow;
- TestValueWindow* m_valueWindow;
+ wxSplitterScrolledWindow* m_scrolledWindow;
+ //wxScrolledWindow* m_scrolledWindow;
+ TestValueWindow* m_valueWindow;
private:
// any class wishing to process wxWidgets events must use this macro
private:
// any class wishing to process wxWidgets events must use this macro
#define idTREE_CTRL 2000
#define idSPLITTER_WINDOW 2001
#define idTREE_CTRL 2000
#define idSPLITTER_WINDOW 2001
-#define idVALUE_WINDOW 2002
-#define idMAIN_FRAME 2003
+#define idVALUE_WINDOW 2002
+#define idMAIN_FRAME 2003
#define idSCROLLED_WINDOW 2004
class TestTree: public wxRemotelyScrolledTreeCtrl
{
#define idSCROLLED_WINDOW 2004
class TestTree: public wxRemotelyScrolledTreeCtrl
{
- DECLARE_CLASS(TestTree)
+ DECLARE_CLASS(TestTree)
public:
TestTree(wxWindow* parent, wxWindowID id, const wxPoint& pt = wxDefaultPosition,
const wxSize& sz = wxDefaultSize, long style = wxTR_HAS_BUTTONS);
public:
TestTree(wxWindow* parent, wxWindowID id, const wxPoint& pt = wxDefaultPosition,
const wxSize& sz = wxDefaultSize, long style = wxTR_HAS_BUTTONS);
DECLARE_EVENT_TABLE()
protected:
DECLARE_EVENT_TABLE()
protected:
- wxImageList* m_imageList;
+ wxImageList* m_imageList;
};
class TestValueWindow: public wxTreeCompanionWindow
};
class TestValueWindow: public wxTreeCompanionWindow
//// Overrides
//// Events
//// Overrides
//// Events
//// Data members
protected:
//// Data members
protected:
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
- #pragma implementation "mmbman.cpp"
+ #pragma implementation "mmbman.h"
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
#define _MMBMAN_APP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#define _MMBMAN_APP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "mmbman.cpp"
+ #pragma interface "mmbman.h"
#endif
#include "wx/stream.h"
#endif
#include "wx/stream.h"
virtual bool NeedWindow() = 0;
virtual void SetWindow(wxWindow *window) = 0;
virtual bool NeedWindow() = 0;
virtual void SetWindow(wxWindow *window) = 0;
virtual void Play() = 0;
virtual void Pause() = 0;
virtual void Resume() = 0;
virtual void Play() = 0;
virtual void Pause() = 0;
virtual void Resume() = 0;
virtual MMBoardTime GetPosition() = 0;
virtual MMBoardTime GetLength() = 0;
virtual void SetPosition(MMBoardTime btime) = 0;
virtual MMBoardTime GetPosition() = 0;
virtual MMBoardTime GetLength() = 0;
virtual void SetPosition(MMBoardTime btime) = 0;
virtual bool IsStopped() = 0;
virtual bool IsPaused() = 0;
virtual bool IsStopped() = 0;
virtual bool IsPaused() = 0;
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "mmboard.cpp"
+ #pragma implementation "mmboard.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#define _MMBOARD_APP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#define _MMBOARD_APP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "mmboard.cpp"
+ #pragma interface "mmboard.h"
#endif
// for compilers that support precompilation, includes "wx/wx.h"
#endif
// for compilers that support precompilation, includes "wx/wx.h"
// ----------------------------
virtual bool OnInit();
// ----------------------------
virtual bool OnInit();
wxUint8 TestMultimediaCaps();
};
wxUint8 TestMultimediaCaps();
};
-#pragma implementation "convert.cpp"
-#pragma interface "convert.cpp"
+#pragma implementation "convert.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#if !defined(MAINFRAME_H)
#define MAINFRAME_H
#if !defined(MAINFRAME_H)
#define MAINFRAME_H
+#ifdef __GNUG__
+#pragma interface "convert.h"
+#endif
+
-#pragma implementation "rc2wxr.cpp"
-#pragma interface "rc2wxr.cpp"
+#pragma implementation "rc2wxr.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#if !defined(RC2WXR_H)
#define RC2WXR_H
#if !defined(RC2WXR_H)
#define RC2WXR_H
+#ifdef __GNUG__
+#pragma interface "rc2wxr.h"
+#endif
+
#include "wx/file.h"
#include "stdio.h"
#include "wx/file.h"
#include "stdio.h"
-#pragma implementation "rc2xml.cpp"
-#pragma interface "rc2xml.cpp"
+#pragma implementation "rc2xml.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#if !defined(RC2XML_H)
#define RC2XML_H
#if !defined(RC2XML_H)
#define RC2XML_H
+#ifdef __GNUG__
+#pragma interface "rc2xml.h"
+#endif
+
#include "wx/file.h"
#include <wx/ffile.h>
#include <wx/list.h>
#include "wx/file.h"
#include <wx/ffile.h>
#include <wx/list.h>