X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f857e441bf68aa9c7585aefd26b64f0728387062..8e8a4e8587b7642018f18b96adf04a7f69d0a829:/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h diff --git a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h index 5d3b8df730..8fc1de6699 100644 --- a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h +++ b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h @@ -2,7 +2,8 @@ // Name: foldtestpanel.h // Purpose: // Author: Jorgen Bodde -// Modified by: +// Modified by: ABX - 19/12/2004 : possibility of horizontal orientation +// : wxWidgets coding standards // Created: 18/06/2004 // RCS-ID: $Id$ // Copyright: (c) Jorgen Bodde @@ -12,15 +13,11 @@ #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 @@ -72,8 +69,8 @@ class FoldTestPanel: public wxPanel DECLARE_EVENT_TABLE() private: - wxImageList *_images; - wxRect _oldsize; + wxImageList *m_images; + wxRect m_oldsize; void OnCaptionPanel(wxCaptionBarEvent &event);