Re: Porting a GTK 1.x application to current version

2010-07-14 Thread Javier Jardón
2010/7/11 Fabian Schreyer fabianschre...@gmail.com: Hi there, I have to port an old GTK 1.x application from around 2000 to a current version. The goal is simply making it work on the current version of Ubuntu. So I searched Google for a general porting guide, but was unable to find

Re: Porting a GTK 1.x application to current version

2010-07-14 Thread Carlos Pereira
Hi Fabian, 1) In the beginning, you may wish to use: #define GTK_ENABLE_BROKEN to allow GTK 1* widgets to run with GTK 2* libs. This makes the transition much easier, because you can port all your GTK 1* widgets little by little, until one fine day you will be able to get rid of #define

Porting a GTK 1.x application to current version

2010-07-11 Thread Fabian Schreyer
Hi there, I have to port an old GTK 1.x application from around 2000 to a current version. The goal is simply making it work on the current version of Ubuntu. So I searched Google for a general porting guide, but was unable to find anything useful, only a hint that there was one around in 2001. I

Re: Porting a GTK 1.x application to current version

2010-07-11 Thread Allin Cottrell
On Sun, 11 Jul 2010, Fabian Schreyer wrote: I have to port an old GTK 1.x application from around 2000 to a current version. The goal is simply making it work on the current version of Ubuntu. So I searched Google for a general porting guide, but was unable to find anything useful, only a