X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/957f5ab77abb14c70c60f18196e1e0d39292ee59..ec75509f94fb11322c1c69056d1ec2af8f041fe2:/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h diff --git a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h index ef00ec4b16..bdf97b2322 100644 --- a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h +++ b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.h @@ -1,12 +1,13 @@ ///////////////////////////////////////////////////////////////////////////// // 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_ @@ -20,7 +21,7 @@ * Includes */ -#include "wx/foldbar/captionbar.h" +#include "wx/foldbar/foldpanelbar.h" ////@begin includes ////@end includes @@ -67,15 +68,15 @@ class wxBoxSizer; */ 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