Difference between revisions of "Gtk+3"

From Free Pascal wiki
Jump to navigationJump to search
(New page: Gtk+3.0 bindings are being developed in the Lazarus-ccr They are based on the headers from gtk+3.0 which can be downloaded here: http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-3.0....)
 
(Update link to gtk version and added a note about gir2pascal)
Line 1: Line 1:
 
Gtk+3.0 bindings are being developed in the Lazarus-ccr
 
Gtk+3.0 bindings are being developed in the Lazarus-ccr
  
They are based on the headers from gtk+3.0 which can be downloaded here:
+
They are based on the headers from gtk+3.1.16 which can be downloaded here:
  
http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-3.0.12.tar.bz2
+
http://ftp.gnome.org/pub/gnome/sources/gtk+/3.1/gtk+-3.1.16.tar.bz2
  
 
The current result can be found in the Lazarus-CCR in this svn address:
 
The current result can be found in the Lazarus-CCR in this svn address:
  
 
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/bindings/gtk3/ gtk3
 
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/bindings/gtk3/ gtk3
 +
 +
These files were generated with gir2pascal which should be updated to generate correct bindings if errors are found.

Revision as of 01:43, 22 September 2011

Gtk+3.0 bindings are being developed in the Lazarus-ccr

They are based on the headers from gtk+3.1.16 which can be downloaded here:

http://ftp.gnome.org/pub/gnome/sources/gtk+/3.1/gtk+-3.1.16.tar.bz2

The current result can be found in the Lazarus-CCR in this svn address:

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/bindings/gtk3/ gtk3

These files were generated with gir2pascal which should be updated to generate correct bindings if errors are found.