lazarus/lcl/interfaces/LAYOUT.TXT
lazarus b3fe77eb27 MG: broke LCL<->interface circles
git-svn-id: trunk@3205 -
2002-08-19 15:15:17 +00:00

30 lines
383 B
Plaintext

Interfaces
It is organized according to the following structure:
interfaces
|
+--- gnome
|
+--- gtk
|
+--- qt
|
+--- win32
|
+--- ...
|
interfaces/gnome:
All gnome 1.x specific code goes here.
interfaces/gtk:
All gtk 1.x specific code goes here.
interfaces/qt:
All QT specific code goes here.
interfaces/win32:
All win32 specific code goes here.