Re: Is there any way to match a key event against key binding rules for GtkTextView class without creating a GtkTextView object?

2009-07-27 Thread Tristan Van Berkom
On Sun, Jul 26, 2009 at 11:21 PM, Zhe Sujames...@gmail.com wrote: Can anybody give me some suggestions about this issue? Im not sure exactly how the keybindings are defined in the theme, but my guess is that you need to derive your custom object from GtkTextView if you want to inherit the

Re: Is there any way to match a key event against key binding rules for GtkTextView class without creating a GtkTextView object?

2009-07-27 Thread Zhe Su
Thanks. I'll try this approach. Regards James Su On Mon, Jul 27, 2009 at 2:28 PM, Tristan Van Berkom t...@gnome.org wrote: On Sun, Jul 26, 2009 at 11:21 PM, Zhe Sujames...@gmail.com wrote: Can anybody give me some suggestions about this issue? Im not sure exactly how the keybindings are

Re: Can't localize GTK+ itself on Windows XP

2009-07-27 Thread Tor Lillqvist
* GTK 2.16.4 from binaries at http://www.gtk.org/download-windows.html Including the gettext-runtime binaries? * Executables compressed with UPX Including the GTK+ DLLs? Try without doing this. I have no idea how UPX works, but I guess it is possible that it decompresses the DLL to a

Re: RCStyle pixmap_path in window

2009-07-27 Thread Tor Lillqvist
But how to handle device letters? pixmap_path is defined to be a list of paths separated by colon (:). If the documentation says so, it is wrong. It is a list of paths separated by the platform-dependent search-path separator, which on Windows is the semicolon. The source confirms this,

Re: GnomeVFS migration

2009-07-27 Thread Pierre Wieser
- Johannes Schmid j...@jsschmid.de a écrit : Hi! In the process of migrating from GnomeVFS to GVFS, I've to replace gnome_vfs_uri_get_host_name() and gnome_vfs_uri_get_user_name() functions. g_get_host_name() and g_get_user_name() are your friends. Please don't ask such

Re: RCStyle pixmap_path in window

2009-07-27 Thread Hartmut Goebel
Tor Lillqvist schrieb: If the documentation says so, it is wrong. It is a list of paths separated by the platform-dependent search-path separator, which on Windows is the semicolon. The source confirms this, I'm glad to hear this. I must admit that I do not know where I read the other

Makeing librsvg work (bizp2.dll missing)

2009-07-27 Thread Hartmut Goebel
Hello, I'm currently struggling to get SVG images displayed using gtk2-runtime from http://sourceforge.net/projects/gtk-win/files/. THis runtime package is missing librsvg, so I added librsvg, svg-gdk-pixbuf-loader and svg-gtk-engine from ftp.gnome.org These require libcroco and libxml2, which I

Re: Makeing librsvg work (bizp2.dll missing)

2009-07-27 Thread Tor Lillqvist
I'm currently struggling to get SVG images displayed using gtk2-runtime from http://sourceforge.net/projects/gtk-win/files/. Why use that when you then say yourself that you use other libraries from the win32 binaries on ftp.gnome.org anyway? Why not use the gtk+ from there then, too? But now

Re: Makeing librsvg work (bizp2.dll missing)

2009-07-27 Thread Hartmut Goebel
Tor Lillqvist schrieb: I'm currently struggling to get SVG images displayed using gtk2-runtime from http://sourceforge.net/projects/gtk-win/files/. Why use that when you then say yourself that you use other libraries from the win32 binaries on ftp.gnome.org anyway? Why not use the gtk+ from