Re: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?

2008-01-25 Thread LIU Chun Hung
>> Suppose I want to create a new RGB bitmap with 3 x 3 in size and I want >> to >> set all pixel values to be 0. After clicking a button, all pixel values >> will change to 255. Which one of the above types should I use? Should >> GdkImage be used as I can see there are functions to change the pix

Oggs, meta info, and Metalayer Crawler

2008-01-25 Thread Tuomas Kulve
It seems that the Metalayer Crawler is able to get meta info from oggs but not from all. I haven't figured out any differencies between the oggs (like special characters on the album name etc.). Maybe it's some sort of timeout issue? I created a bug report about the problem: http://bugs.maemo.o

Re: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?

2008-01-25 Thread Marius Gedminas
On Fri, Jan 25, 2008 at 05:36:43PM +0800, LIU Chun Hung wrote: > I don't know the difference between these types(GtkImage, GdkImage, > GdkPixmap and GdkBitmap) although I have read the GTK and GDK API > Reference Manual. Disclaimer: IANAEGD (I Am Not An Experienced Gtk+ Developer). GtkImage is a

Re: simple gtk themed button example?

2008-01-25 Thread Zac Filan
Chris Lord wrote: > On Fri, 2008-01-25 at 09:51 -0500, Zac Filan wrote: > >> Hello, >> >> Can someone point me to a C code example of a gtk button that responds >> to system theme changes? >> > > All GTK applications are theme-change-aware, unless you're not running > them correctly. If you

Re: simple gtk themed button example?

2008-01-25 Thread Ross Burton
On Fri, 2008-01-25 at 09:51 -0500, Zac Filan wrote: > Can someone point me to a C code example of a gtk button that responds > to system theme changes? > > I have a N810, when I change the system theme the buttons on the > internet radio applet (for example) change to suite the theme. I would > l

Re: simple gtk themed button example?

2008-01-25 Thread Chris Lord
On Fri, 2008-01-25 at 09:51 -0500, Zac Filan wrote: > Hello, > > Can someone point me to a C code example of a gtk button that responds > to system theme changes? All GTK applications are theme-change-aware, unless you're not running them correctly. If you're in scratchbox and your application is

simple gtk themed button example?

2008-01-25 Thread Zac Filan
Hello, Can someone point me to a C code example of a gtk button that responds to system theme changes? I have a N810, when I change the system theme the buttons on the internet radio applet (for example) change to suite the theme. I would like to know how to write a Gtk application (not an apple

Re: xomap git and mailing list

2008-01-25 Thread Rodrigo Vivi
Hi Dan, Thanks for your reply. I'm afraid that it wouldn't work on my case. My patch changes 5 files and 4 of them are of xomap kdrive that isn't under xorg git tree. I'm going to try to talk to Daniel Stone about it. Thanks Best Regards On Jan 24, 2008 8:15 PM, Dan Amelang <[EMAIL PROTECTED]

php + fastcgi + lighthttpd size on flash?

2008-01-25 Thread Trilok Soni
Hi All, I have earlier seen some php packages being compiled for maemo releases. Could anyone please specify the rough estimate of size PHP and CGI/FastCGI libraries/binaries takes on flash? I am planning to use lighttpd(this takes around ~1MBytes) as web-server and PHP+FastCGI combination on the

Re: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?

2008-01-25 Thread Kaj-Michael Lang
On Fri, 25 Jan 2008, LIU Chun Hung wrote: > example_font_selector[8794]: GLIB CRITICAL ** GLib-GObject - gtype.c:2217: > initialization assertion failed, use IA__g_type_init() prior to this > function You need to initialize the glib type system before using the gtk/glib functions. Put "g_type_in

What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?

2008-01-25 Thread LIU Chun Hung
Hi all, I don't know the difference between these types(GtkImage, GdkImage, GdkPixmap and GdkBitmap) although I have read the GTK and GDK API Reference Manual. Suppose I want to create a new RGB bitmap with 3 x 3 in size and I want to set all pixel values to be 0. After clicking a button, all pix