Am Dienstag 08 Februar 2011, 16:22:36 schrieb sebi77: > Another problem: > I want to change the text color of label. This works: > ModifyFg(Gtk.StateType.Normal, new Gdk.Color(255, 0, 0)); > > but if I want white color (new Gdk.Color(255, 255, 255)), the color of > label is changing during the runtime. > Try ModifyText(StateType, Color) instead.
Regards Jacek ----------------------------------------------------------------- Sprawdz pogode. Kliknij >>> http://linkint.pl/f2903 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
