Re: my program has these problems

2005-05-21 Thread Shixin Zeng
On 5/20/05, 顺珉 吴 <[EMAIL PROTECTED]> wrote: > > Hi Muthiah: > Thanks for your reply. > About the question 4, I am not sure whether the > libglade is used if I use the Glade to build my GUI? This depends on you how to build GUI. As Glade can generate both C source and XML data file for GUI, you c

Re: my program has these problems

2005-05-21 Thread Shixin Zeng
Hi, 吴顺珉 On 5/20/05, 顺珉 吴 <[EMAIL PROTECTED]> wrote: > 1.The program can deal with english (ascii) filename and info well, but I > don't know how to deal with other types if encoded string. Chinese, japanese > and many other languages have their own coding type, not always UTF-8. And > these us

Re: launching web-browser

2005-05-21 Thread John Cupitt
On 5/21/05, Peter Bloomfield <[EMAIL PROTECTED]> wrote: > On 05/21/2005 08:51:05 AM, Gyözö Both wrote: > > thanks for your answers. if possible, i'd like to have a > > solution that only uses gtk/glib, i wouldn't want to have a > > gnome-dependency in my app. is there a way? I use this as a fallba

RE: How to shape a button

2005-05-21 Thread Chris Wu
Hi! Thank you very much, Mr.Muthiah It works, that great! Thanks. Chris.Wu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Muthiah Annam

Re: launching web-browser

2005-05-21 Thread Peter Bloomfield
On 05/21/2005 08:51:05 AM, Gyözö Both wrote: thanks for your answers. if possible, i'd like to have a solution that only uses gtk/glib, i wouldn't want to have a gnome-dependency in my app. is there a way? gyözö So would I--if you find one, please be sure to post it! Peter ___

Re: launching web-browser

2005-05-21 Thread Gyözö Both
thanks for your answers. if possible, i'd like to have a solution that only uses gtk/glib, i wouldn't want to have a gnome-dependency in my app. is there a way? gyözö -- A new koan: If you have some ice cream, I will give it to you. If you have no ice cream, I will take it away

Re: launching web browser

2005-05-21 Thread John Cupitt
On 5/21/05, Gyözö Both <[EMAIL PROTECTED]> wrote: > is there a good (and easy) way to launch the system's default web > browser with a given url from my gtk program? If you're interested in cross-platform, the windows and mac equivalents to gnome-url I've discovered are: #ifdef WIN32 char

Re: launching web browser

2005-05-21 Thread Peter Bloomfield
On 05/21/2005 03:15:48 AM, Gyözö Both wrote: hi, is there a good (and easy) way to launch the system's default web browser with a given url from my gtk program? See . __

launching web browser

2005-05-21 Thread Gyözö Both
hi, is there a good (and easy) way to launch the system's default web browser with a given url from my gtk program? gyözö -- Brooke's Law: Whenever a system becomes completely defined, some damn fool discovers something which either abolishes the system or expands it beyond recognition.