Interfaces

It is organized according to the following structure:

interfaces
  |
  +--- gnome
  |
  +--- gtk
  |
  +--- gtk2
  |
  +--- qt
  |
  +--- win32
  |
  +--- ...
  |

interfaces/gnome:
  All gnome 1.x specific code goes here.

interfaces/gtk:
  All gtk 1.x specific code goes here. (With some specials for gtk2.x)

interfaces/gtk2:
  All gtk 2.x specific code goes here.

interfaces/qt:
  All QT specific code goes here.

interfaces/win32:
  All win32 specific code goes here.

