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]>
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
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
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
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
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
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]>
___
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
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
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
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
___
> 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
__
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
13 matches
Mail list logo