Fwd: high light/selection color from GTK

2008-03-02 Thread Shixin Zeng
oops, not CCed the mailling list. -- Forwarded message -- From: Shixin Zeng <[EMAIL PROTECTED]> Date: Sun, Mar 2, 2008 at 8:13 PM Subject: Re: high light/selection color from GTK To: Steve Splonskowski <[EMAIL PROTECTED]> http://library.gnome.org/devel/gtk/2.8/GtkWid

Re: How to create a self contained GTK+ Application for Linux

2007-05-22 Thread Shixin Zeng
unset the LD_LIBRARY_PATH variable and then try ldd > and gdb, they work but the application fails because it's linking against > older > libraries. > Perhaps it's because some libraries are not ABI compatible with your old system. I'd suggest you trying to copy as few libraries as possible to the old system rather than the whole stack of libraries GTK+ depends on. > Any ideas would be greatly appreciated. > > > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- Best Regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GObject docs improvements

2007-02-12 Thread Shixin Zeng
ts intefaces handled, when a class is derived? Will the child classes possess the same interfaces, if they don't want to reimplement them? Thanks. On 2/10/07, Stefan Kost <[EMAIL PROTECTED]> wrote: > Shixin Zeng wrote: > > Thanks. But I want some explanation about the interface

Re: GObject docs improvements

2007-02-09 Thread Shixin Zeng
Sorry, I forgot a CC to the list. On 2/9/07, Shixin Zeng <[EMAIL PROTECTED]> wrote: > Thanks. But I want some explanation about the interface of gobject. I > can't understand what it is from a sentence like "GType's Interfaces > are very similar to Java's interf

Re: SCIM

2006-07-12 Thread Shixin Zeng
t; gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- Best Regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: a problem about the charset convert functions

2005-06-23 Thread Shixin Zeng
with gtk, you should convert it to utf8 with g_filename_to_utf8. If you are getting input from user and display it, you should convert it to UTF8 with g_locale_to_utf8() Thanks. > > -- Best regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: my program has these problems

2005-05-21 Thread Shixin Zeng
ata file for GUI, you coulde build GUI either by the C source generated by Glade, or with libglade via the generated XML file. In the latter case, libglade is required. -- Best regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-deve

Re: my program has these problems

2005-05-21 Thread Shixin Zeng
y. Hope this will help. -- Best regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list