On Tue, 19 Feb 2002, CHS wrote:
> Hey there, I found the .scm files for disabling certain menu items, and
> have used them to disable such items as "file -> save", but I was curious
> where i might find the configuration files to get rid of the button bars
> that have save, open, print, etc?
You can use X resources to hide it behind the menu bar, like this:
siag -xrm "Siag*topbox.yLayout: 30 0 30 30 100% 30" \
-xrm "Siag*toolbar.gridy: 0"
For enhanced sanity, the same options can be added to the .Xdefaults
instead:
Siag*topbox.yLayout: 30 0 30 30 100% 30
Siag*toolbar.gridy: 0
Ulric
This archive was generated by hypermail 2.1.2 : Wed Feb 20 2002 - 13:13:57 CET