Re: IconBox question
Samuel A. Mullen (smullen@oppunl.com)
Fri, 28 Jan 2000 07:47:56 -0600
Well, Let me try this again.
When I iconify an application, the icon gets sent to the iconbox, (Lower
left corner). I don't want the icon to be sent to the iconbox at all.
I just want whatever application to iconify to the current position of
it's upper left corner.
I've done this in other WM's, and would like to do it in AS. If it's
possible, please let me know how. If it's not possible, please let me
know.
It really is just the little things that bug a person.
Sam
haim2@isdn.net.il wrote:
>
> 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