// Author: Vadim Zeitlin
// Modified by:
// Created: 20.11.99
-// RCS-ID: $Id$
// Copyright: (c) Vadim Zeitlin
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxTB_BOTTOM = 0x2000,
// lay out toolbar at the right edge of the window
- wxTB_RIGHT = 0x4000
+ wxTB_RIGHT = 0x4000,
+
+ wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT
};
#if wxUSE_TOOLBAR