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

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

  • 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.