Difference between revisions of "Gtk+3"

From Free Pascal wiki
Jump to navigationJump to search
(→‎Info: updated to reflect latest changes in gtk3 version)
Line 2: Line 2:
 
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.1.16 which can be downloaded here:
+
They are based on the headers from gtk+3.4.4 which can be downloaded here:
  
http://ftp.gnome.org/pub/gnome/sources/gtk+/3.1/gtk+-3.1.16.tar.bz2
+
http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.4/gtk+-3.4.4.tar.xz
  
 
=SVN=
 
=SVN=

Revision as of 02:26, 28 August 2012

Info

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

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

http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.4/gtk+-3.4.4.tar.xz

SVN

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

Or you can browse the files here

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