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