Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-06 22:02:01 +00:00
parent b2e178485a
commit 9d2c19f136
10 changed files with 89 additions and 87 deletions

View File

@@ -1,20 +1,22 @@
/////////////////////////////////////////////////////////////////////////////
// Name: cocoa/gauge.mm
// Name: src/cocoa/gauge.mm
// Purpose: wxGauge
// Author: David Elliott
// Modified by:
// Created: 2003/07/15
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Licence: wxWidgets licence
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_GAUGE
#include "wx/gauge.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/gauge.h"
#include "wx/log.h"
#endif //WX_PRECOMP
@@ -26,6 +28,7 @@
#include <math.h>
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
BEGIN_EVENT_TABLE(wxGauge, wxGaugeBase)
END_EVENT_TABLE()
// WX_IMPLEMENT_COCOA_OWNER(wxGauge,NSProgressIndicator,NSView,NSView)