コード例 #1
0
ファイル: Gtk3Extensions.cs プロジェクト: git-thinh/limada
 public static void SetForegroundColor(this Gtk.Widget widget, Gtk.StateType state, Xwt.Drawing.Color color)
 {
     widget.SetForegroundColor(state.ToGtk3StateFlags(), color);
 }
コード例 #2
0
ファイル: Gtk3Extensions.cs プロジェクト: git-thinh/limada
 public static void SetForegroundColor(this Gtk.Widget widget, Xwt.Drawing.Color color)
 {
     widget.SetForegroundColor(Gtk.StateType.Normal, color);
 }