View Single Post
Posts: 2,006 | Thanked: 3,349 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#279
Hello,

I have just started my first application. I write it on C (I have never used it before), because g++ couldn't be installed on N900 (it requires gcc, and I have only gcc-4.2, if I understand right).

The Wiki Page
http://wiki.maemo.org/Documentation/...mo_application

is frustrating. It seems to have elements from Maemo 4 Diablo (like callbacks file), so I just have to use the source code here:
https://vcs.maemo.org/svn/maemoexamp...mopad-window.c

and still it's difficult to understand.
For instance, why give the names to buttons as "New", "Save", etc, if GTK_STOCK_NEW and others give these standard labels (and maybe, even automatically translate themselves into needed language, I don't know)?

I cannot hope I finish in time; I'm not even sure I'll finish at all.