]>
git.saurik.com Git - wxWidgets.git/blob - src/osx/statline_osx.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/osx/statline_osx.cpp
3 // Purpose: a generic wxStaticLine class
4 // Author: Vadim Zeitlin
6 // Copyright: (c) 1998 Vadim Zeitlin
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 // ============================================================================
12 // ============================================================================
14 // ----------------------------------------------------------------------------
16 // ----------------------------------------------------------------------------
18 // For compilers that support precompilation, includes "wx.h".
19 #include "wx/wxprec.h"
27 #include "wx/statline.h"
30 #include "wx/statbox.h"
33 #include "wx/osx/private.h"
35 // ============================================================================
37 // ============================================================================
39 // ----------------------------------------------------------------------------
41 // ----------------------------------------------------------------------------
43 bool wxStaticLine::Create( wxWindow
*parent
,
52 if ( !wxStaticLineBase::Create(parent
, id
, pos
, size
,
53 style
, wxDefaultValidator
, name
) )
56 SetPeer(wxWidgetImpl::CreateStaticLine( this, parent
, id
, pos
, size
, style
, GetExtraStyle() ));
58 MacPostControlCreate(pos
,size
) ;
63 #endif //wxUSE_STATLINE