[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Initial position of windows
- From: Jonathon Jongsma <jonathon quotidian org>
- To: gtkmm-list gnome org
- Subject: Re: Initial position of windows
- Date: Mon, 17 Dec 2007 20:09:29 -0600
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]