Re: Another proposal



It would be easy to turn on allowing more than one toolbar on a single
line in all GNOME programs.  Just edit gnome-libs/libgnomeui/gnome-app.c,
find the gnome_app_set_toolbar function, and change the line like:
        behavior = GNOME_DOCK_ITEM_BEH_EXCLUSIVE;
to:
        behavior = 0;

If you want to do the same for the menus, edit gnome_app_set_menus, and
change the "behaviour = ..." line to:
        behavior = GNOME_DOCK_ITEM_NEVER_VERTICAL;

Now if you recompile and install gnome-libs, you can drag the toolbars
round a bit more.

I think the current settings are like that for compatibility with what 
we had before GnomeDock.  Note that since hardly any program has multiple
toolbars, it doesn't make much of a difference.

James.

--
Email: james@daa.com.au
WWW:   http://www.daa.com.au/~james/


On Tue, 27 Apr 1999, [iso-8859-1] Kenneth Christíqua wrote:

> Hi Gnomers,
> 
>     Here's another proposal, I would like you to 
>     take a look at
> 
>     http://luthien.nuclecu.unam.mx/~miguel/proposals/proposal/proposal.html
> 
> Kenneth.
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 



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