Re: nautilus initial window size
- From: Darin Adler <darin bentspoon com>
- To: Frank Worsley <fworsley shaw ca>
- Cc: nautilus-list gnome org
- Subject: Re: nautilus initial window size
- Date: Sat, 1 Jun 2002 20:48:38 -0700
On Saturday, June 1, 2002, at 08:24 PM, Alexander Larsson wrote:
Otherwise I could add a timeout to the configure event callback that
saves the geometry if no new configure event has occured after a
certain
amount of time. Of course that's kind of a bad hack.
It's the only way i can think of.
You really don't need a timeout. Just set up an idle and save the
geometry when the idle fires. It's no big deal to save the geometry
multiple times in a row; deferring to idle ensures that at least you
won't do it so many times that it's absurd.
In fact, saving the geometry each time would probably be OK too.
There's at already least one layer in the metadata machinery that
defers until idle (writing out the metafile), and it's hard to imagine
that saving the geometry would be significantly slower than actually
resizing the window's contents and redrawing as necessary.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]