where can I find documentation
- From: Pedro Quaresma de Almeida <pedro mat uc pt>
- To: gtk-i18n-list gnome org
- Subject: where can I find documentation
- Date: Tue, 29 Jun 2004 11:49:40 +0100
Hi
Where can I find docs about writing international GTK aplications.
I need to know how I must modify
static GtkItemFactoryEntry Entry[] = {
{"/Fil_e", NULL, NULL, 0, "<Branch>"},
{"/File/_New", NULL, areyousurefunc, 0, "<Item>"},
{"/File/_Open", "<control>O", areyousurefunc, 1, "<Item>"},
{"/File/_Save", "<control>S", savefunc, 0, "<Item>"},
{"/File/Save _As", NULL, saveasfunc, 0, "<Item>"},
{"/File/sep", NULL, NULL, 0, "<Separator>"},
{"/File/_Quit", "<control>Q", areyousurefunc, 2, NULL},
{"/_View)", NULL, NULL, 0, "<Branch>"},
{"/View/So_urce", NULL, setview, 0, "<RadioItem>"},
{"/View/_Figure", NULL, setview, 1, "/View/Source"},
{"/View/sep", NULL, NULL, 0, "<Separator>"},
{"/View/Sna_pshot", NULL, snapshot, 0, NULL},
{"/Hel_p)", NULL, NULL, 0, "<LastBranch>"},
{"/Help/A_bout", NULL, aboutfunc, 0, NULL}
};
in order to have gettext (!?) working.
Thank you.
--
At\'e breve
Professor Auxiliar Pedro Quaresma
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
correio-e: pedro mat uc pt
página: http://www.mat.uc.pt/~pedro/
telef: +351 239 791 181; fax: +351 239 832 568
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]