On 10-Feb-2002 Sean 'Shaleh' Perry wrote:
> On 09-Feb-2002 Marco Fonseca wrote:
>> Is it possible to have auto-hide hide after some specified interval 
>> instead of immediately?
>> 
> 
> not currently.  Should not be too difficult to add though.

On further examination it is even easier than I expected.  There is already a
timer in control of this.  Currently the delay is the auto raise delay.  So you
could simply change the toolbar code to read a different delay.  Short term you
could adjust the auto raise delay unless you use auto raise.

All of the code to handle this lives in Toolbar.cc.  The timer is set in the
constructor and HideHandler combined with the enter and leave NotifyEvent's are
where to look.

Reply via email to