[wxPython] horizontal line?

Hi!

How do I insert a horizontal line like the one in HTML with wxPython?

Do you mean

wxStaticLine(self.Panel, -1, wxPoint(10, 30), wxSize(150, -1)) ?

Best regards
  Atti (aszuts@lsc.hu)

How do I insert a horizontal line like the one in HTML with wxPython?

Do you mean
wxStaticLine(self.Panel, -1, wxPoint(10, 30), wxSize(150, -1)) ?

Thats what I use. Works best when a sizer is used to keep it the right size though.

Ellers