Files
wxWidgets/include/wx/progdlg.h
2005-05-04 18:26:22 +00:00

19 lines
505 B
C

/////////////////////////////////////////////////////////////////////////////
// Name: wx/progdlg.h
// Purpose: Base header for wxProgressDialog
// Author: Julian Smart
// Modified by:
// Created:
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_PROGDLG_H_BASE_
#define _WX_PROGDLG_H_BASE_
#include "wx/generic/progdlgg.h"
#endif
// _WX_PROGDLG_H_BASE_