[wxPython-users] SetSashPosition problem (fwd)

Bob Olson olson at mcs.anl.gov
Mon Dec 9 18:19:14 CST 2002


fyi, since we were talking about this.

---------- Forwarded message ----------
Date: Tue, 10 Dec 2002 00:59:35 +0100
From: Alberto Griggio <albgrig at tiscali.it>
Reply-To: wxPython-users at lists.wxwindows.org, albgrig at tiscalinet.it
To: wxPython-users at lists.wxwindows.org
Subject: Re: [wxPython-users] SetSashPosition problem

>        self.SplitVertically(self.menu_wrap, self.canvas_wrap)
>        self.SetSashPosition(200)

Tha behaviour of wxSplitterWindow has changed from 2.3.2 to 2.3.3: now the
best way to set the initial sash position is to use the third parameter
of SplitVertically, i.e.

        self.SplitVertically(self.menu_wrap, self.canvas_wrap, 200)

The CVS version of wxGlade works this way.

Bye,
Alberto



__________________________________________________________________
Tiscali ADSL. Scopri la fantastica promozione di Natale: tutto Gratis fino
al 9 gennaio!
Abbonati ora: prima ti abboni, più risparmi!
http://point.tiscali.it/adsl/index.shtml




---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help at lists.wxwindows.org





More information about the ag-dev mailing list