]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/statline.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/statline.cpp
3 // Purpose: wxStaticLine class
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
29 #include "wx/statline.h"
35 #include "wx/palmos/private.h"
38 #define SS_SUNKEN 0x00001000L
42 #define SS_NOTIFY 0x00000100L
45 // ============================================================================
47 // ============================================================================
49 // ----------------------------------------------------------------------------
51 // ----------------------------------------------------------------------------
53 bool wxStaticLine::Create(wxWindow
*parent
,
56 const wxSize
& sizeOrig
,
63 WXDWORD
wxStaticLine::MSWGetStyle(long style
, WXDWORD
*exstyle
) const
68 #endif // wxUSE_STATLINE