Change in behavior for Beta 3
Change in behavior for Beta 3
- Subject: Change in behavior for Beta 3
- From: Charles Williams <email@hidden>
- Date: Tue, 18 Mar 2003 12:33:56 -0500
I'm not sure if this is a bug or a feature, but a method that I had
previously tried to get down arrows to show up in eterms now works (it
didn't before). Previously, the down arrows in my eterm windows were
obscured by the grow boxes. I tried various ways of fixing this
behavior, with no luck. One of my previous methods now seems to work,
though. Below is a snip from my theme.cfg file:
begin image
type up_arrow
mode image allow image auto
state normal
file button_arrow_up_1.png
geom :tiled
border 8 8 8 8
state selected
file button_arrow_up_2.png
geom :tiled
border 8 8 8 8
state clicked
file button_arrow_up_3.png
geom :tiled
border 8 8 8 8
end image
begin image
type down_arrow
mode image allow image auto
state normal
file button_arrow_down_1.png
geom :tiled
border 8 8 16 16
state selected
file button_arrow_down_2.png
geom :tiled
border 8 8 16 16
state clicked
file button_arrow_down_3.png
geom :tiled
border 8 8 16 16
end image
Note the difference between the up_arrow definition and the down_arrow
definition (the border definitions, which define the portion of the
16x16 pixel image that is not to be scaled). With the down arrow
definition above, both arrows now appear above the grow box. The one
odd behavior that occurs as a result of this is an extra line at the
bottom of the eterm that is never used. I can live with this, so this
is a reasonable solution for me. Another thing that I've noticed is
that window dimensions seem to be slightly different than what they
were before. I haven't investigated this much, though, so I can't say
for sure.
Charles
Charles A. Williams
Dept. of Earth & Environmental Science
Science Center 1C12A
Rensselaer Polytechnic Institute
Troy, NY 12180
Phone: (518) 276-8520
FAX: (518) 276-6680
e-mail: email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.