Codigo SysQuit

Post Reply
jgayoso
Posts: 170
Joined: Sat Aug 07, 2010 11:36 pm
Location: Chile

Codigo SysQuit

Post by jgayoso »

Favor si alguien tiene el código de SysQuit.

La idea es salir de una ventana GTK

Desde ya se agradece cualquier ayuda.

Jorge Gayoso
Santiago
Chile
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Codigo SysQuit

Post by Antonio Linares »

Code: Select all

HB_FUNC( SYSQUIT )
{
   if( ( GtkWidget * ) hb_parnl( 1 ) != hWndMain )    
      gtk_widget_destroy( ( GtkWidget * ) hb_parnl( 1 ) );
      
   gtk_main_quit();
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
jgayoso
Posts: 170
Joined: Sat Aug 07, 2010 11:36 pm
Location: Chile

Re: Codigo SysQuit

Post by jgayoso »

Ok, funciona perfecto.

Se agradece una vez mas.

Saludos desde el sur del mundo.

Jorge Gayoso
Post Reply