Example #1
0
 public void PackStart(object target, Gtk.CellRenderer cr, bool expand)
 {
                 #if !XWT_GTK3
     // Gtk2 tree background color workaround
     if (UsingCustomBackgroundColor)
     {
         cr.CellBackgroundGdk = BackgroundColor.ToGtkValue();
     }
                 #endif
     ((Gtk.TreeViewColumn)target).PackStart(cr, expand);
 }