Re: application open problem



neeraj sharma wrote:

>     I am working on gtk and I want to run an already
> created application from my program on button click.


Hi Neeraj, can't you just use system()?

static void
my_click_handler( GtkWidget *button, gpointer client )
{
    system( "xterm &" );
}

John






========================================================== 
Renaissance Autumn at the National Gallery 
A season of exhibitions, displays and events with a Renaissance theme. 

Pisanello: Painter to the Renaissance Court (24 October - 13 January 2002) 

For information and tickets: 
http://www.nationalgallery.org.uk/what/news/ren_autumn.htm



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]