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