Re: IconBox question
haim2@isdn.net.il
Thu, 27 Jan 2000 23:49:05 +0200 (IST)
Hi
If I understand you correctly you want minimized applications to have
no pixmap background. if so, make an xpm with only one visible pixel
(you can try it with no visible pixels) and make it your background
pixmap in one of the looks file ( the one you currently using). also
look for a line in that file that says "buttonsize ..." and comment it.
this will give every icon it's original size. the relevant section in
one of my look files is:
#----------Button MyStyles---------#
MyStyle "ButtonPixmap"
BackPixmap 128 empty.xpm
~MyStyle
MyStyle "ButtonTitleFocus"
Inherit focused_window_style
ForeColor White
Font -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-*
~MyStyle
MyStyle "ButtonTitleSticky"
Inherit sticky_window_style
ForeColor Black
Font -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-*
~MyStyle
MyStyle "ButtonTitleUnfocus"
Inherit unfocused_window_style
ForeColor Black
Font -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-*
~MyStyle
# [0|1] Show Title on Buttons how?
SeparateButtonTitle 1
# [x y] Size of buttons?
#ButtonSize 64 64
#--------------------------
Good Luck
Haim
--------------------------------------------------------------------
To unsubscribe from this mailing list, simply type the following at #
echo "unsubscribe as-users <your_email>" | mail majordomo@afterstep.org