dateedit color change problem...

2002-08-27 Thread vyadav
hi.. how we can change the color of date edit component. i tried like it-> gdk_color_parse ("light green", &color); style_default=gtk_widget_get_default_style(); style=gtk_style_copy(style_default); style->base[GTK_STATE_NORMAL] = color; gtk_widget_set_style(dateedit1,s

Re: dateedit color change problem...

2002-08-27 Thread Olexiy Avramchenko
[EMAIL PROTECTED] wrote: >hi.. > how we can change the color of date edit component. > > > i tried like it-> > > gdk_color_parse ("light green", &color); > style_default=gtk_widget_get_default_style(); > style=gtk_style_copy(style_default); > style->base[GTK_STATE_NORMAL] = color;

Re: dateedit color change problem...

2002-08-27 Thread vyadav
hi.. i tried it but it didn't work out. thanx. On Tue, 27 Aug 2002, Olexiy Avramchenko wrote: > [EMAIL PROTECTED] wrote: > > >hi.. > > how we can change the color of date edit component. > > > > > > i tried like it-> > > > > gdk_color_parse ("light green", &col