]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/evtloop.h
Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)
[wxWidgets.git] / include / wx / osx / evtloop.h
CommitLineData
5c6eb3a8
SC
1///////////////////////////////////////////////////////////////////////////////
2// Name: include/wx/mac/evtloop.h
3// Purpose: simply forwards to wx/mac/carbon/evtloop.h for consistency with
4// the other Mac headers
5// Author: Vadim Zeitlin
6// Modified by:
7// Created: 2006-01-12
8// RCS-ID: $Id$
9// Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
10// Licence: wxWindows licence
11///////////////////////////////////////////////////////////////////////////////
12
91407318
VZ
13#ifdef __WXOSX_COCOA__
14 #include "wx/osx/cocoa/evtloop.h"
5c6eb3a8 15#else
ef0e9220 16 #include "wx/osx/carbon/evtloop.h"
5c6eb3a8
SC
17#endif
18