mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-20 14:04:39 +02:00
30 lines
383 B
Plaintext
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.
|
|
|