[GnomeMeeting-devel-list] Change the color of theme by adding some code in gnomemeeting



hi Damien,

 Thanks you for your kindly attention.But, i would
like to change the code of the gnomemeeting to change
the color of the main theme.
I have applied the following under the
main_window.cpp.

  GdkColor color;
   color.red=53;
   color.green=182;
   color.blue=252;
  gdk_color_parse ("red", &color);
                                                      
                         
  gtk_widget_modify_fg (GTK_WIDGET(gm),
GTK_STATE_NORMAL, &color);

After complied the code, it seems no change at all.
Can you tell me how to change the color of the theme
by simply adding some code?
and any wrong of the code i added?
Thanks for your kindly attention and waiting for your
reply.

Best Regards,
aymui


_________________________________________________________
必殺技、飲歌、小星星...
浪漫鈴聲  情心連繫
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]