< :the previous in number
^ :the list in numerical order
> :the next in number
P :the previous (in thread)
N :the next (in thread)
|<:the top of this thread
>|:the next thread
^ :the parent (reply-to)
_:the child (an article replying to this)
>:the elder article having the same parent
<:the youger article having the same parent
---:split window and show thread lists
| :split window (vertically) and show thread lists
~ :close the thread frame
.:the index
..:the index of indices
On Sat, May 8, 2010 at 7:52 AM, Jesse Jurman <e.j.jurman / gmail.com> wrote:
> I'm making a game with Ruby and Tk, but the transparency in the .gif
> images are not showing through in the program, the graphics are instead
> filled with white. I'm not sue if Tk can handle transparencies, but if
> there is an option or a way I have to make the graphics, that would be
> much easier than creating a background for each graphic, for each
> background.
>
> Any help, links, or code would be extremely appreciated.
This should help you out:
http://www.tek-tips.com/faqs.cfm?fid=6789
-Jonathan Nielsen