Re: Initial position of windows



On Mon, 2007-12-17 at 10:55 -0500, Bruce Sherwood wrote:
> What is the recommended method to create windows at specific locations? 
>  From what I've read, it seems like the only way is to first create the 
> windows, get their positions, then move them to the desired locations, 
> which seems like it would make the initial display flash 
> inappropriately. Advice appreciated.
> 

if you call move() before you call show() then, there will not be any
flash since the window is not actually displayed yet.  Does that work
for you?

-- 
Jonner



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]