]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/statline.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #ifndef __GTKSTATICLINEH__
12 #define __GTKSTATICLINEH__
22 #include "wx/object.h"
24 #include "wx/control.h"
26 //-----------------------------------------------------------------------------
28 //-----------------------------------------------------------------------------
32 //-----------------------------------------------------------------------------
34 //-----------------------------------------------------------------------------
36 extern const char *wxStaticTextNameStr
;
38 //-----------------------------------------------------------------------------
40 //-----------------------------------------------------------------------------
42 class wxStaticLine
: public wxControl
44 DECLARE_DYNAMIC_CLASS(wxStaticLine
)
49 wxStaticLine( wxWindow
*parent
, wxWindowID id
,
50 const wxPoint
&pos
= wxDefaultPosition
, const wxSize
&size
= wxDefaultSize
,
51 long style
= wxLI_HORIZONTAL
, const wxString
&name
= wxStaticTextNameStr
);
52 bool Create( wxWindow
*parent
, wxWindowID id
,
53 const wxPoint
&pos
= wxDefaultPosition
, const wxSize
&size
= wxDefaultSize
,
54 long style
= wxLI_HORIZONTAL
, const wxString
&name
= wxStaticTextNameStr
);
60 #endif // __GTKSTATICLINEH__