Пример #1
0
 public static Xwt.Drawing.Color GetForegroundColor(this Gtk.Widget widget, Gtk.StateType state)
 {
     return(widget.GetForegroundColor(state.ToGtk3StateFlags()));
 }
Пример #2
0
 public static Xwt.Drawing.Color GetForegroundColor(this Gtk.Widget widget)
 {
     return(widget.GetForegroundColor(Gtk.StateType.Normal));
 }