|
I tried to change the button & Labels'
background, but the setting didn't work.
Button bt = new Button("CheckDetail");
Gdk.Color clrTemp ; Gdk.Colormap cmTemp; clrTemp = new Gdk.Color(255,255,255);cmTemp = Gdk.Colormap.System; cmTemp.AllocColor ( ref clrTemp, true, true); bt.ModifyBg(StateType.Normal, clrTemp);
|
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
