Re: More GnomeAbout
- From: Pascal <evilynux yahoo com>
- To: gtk-perl-list gnome org
- Subject: Re: More GnomeAbout
- Date: Thu, 3 Jul 2003 19:15:03 +0200 (CEST)
This is what I use:
Gnome2::About->new(
'program-name', #executable name goes here
'0.1', #version
'copyright me', #your copyright notice
'comments' #a brief description of your program
['me', 'that other guy'], #arrayref of authors
)->show;
I know i can do it that way,
but the thing is that i thought using GladeXML was cleaner...
I'm not sure, but i think that with Gnome-1.2, the GnomeAbout takes both the name and the version
from the values given at init (Gnome::init($NAME, $NAME, $VERSION)).
Even tho with gnome-2.0 it's more like Gnome2::Program->init ($NAME, $VERSION, 'libgnomeui'); it
seems that GnomeAbout works different.
-Pascal
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]