pdafan
11-16-2006, 02:15 AM
Help! I've noticed a common problem in programs that have been ported to maemo, and before this I couldn't put a finger on it. However, I have been reading the GTK 2.0 tutorial, and finally I know what these things are called : spin buttons.
Normally, they look like the small up/down arrows next to a numerical value one would like to change. In Maemo however, they are just blank boxes!
Why is that? Is there some library that is not being properly linked at compile time?
I know I can't be the only one seeing this. Just run Gnumeric and you'll see it's full of crap like this and other GUI problems.
For the example code for the attached JPEG files, go here:
http://www.gtk.org/tutorial/x969.html
I compiled with:
gcc -Wall -g spinbutton.c -o spinbutton `pkg-config --cflags gtk+-2.0` \
`pkg-config --libs gtk+-2.0`
Thanks for any info!
Normally, they look like the small up/down arrows next to a numerical value one would like to change. In Maemo however, they are just blank boxes!
Why is that? Is there some library that is not being properly linked at compile time?
I know I can't be the only one seeing this. Just run Gnumeric and you'll see it's full of crap like this and other GUI problems.
For the example code for the attached JPEG files, go here:
http://www.gtk.org/tutorial/x969.html
I compiled with:
gcc -Wall -g spinbutton.c -o spinbutton `pkg-config --cflags gtk+-2.0` \
`pkg-config --libs gtk+-2.0`
Thanks for any info!