1 ///////////////////////////////////////////////////////////////////////////// 
   2 // Name:        wx/gtk1/statline.h 
   4 // Author:      Robert Roebling 
   6 // Copyright:   (c) 1998 Robert Roebling 
   7 // Licence:     wxWindows licence 
   8 ///////////////////////////////////////////////////////////////////////////// 
  10 #ifndef __GTKSTATICLINEH__ 
  11 #define __GTKSTATICLINEH__ 
  17 // ---------------------------------------------------------------------------- 
  19 // ---------------------------------------------------------------------------- 
  21 class WXDLLIMPEXP_CORE wxStaticLine 
: public wxStaticLineBase
 
  25     wxStaticLine(wxWindow 
*parent
, 
  26                  wxWindowID id 
= wxID_ANY
, 
  27                  const wxPoint 
&pos 
= wxDefaultPosition
, 
  28                  const wxSize
& size 
= wxDefaultSize
, 
  29                  long style 
= wxLI_HORIZONTAL
, 
  30                  const wxString 
&name 
= wxStaticLineNameStr
); 
  31     bool Create(wxWindow 
*parent
, 
  32                 wxWindowID id 
= wxID_ANY
, 
  33                 const wxPoint
& pos 
= wxDefaultPosition
, 
  34                 const wxSize
& size 
= wxDefaultSize
, 
  35                 long style 
= wxLI_HORIZONTAL
, 
  36                 const wxString 
&name 
= wxStaticLineNameStr
); 
  38     static wxVisualAttributes
 
  39     GetClassDefaultAttributes(wxWindowVariant variant 
= wxWINDOW_VARIANT_NORMAL
); 
  43     DECLARE_DYNAMIC_CLASS(wxStaticLine
) 
  46 #endif // wxUSE_STATLINE 
  48 #endif // __GTKSTATICLINEH__