source: svn/trunk/newcon3bcm2_21bu/dta/src/sim/gtkmain.c @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 178 bytes
Line 
1#include "gtk_app.h"
2
3int main( int   argc,
4                  char *argv[] )
5{
6        gtk_app_h h_app = gtk_app_init(argc,argv);
7
8        if (!h_app)
9        {
10                return -1;
11        }
12
13        gtk_app_run(h_app);
14
15        return 0;
16}
Note: See TracBrowser for help on using the repository browser.