Gtk vs ViewsGtk

Benefits of ViewsGtk

  • Better code sharing. For example, don't have to duplicate tab layout or bookmark bar layout code.
    • Tab Strip
      • Drawing
      • All the animationy bits
      • Subtle click selection behavior (curved corners)
      • Drag behavior, including dropping of files onto the URL bar
      • Closing behavior
    • Bookmarks bar
      • drag & drop behavior, including menus
      • chevron?
  • Easier for folks to work on both platforms without knowing much about the underlying toolkits.
  • Don't have to implement ui features twice.

Benefits of Gtk