Re: Calling system from clickon processor

2008-11-02 Thread Emmanuele Bassi
On Sun, 2008-11-02 at 10:11 +1100, Bill Czermak wrote: Could anyone explain what I am doing wrong. Cant find any pointers in GTK doc as to how to start a program from a GTK program. see: http://library.gnome.org/devel/gdk/stable/GdkScreen.html#gdk-spawn-command-line-on-screen and all

Calling system from clickon processor

2008-11-01 Thread Bill Czermak
Am new to GTK+ 2.4 (Although I did try GTK 2 years ago. Glad to see that features I did not like are now depreciated Have written basic menu program to display buttons to select firefox, OO etc Clickon code is: void office(GtkWidget *widget,gpointer data){ system(openoffice -writer );