]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/panel.h
Give GTK specific (but public) methods a Gtk prefix
[wxWidgets.git] / include / wx / panel.h
index 8944fee1c5803e8ecdadf2c587458a3b3be2322a..fb5892207f752d16f6a70f027bf2711c6a96f684 100644 (file)
@@ -1,7 +1,18 @@
-#ifndef __PANELH_BASE__
-#define __PANELH_BASE__
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/panel.h
+// Purpose:     Base header for wxPanel
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_PANEL_H_BASE_
+#define _WX_PANEL_H_BASE_
 
 #include "wx/generic/panelg.h"
 
 #endif
-    // __PANELH_BASE_
+    // _WX_PANELH_BASE_