Re: [Tutor] General method for creating a partitioned window

2011-08-04 Thread Alan Gauld
On 04/08/11 20:52, Shwinn Ricci wrote: Say I want one half of a 720 x 480 window be dedicated for creating a 2-D structure, and the other half for a 3-D structure. There would be a line 1 or 2 pixels thick straight down the window that would divide the two sectors. How does one go about doing thi

[Tutor] General method for creating a partitioned window

2011-08-04 Thread Shwinn Ricci
Say I want one half of a 720 x 480 window be dedicated for creating a 2-D structure, and the other half for a 3-D structure. There would be a line 1 or 2 pixels thick straight down the window that would divide the two sectors. How does one go about doing this without creating two separate GUI windo