I have a question about pixmap masks. I want to combine some number of
pixmaps dynamically, keeping each pixmaps transparency, and stick the
result into a GtkCTree column.  Everything I have seems to work fine
however, the finally mask is not what I need.  As an example, assume the
pixmaps look like:

  X
  X
  X
  X
  X

and

XXXXX, such that I would like the resulting pixmap to look like:

  X
  X
XXXXX
  X
  X

and if the CTree column has a yellow background I would like that to
show up in the unused quadrants of the pixmap.  I guess I basically need
to 'OR all the bits' in the pixmap masks together but I don't know how
to do that.

Any hints?
-- 
Steve McClure                   430 10th St NW
Racemi                          Suite N-210
http://www.racemi.com           Atlanta, GA 30318
[EMAIL PROTECTED]             voice/fax: 404-892-5850

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to