]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/foldbar/foldpanelbar/foldtestpanel.h
Small fixes to allow compilation in Unicode mode with gcc
[wxWidgets.git] / contrib / samples / foldbar / foldpanelbar / foldtestpanel.h
index 5d3b8df73047807daaab591f90bbb5d923a7281d..8fc1de6699810573fbc2664eb3233181d4a16729 100644 (file)
@@ -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
 #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);