コード例 #1
0
 public static void SetBackgroundColor(this Gtk.Widget widget, Xwt.Drawing.Color color)
 {
     widget.SetBackgroundColor(Gtk.StateType.Normal, color);
 }