; > event.Skip()
> >
> > def rightChange(self,event):
> >
> > pos = self.splitter_right.GetSashPosition()
> >
> > self.splitter_left.SetSashPosition(pos)
> >
> > event.Skip()
> >
> > app = wx.App(0)
> >
> > k = Layout(None, -1,
ashPosition(pos)
>
> event.Skip()
>
> def rightChange(self,event):
>
> pos = self.splitter_right.GetSashPosition()
>
> self.splitter_left.SetSashPosition(pos)
>
> event.Skip()
>
> app = wx.App(0)
>
> k = Layout(None, -1, 'layout.py')
>
> k.Show(Tr
dnesday, March 12, 2008 10:19 PM
Subject: help please, splitter windows like in maya or 3ds max
> hi, everyone there, I am doing a 3D modeling project. I like to do it
> with Python( am a newbie), but have no idea with the wxSplitterWindow
> to create the 4-view windows( top, front, side, p
hi, everyone there, I am doing a 3D modeling project. I like to do it
with Python( am a newbie), but have no idea with the wxSplitterWindow
to create the 4-view windows( top, front, side, perspective), like the
mfc CSplitterWnd guy),
anyone can give me some help with wxPython?
thanks in advance.