Re: using gtk preffix, it's ok??

2006-06-06 Thread John (J5) Palmieri
it's not official of gtk?? > > Thanks, > Alexandre. Don't use the gtk namespace. We don't even use the gtk namespace when developing new widgets. We use the egg namespace and then rename everything when it gets merged in. -- John (J5) Palmieri <[EMAIL PROTECTED]>

Re: what's the best way to handle variables and objects?

2006-03-15 Thread John (J5) Palmieri
On Wed, 2006-03-15 at 22:57 +0100, Andreas Kotowicz wrote: > On Wed, 2006-03-15 at 13:44 -0500, John (J5) Palmieri wrote: > > You can create a generic struct but more often than not there is an > > application object or struct that the application developer creates > > which

Re: what's the best way to handle variables and objects?

2006-03-15 Thread John (J5) Palmieri
You can create a generic struct but more often than not there is an application object or struct that the application developer creates which holds all the public variables he or she would care about which is passed as userdata to things like g_signal_connect. BTW GtkObject is usually not used d

Re: gtk, cairo and pdf

2005-11-04 Thread John (J5) Palmieri
Thanks, these look very interesting. I notice, though, that poppler > uses the xpdf code base. Nothing wrong with that, but I was > wondering if cairo could handle this sort of thing natively (or if > there are plans for that). Cairo is just a drawing layer (think OpenGL for

Re: Is now gdk-bixbuf the part of gtk+-2?

2005-09-27 Thread John (J5) Palmieri
On Tue, 2005-09-27 at 09:16 +0200, David Necas (Yeti) wrote: > On Mon, Sep 26, 2005 at 06:02:58PM -0400, John (J5) Palmieri wrote: > > > > Actually I believe you do. On Fedora gdk-pixbuf is a separate package > > so if a developer doesn't have gdk-pixbuf-devel packa

Re: Is now gdk-bixbuf the part of gtk+-2?

2005-09-26 Thread John (J5) Palmieri
edora gdk-pixbuf is a separate package so if a developer doesn't have gdk-pixbuf-devel package installed configure should detect this and throw an error. -- John (J5) Palmieri <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-de

Re: Flash player in GTK

2005-09-08 Thread John (J5) Palmieri
ease let me know. Thanks! > > -Brandon > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- John (J5) Palmieri <[EMAIL PROTECTED]> ___

Re: Where the stock items are stored?

2005-07-26 Thread John (J5) Palmieri
On Tue, 2005-07-26 at 16:14 +0100, Hazael Maldonado Torres wrote: > Hi guys > > Can anyone tell me where are *.[png|xpm] files for the stock items? > > Thanks > > Hazael Maldonado Torres /usr/share/icons///stock -- John (J5) Palmi

Re: GNOME Indentation Style

2005-04-29 Thread John (J5) Palmieri
On Fri, 2005-04-29 at 06:37, Zeeshan Ali wrote: > Hello everyone, >According to the article "GNOME Programming Guidelines", the gnome > hackers prefer the Linux kernel indentation style: "For core GNOME > code we prefer the Linux kernel indentation style." But comparing the > gtk+ sources with

Re: GTK+ docking widget?

2005-04-11 Thread John (J5) Palmieri
On Mon, 2005-04-11 at 08:01, Joop PG4I wrote: > > I don't think there is a such widget in gtk+, but there is a library > > named gdl, you can use this as the docking widget, it is part of anjuta > > project, I think . > > There seems to be a docking widget available in libegg, which is in > gnome

Re: How to detect already running application...

2005-03-18 Thread John (J5) Palmieri
There are a number of hacks to do this. gnome-volume-manager uses the clipboard. NetworkManager uses D-Bus. I'm not sure what g-edit uses, perhaps bonobo. Future looking D-Bus is the way to go. You basically grab a name and when your app comes up a second time it will get an error when trying

Re: notebook widget like in Firefox

2005-02-23 Thread John (J5) Palmieri
___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- John (J5) Palmieri Associate Software Engineer Desktop Group Red Hat, Inc. Blog: http://martianrock.com __

Re: GUI programming vs encapsulation

2005-02-04 Thread John (J5) Palmieri
On Fri, 2005-02-04 at 04:54, Daniel Haude wrote: > Hello list, > > as my Glade/GTK project is growing larger, I find myself confronted with > code organization issues. I have all my callbacks in a single file, but > of course there are groups of related widgets that logically go together > (say