change pixmap color table
- From: Pedro Zorzenon Neto <pzn terra com br>
- To: gtk-list gnome org
- Subject: change pixmap color table
- Date: Sun, 15 Jul 2001 15:59:54 -0300
Hi list,
  I'd like to change the pallete of a pixmap at the runtime of my gtk program.
  I have a simple xpm as follows:
  
  static char * my_xpm[] = {
  "5 5 3 1",
  "       c None",
  ".      c #000000",
  "+      c #FF0000",
  "  .  ",
  " .+. ",
  ".+++.",
  " .+. ",
  "  .  "};
 and I'd like to change the "+" color from red(#FF0000) to green(#00FF00) at running time to simulate a kind of "led" that blinks red... green... red... green...
 other alternative would be create red_xpm and green_xpm and change which xpm the pixmap is using, but I don't know how to to this.
 Do you have any hint? manpage? manual? about doing this?
   Thanks in advance,
   Pedro
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]