#include "windows.h"#include "pdf_doc_controller.h"#include "test_main_window.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 35 of file pdf_plugin.cpp.
00036 { 00037 g_thread_init(0); 00038 gdk_threads_init(); 00039 gdk_threads_enter(); 00040 gtk_init(&argc, &argv); 00041 00042 MainWindow window; 00043 00044 gtk_main(); 00045 gdk_threads_leave(); 00046 00047 return 0; 00048 }
1.6.2-20100208