mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 19:00:40 +01:00
35 lines
488 B
Plaintext
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.
|
|
|