Changes between Version 8 and Version 9 of BuildingGtk


Ignore:
Timestamp:
Nov 19, 2007 11:39:28 AM (17 years ago)
Author:
alp@atoker.com
Comment:

Note the targets supported by the GTK+ port

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v8 v9  
    6666== Code layout ==
    6767
     68The GTK+ port targets the cross-platform GLib and GTK+ APIs. This means that it can be built against any of the windowing systems supported by GTK+ and Cairo without modification -- those tested so far are X11 and DirectFB. Windows should work too, possibly needing a couple of tweaks.
     69
     70This means that developers adding code specific to a certain windowing system should make sure their changes are conditionally compiled only when that windowing system is available. This might be done at configure time or with a switch passed to the build system, or even just using the definitions provided by the gdk headers.
     71
    6872The main components of the port:
    6973