Example #1
0
 public static void SetForegroundColor(this Gtk.Widget widget, Xwt.Drawing.Color color)
 {
     widget.SetForegroundColor(Gtk.StateType.Normal, color);
 }