How to excute a program in Gtk+?

2003-01-09 Thread anukeey
Hi all: As title, does any API available in Gtk+ that I can excute another program? anukeey - ¨C¤Ñ³£ Yahoo!©_¼¯ ¼eÀW¤Wºô- ºÉ±¡¨É¨ü¹CÀ¸¡B­µ¼Ö»P¹q¼vªºÁn¥ú¥@¬É adsl.yahoo.com.tw ___

Re: How to excute a program in Gtk+?

2003-01-09 Thread John . Cupitt
anukeey wrote: Hi all: As title, does any API available in Gtk+ that I can excute another program? Hi, glib2 has API for starting processes. http://developer.gnome.org/doc/API/2.0/glib/glib-Spawning-Processes.html John ==

Re: How to excute a program in Gtk+?

2003-01-09 Thread ztoon
What do you mean ? Executing an external program in your gtk application ? you don't need a GTK function for that, just call the system(const char *program); function - Original Message - From: anukeey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 11:44 AM

Re: How to excute a program in Gtk+?

2003-01-09 Thread Bernd Demian
Am Don, 2003-01-09 um 11.44 schrieb anukeey: Hi all: As title, does any API available in Gtk+ that I can excute another program? Hi anukeey, see g_spawn_... in glib! Bye -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list