Re: GTK+ Application class

2006-10-23 Thread Murray Cumming
On Tue, 2006-10-24 at 00:25 +0200, Florian Boor wrote: > Hi, > > Emmanuele Bassi wrote: > > We have a document-based API using these five vfuncs: > > i do not think this is the correct way to go. A document based API is > something > you would expect from a specialized application object (or int

Re: GTK+ Application class

2006-10-23 Thread Florian Boor
Hi, Emmanuele Bassi wrote: > We have a document-based API using these five vfuncs: i do not think this is the correct way to go. A document based API is something you would expect from a specialized application object (or interface) but not from a generic one. A generic application API should cov

gtk rel: 2.10.6 : configure ERROR

2006-10-23 Thread Luis Ariel Lecca
Hello all: Im trying to configure my gtk-dfb lib (gtk+2.10.6)with directFB and without X frontend but when I use this options: sh configure --prefix=$PREFIX --enable-static --with-gdk-target=directfb --disable-debug --with-libpng --with-libjpeg --with-libtiff --without-x I get this er

Re: GTK+ Application class

2006-10-23 Thread Emmanuele Bassi
Hi Tristan; On Mon, 2006-10-23 at 12:05 -0400, Tristan Van Berkom wrote: > Emmanuele Bassi wrote: > [...] > > Hi, > First, thanks for taking the time to think all this up and writing > this proposal - I have some questions/opinions to share on the topic, > while they might be some strong opi

Re: GTK+ Application class

2006-10-23 Thread Tristan Van Berkom
Emmanuele Bassi wrote: [...] Hi, First, thanks for taking the time to think all this up and writing this proposal - I have some questions/opinions to share on the topic, while they might be some strong opinions - I'm a hardheaded idealist kinda guy (its in our nature ;-D )... so please be ope

GTK+ Application class

2006-10-23 Thread Emmanuele Bassi
Hi everyone; as part of the Project Ridley we are trying to get rid of libgnomeui. One of the missing classes left to mark as deprecated is GnomeApp (and its sisters: GnomeAppBar and GnomeAppHelper). GnomeApp is a simple GtkWindow sub-class, which makes its usage too limited for anything more tha