Esempio n. 1
0
 public static Xwt.Drawing.Color GetForegroundColor(this Gtk.Widget widget, Gtk.StateType state)
 {
     return(widget.GetForegroundColor(state.ToGtk3StateFlags()));
 }
Esempio n. 2
0
 public static Xwt.Drawing.Color GetForegroundColor(this Gtk.Widget widget)
 {
     return(widget.GetForegroundColor(Gtk.StateType.Normal));
 }