[wxPython-users] ToolBar some cross-platform weirdness
Robin Dunn
robin at alldunn.com
Mon Jan 1 12:23:16 PST 2007
Basil Shubin wrote:
> Hi friends!
>
> On a my linux box, toolbar widget is separated from all other panels by
> static lines, like on screenshot. But on windows box the bottom line was
> disappeared somewhere. It this that is should be, or what? Can it be
> fixed and how?
If the native toolbar widget draws a line, then there is a line. That
is part of the native look and feel that wxWidgets provides. If you
want a line then you can do it by having a wx.StaticLine at the top of
the content panel, or by giving it a border, etc.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list