/////////////////////////////////////////////////////////////////////////////
// Name: foldtestpanel.h
-// Purpose:
+// Purpose:
// Author: Jorgen Bodde
-// Modified by:
-// Created: 06/18/04 22:37:15
-// RCS-ID:
-// Copyright:
-// Licence:
+// Modified by: ABX - 19/12/2004 : possibility of horizontal orientation
+// : wxWidgets coding standards
+// Created: 18/06/2004
+// RCS-ID: $Id$
+// Copyright: (c) Jorgen Bodde
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _FOLDTESTPANEL_H_
#define _FOLDTESTPANEL_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "foldtestpanel.cpp"
-#endif
-
/*!
* Includes
*/
-#include "wx/foldbar/captionbar.h"
+#include "wx/foldbar/foldpanelbar.h"
////@begin includes
////@end includes
*/
class FoldTestPanel: public wxPanel
-{
+{
DECLARE_CLASS( FoldTestPanel )
DECLARE_EVENT_TABLE()
private:
- wxImageList *_images;
- wxRect _oldsize;
+ wxImageList *m_images;
+ wxRect m_oldsize;
- void OnCaptionPanel(wxCaptionBarEvent &event);
+ void OnCaptionPanel(wxCaptionBarEvent &event);
public:
/// Constructors