]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/statline.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/gtk/statline.h
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #ifndef __GTKSTATICLINEH__
12 #define __GTKSTATICLINEH__
14 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
15 #pragma interface "statline.h"
22 // ----------------------------------------------------------------------------
24 // ----------------------------------------------------------------------------
26 class wxStaticLine
: public wxStaticLineBase
30 wxStaticLine(wxWindow
*parent
,
31 wxWindowID id
= wxID_ANY
,
32 const wxPoint
&pos
= wxDefaultPosition
,
33 const wxSize
& size
= wxDefaultSize
,
34 long style
= wxLI_HORIZONTAL
,
35 const wxString
&name
= wxStaticTextNameStr
);
36 bool Create(wxWindow
*parent
,
37 wxWindowID id
= wxID_ANY
,
38 const wxPoint
& pos
= wxDefaultPosition
,
39 const wxSize
& size
= wxDefaultSize
,
40 long style
= wxLI_HORIZONTAL
,
41 const wxString
&name
= wxStaticTextNameStr
);
43 static wxVisualAttributes
44 GetClassDefaultAttributes(wxWindowVariant variant
= wxWINDOW_VARIANT_NORMAL
);
48 DECLARE_DYNAMIC_CLASS(wxStaticLine
)
51 #endif // wxUSE_STATLINE
53 #endif // __GTKSTATICLINEH__