Hi,
What are the benefits of sash windows versus splitter windows ? Which one
should I use ?
My current layout is like this:
···
+---+---+
1 | 2 |
+---+
> 3 |
+---+---+
All three windows should be resizable.
TIA,
Ionutz
Hi,
What are the benefits of sash windows versus splitter windows ? Which one
should I use ?
My current layout is like this:
+---+---+
1 | 2 |
+---+
> 3 |
+---+---+
All three windows should be resizable.
TIA,
Ionutz
borco@go.ro wrote:
Hi,
What are the benefits of sash windows versus splitter windows ? Which one
should I use ?My current layout is like this:
+---+---+
> 1 | 2 |
> +---+
> > 3 |
+---+---+All three windows should be resizable.
A couple of wxSplitters would be easiest.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Yep, that's what I am doing. I was just qurious what's the advantage of
using a sash window...
Ionutz
----- Original Message -----
From: "Robin Dunn" <robin@alldunn.com>
To: <wxPython-users@lists.wxwindows.org>
Sent: Saturday, August 30, 2003 20:57
Subject: Re: [wxPython-users] Sash or splitter ?
A couple of wxSplitters would be easiest.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!