]> git.saurik.com Git - wxWidgets.git/blame - include/wx/panel.h
Use wxRendererNative::DrawTitleBarBitmap() for info bar close button.
[wxWidgets.git] / include / wx / panel.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/panel.h
3// Purpose: Base header for wxPanel
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows Licence
10/////////////////////////////////////////////////////////////////////////////
11
34138703
JS
12#ifndef _WX_PANEL_H_BASE_
13#define _WX_PANEL_H_BASE_
c801d85f
KB
14
15#include "wx/generic/panelg.h"
16
17#endif
34138703 18 // _WX_PANELH_BASE_