]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/motif/chkconf.h
Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars to wrap, taking up the optimum...
[wxWidgets.git] / include / wx / motif / chkconf.h
... / ...
CommitLineData
1/*
2 * Name: wx/motif/chkconf.h
3 * Purpose: Motif-specific config settings checks
4 * Author: Vadim Zeitlin
5 * Modified by:
6 * Created: 2005-04-05 (extracted from wx/chkconf.h)
7 * RCS-ID: $Id$
8 * Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org>
9 * Licence: wxWindows licence
10 */
11
12/* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
13
14#if !defined(wxUSE_GADGETS)
15# define wxUSE_GADGETS 0
16#endif