lazarus/lcl/interfaces/LAYOUT.TXT
mattias 45be5148ad started gtk2 interface
git-svn-id: trunk@3695 -
2002-12-15 11:52:28 +00:00

35 lines
488 B
Plaintext

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.